qt-peer thread issue
"Donald Gim" <[email protected]>
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm working on porting "Jamvm+Classpath+Qt/Embedded. Qt examples work well without Jamvm+Classpath. But when I run the 'gnu.classpath.examples.awt.Demo' with the qt-peer, the following debugging message appears. ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file Qt/src/gui/kernel/qwidget.cpp, line 1050 Do I need any configuration on the Qt(4.4.3) or Classpath(0.97.2) to avoid this message? Thanks in advance.. donald