Hi!
I'm little new to (Perl/)Tk and was wondering if it's possible to create new windows in runtime or create entry boxes in run time when needed.
In Perl/Tk, when the MainLoop() is called the UI is launched and it means that the building of widgets is done.
I'm trying to create user interface for XML-file (some data stored in XML which is modified in UI) contents editing. The content is divided into categories and it would be nice to have menu choices based on categories (done already) and by clicking desired category a new window would open displaying the data in entryboxes.
Do you have any input or good links?
Thank you!
br, comma
I'm little new to (Perl/)Tk and was wondering if it's possible to create new windows in runtime or create entry boxes in run time when needed.
In Perl/Tk, when the MainLoop() is called the UI is launched and it means that the building of widgets is done.
I'm trying to create user interface for XML-file (some data stored in XML which is modified in UI) contents editing. The content is divided into categories and it would be nice to have menu choices based on categories (done already) and by clicking desired category a new window would open displaying the data in entryboxes.
Do you have any input or good links?
Thank you!
br, comma