On Wednesday 30 of September 2009 15:43:13 Dusan Zatkovsky wrote:

Maybe, what about following idea - start a thread with will repeatelly call 
QApplication.processEvents() in acceptable interval? Then I should do my job 
in main thread, show messageboxes etc...

What do you think?



> > You can do it like this:
> >             QApplication.invokeLater(new Runnable() {
> >
> >                 public void run() {
> >                     // construct and show message box here
> >                 }
> >
> >             });
> >
> > It worked when I checked it last time. The only thing - I am not sure
> > how to return answer to other thread.



-- 
Dusan
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to