Howdy, some add'tl info.
On Mon, 2010-01-18 at 14:02 +0100, Christian Schmidt wrote: > Hi Jean-Baptiste, > > >> Does it mean in a near future we would be able to run qooxdoo application > >> in the AIR runtime or transform it to an AIR application ? > >> I've no idea of the complexity of the task, but an automatic > >> transformation from qx application to AIR application would be a great > >> value. > >> > No, it's like Helder sad in the last mail. The AIR implementation > changed and changes doesn't allow to run a qooxdoo application in AIR. > (Have also a look at the comments form the blog post > http://news.qooxdoo.org/adobe-air-powered-api-viewer#comments) > > If you are interested to run qooxdoo in an desktop environment, so > please have a look at Titanium [1]. > > Cheers, > Chris > > [1] http://www.appcelerator.com/ While there no longer is an automatic way to let a qooxdoo application be packaged as an AIR app (it was an early experimental feature), you can still, of course, create qooxdoo-based AIR apps (manually). Due to changes of the AIR security model (a long time ago) you'd have to run your qooxdoo app in the non-application sandbox. Unlike the privileged application sandbox you'd have to setup a bridge so that you could still call certain AIR APIs from your qooxdoo code. That is well documented in the AIR docs, but you'd need to be careful about security implications. HTH, Andreas ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
