Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, December 2007
Applets ?


Message 1 in thread

Hi,

Is there any chance of running a QGrapchisView on a Applet via your 
swing/jambi mixed environment ?

-=Børge 


Message 2 in thread

Børge Austvold wrote:
> Is there any chance of running a QGrapchisView on a Applet via your 
> swing/jambi mixed environment ?

Yes, we have done some tests with this on Windows at least, and it 
should definitely work. You need to do some tricks, however, 
specifically to make sure that Qt Jambi's and AWT's event loops don't 
run in the same thread (the init method of the applet is run in the AWT 
thread), but other than that it should be no different from running a 
regular application with the AWT bridge.


-- Eskil