http://qs1969.pair.com?node_id=823638


in reply to Re^4: [Tkx] Scrolled frame problem
in thread [Tkx] Scrolled frame problem

I believe someone said earlier that the Label widget doesn't take a scrollbar. Personally, I'd use a Text (set to read-only) instead of a label.

Alternately, check out the Pane widget - here's a discussion, albeit using Perl/Tk, rather than Tkx.

for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";

Replies are listed 'Best First'.
Re^6: [Tkx] Scrolled frame problem
by sebapabst (Acolyte) on Feb 18, 2010 at 17:09 UTC

    Hi! I have used a text widget and now it works.

    My intention was to show the log file on a window, so I had to create a little function to enable, write and then disable the widget, but it was pretty easy. So I woud like to thank you for your help and thank everybody who tried to help me!

    Now I've got another question but it's about a totally different subject, so I'm going to post it with another title. Bye!