Hi Gunnar,

Thank you for your attention.

If not abuse, can someone explain to me how I implement the option 1?

My code is this:

(...)
//while (true){ //The application hang :)
    MyClass class = new MyClass(); //MyClass implements Runnable
    QThread runner = new QThread (class);
    runner.start();
//}
(...)

The idea is create a infinite loop...

Regards,

PS: Can I tell that I'm a newbie?

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

Reply via email to