primus has asked for the wisdom of the Perl Monks concerning the following question:
and once the label is created, i call the Win32::GUI::Dialog(); but i want to change what the label says after i call the Win32::GUI::Dialog();, but when i do$lable = $main->AddLabel( -text => 'temp', -name => 'label_temp', -top => '78', -left => '10', -font => $t_font, -background => [255,255,255], -foreground => [0,0,0],)
nothing happens, but if i put the change before the Win32::GUI::Dialog(); it works fine... i cant find alot of documentation in detail about it, but i was wondering if there was a -textvariable like in Tk... thanks monks$label->Change(-text => "something else");
edited: Mon Jan 27 06:55:37 2003 by jeffa - title change (was: Win32::GUI)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI::Dialog label
by jplindstrom (Monsignor) on Jan 26, 2003 at 23:15 UTC | |
by primus (Scribe) on Jan 27, 2003 at 01:30 UTC | |
|
Re: Win32::GUI::Dialog label
by jplindstrom (Monsignor) on Jan 26, 2003 at 22:41 UTC | |
by primus (Scribe) on Jan 26, 2003 at 23:08 UTC |