tkinter help

Harold Fellermann dadapapa at googlemail.com
Tue Jul 18 18:51:05 EDT 2006


hi,

groves wrote:
> Now let me tell you that i was able to create a simple listbox which
> had 6 options which one can select, but Now what I want is that from
> the available menu, if I select an option it should give me another
> menu associated with that option. Its like digging up that option to do
> advance search.

If I understood you correctly, this is how I would go for it:
consider to create all submenus during initialization but make them
invisible
(put each of them in a single frame) anf toggle the visibility of these
frames 
in the handler of your option menu.

- harold -




More information about the Python-list mailing list