in reply to Re: Help with Scrolled Pane mouse wheel binds
in thread Help with Scrolled Pane mouse wheel binds
That error probably comes from the line
You can't have $scrollpane in both variable positions. You would use$scrollpane = $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.my $real_pane = $scrollpane->Subwidget('scrolled');
|
|---|