Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl Tk::Pane (mixing geometry managers pack place)

by Anonymous Monk
on Jul 08, 2013 at 13:22 UTC ( [id://1043121]=note: print w/replies, xml ) Need Help??


in reply to Perl Tk::Pane

What am I doing wrong?

You're doing something that Tk::Scrolled+Tk::place don't like

If you want, this arrangement ought to be visible

my $frame = ... my $button = $frame->...->place my $scrolled = ... $frame->pack( -in => $scrolled, ... );

Tk really mysterious sometimes, esp managers

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-26 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found