in reply to Re: Help with Scrolled Pane mouse wheel binds
in thread Help with Scrolled Pane mouse wheel binds

Just wish I knew how. In my program I had to remove the line "$scrollpane = $scrollpane->Subwidget('scrolled');",

That error probably comes from the line

$scrollpane = $scrollpane->Subwidget('scrolled');
You can't have $scrollpane in both variable positions. You would use
my $real_pane = $scrollpane->Subwidget('scrolled');
but that didn't work for me either. I also suspect it has something to do with you using nested frames with the ScrolledPane. My first guess as to why, is possibly the expand and fill options of the frames. I'm not that familiar with the Form manager.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh