in reply to Statusbar in Perl/Gtk
You may also want to use that code insideContactFromDevice and LoadFileToText if you want the GUI to be responsive while those routines are running (if they run more than a second or so, say).while (Gtk->events_pending) { Gtk->main_iteration; }
HTH, --traveler
|
|---|