Am 23.06.2013 um 17:14 schrieb Louis <[email protected]>:

> Hello,
> 
> I just tried the  QTKitMovieMBS.CreateMovieWithFile and it works fine in the
> core of the program, but when I try it in a thread, I get a NSexceptionError
> 
> Should I avoid threads with the Qtkit?


Yes. if you read the message:

QTMovie_QuickTime class must be initialized on the main thread.

You should simply create your movie on main thread.
(you can work with movie later in background thread)

Greetings
Christian

-- 
MBS Xojo Developer Conference 2013

More details and registration here:
http://www.monkeybreadsoftware.de/realbasic/events/






_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to