Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Help with Scrolled Pane mouse wheel binds

by zentara (Archbishop)
on Dec 11, 2012 at 10:48 UTC ( [id://1008263]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1008263]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-29 11:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found