in reply to How to organize a Perl TK application?
Draw your layout; and have a naming convention for widgets and variables that supports your nesting or management scheme. Then segment the callbacks (action code) into separate modules that are related... all input in one, all validations in another; or 1 module per GUI manipulation object/widget.
Trying to do incremental widget instantiation in a 'workproc' is probably beyond PerlTK.
Comment...Describe why...think maintainability.
|
|---|