Re: tkinter OptionMenu column break

2005-04-30 Thread Jeff Epler
I don't think that Tk's menus ever use more than one column.  They
certainly don't on Unix.

Jeff


pgpsVnvjgm3Qy.pgp
Description: PGP signature
-- 
http://mail.python.org/mailman/listinfo/python-list

tkinter OptionMenu column break

2005-04-29 Thread erikober
I'm creating a OptionMenu button for a gui and I'm having a problem
where the drop down list is so long that most of the options are off
screen.  The correct behavior would be that another drop down menu list
would be created next to it with the continued options.  Here is the
small code snippet that I have now:

myOptionList = ...
OMcreate = "OptionMenu(frame, myVar, \"%s\",
command=myOMCB)"%(myOptionList)

I was thinking that there must be some variable to do this.  Any help
would be much appreciated.  Thanks!

-- 
http://mail.python.org/mailman/listinfo/python-list