in reply to Re: creating simple GUI
in thread creating simple GUI
Now how do I add another message to the window.. ? My requirement is.. I should update the window after the MainLoop statement. Just let me know how exactly to use UPDATE()??use Tk; my $main=new MainWindow; $main->title("Test window"); <I print a message "msg" in the window at this line>; MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: creating simple GUI
by GrandFather (Saint) on Oct 31, 2005 at 03:55 UTC |