Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Tk geometry scrolled frame

by Athanasius (Archbishop)
on Mar 30, 2019 at 04:40 UTC ( [id://1231891]=note: print w/replies, xml ) Need Help??


in reply to Tk geometry scrolled frame

Hello Takamoto,

I made 3 changes to the code shown:

(1) Changed use Tk::Notebook; to use Tk::NoteBook; (note the uppercase letter B).

(2) Added:

my $CkMergedWindow1; my $CkMergedWindow2; my $CkMergedWindo3;

to get the code to compile, as per tybalt89’s observation above.

(3) Changed this line:

my $PaneT = $page2->Scrolled('Frame',

to this:

my $PaneT = $page2->Scrolled('NoteBook',

The resulting “right” tab now appears left-aligned, as desired. However, despite the call to Scrolled, there are still no scroll bars. :-(

Hope that helps (a little),

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found