Think about Loose Coupling | |
PerlMonks |
Tk GUI Building with Loopsby Tanalis (Curate) |
on Nov 26, 2002 at 11:48 UTC ( [id://215823]=perlquestion: print w/replies, xml ) | Need Help?? |
Tanalis has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
I'm currently updating a GUI I wrote some time ago, mainly to allow it to display data in a slightly different way. I've written a loop to build a repetative part of the GUI, but I'm having problems with data not being placed into the two LabEntry widgets when they changes (it's part of a front end for a database search). The %objects hash is in scope, and data is being assigned to this correctly. The checkbutton updates correctly when data is returned from the search, it is simply the two LabEntry widgets that don't. My code for the loop is as follows:
If anyone can shed any light on this it'd be much appreciated. Many thanks ..
Back to
Seekers of Perl Wisdom
|
|