The second option will do the trick. I use Pmw.Combobox but I didn't know there was a ScrolledFrame

Thanks a lot

Regards

Alberto




 Gaucho
>From: [EMAIL PROTECTED] >To: "tutor@python.org" <tutor@python.org> >Subject: Re: [Tutor] Question about Frames and Scrollbars >Date: Wed, 13 Apr 2005 10:10:34 +1200 (NZST) > >A couple of options... > >You can pack a scrollbar on the right hand side of the containing frame and use >the yscrollcommand option to associate it with the frame --- see Fredrik Lundh's >Tkinter pages for an example. > >Or you could grab Python MegaWidgets from http://pmw.sourceforge.com/ and use a >Pmw.ScrolledFrame instead, which will do the scrollbars for you automatically. >(this is my recommended option) > >-- >John. >_______________________________________________ >Tutor maillist - Tutor@python.org >http://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to