![]() |
|
No such thing as a small change | |
PerlMonks |
Re^4: Refreshing text without flicker with AddLabel using Win32::GUIby Popcorn Dave (Abbot) |
on Dec 08, 2006 at 05:13 UTC ( #588533=note: print w/replies, xml ) | Need Help?? |
That's a great idea! I was thinking I could perhaps "destroy" the label and recreate it every time but that seemed a bit much to have to do. Since that label is the same size, overwriting it should be okay.
Update: Worked like a charm! Surprisingly enough, it doesn't seem to complain that you've got two labels in the same place, and will actually update depending on which one you choose.
The only thing that I found didn't work is to put '' in the text for the initial label. Once I changed that to ' ' all worked just fine. Thanks again for the idea!
Revolution. Today, 3 O'Clock. Meet behind the monkey bars.
In Section
Seekers of Perl Wisdom
|
|