smrtdrmmr has asked for the wisdom of the Perl Monks concerning the following question:
I am developing my first GUI for a simple application I wrote. I would like to know if it is possible for Win32::GUI to support the ability to modify the appearance of the GUI Window or DialogBox based on user selection of options in the program.
For example, the application has a main menu style and submenu's depending on the main menu option that is selected. If there is an Add and Delete option from the main menu I would like to modify the appearance of the Window based on whether the user selected Add or Delete.
I want to keep the actual Add and Delete buttons throughout the whole run of the program, but is it possible to add new buttons and controls to the window if the user selected Add, and then remove them from the window if the user then selects Delete (which will add its own set of new buttons and controls to the Delete submenu, that then disappear if Add is chosen again).
If Win32::GUI doesnt work then what would do the trick in creating a more dynamic, modifyable GUI at runtime. I chose Win32::GUI over Tk because PerlApp seems to work best with it and creates smaller files. Advice and knowledge is appreciated. Thank you.
Jason
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: General Win32::GUI question
by BrowserUk (Patriarch) on Aug 02, 2004 at 18:45 UTC | |
by Anonymous Monk on Aug 02, 2004 at 23:00 UTC |