Re: UI blocking with actions that shouldn't affect display....
Ole Christensen <[email protected]> Thu, 06 Oct 2005 18:40:32 +0200
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
Just a pointer, not more: Qt::Application::processEvents (); Regards, Ole. Gary Greene wrote: > While developing the installer for PhoeNUX OS, I've run into a little issue > that I'm fairly sure is my fault in the code and not the perl-qt module. The > issue being that when I call an external dialog with the $dialog->show(), and > then do some tasks in the code after that in the method that calls the > dialog, it does not show the dialog until the tasks are completed. Attached > is the code, and the affected subroutine is doInstall() in the MainWidget.pm > package. Please, if anyone has any ideas on how to get this to not stop the > the UI from showing, pass me a few pointers. Thanks. > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Kde-perl mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-perl