Hi Guilherme,

Guilherme Aiolfi wrote:
> Hi,
> 
> I can't find a example of
> http://demo.qooxdoo.org/devel/apiviewer/#qx.application.Simple.
Feel free to file a bug report for this and assign it to me. I'll take a 
look then :)

> In case I want to use qooxdoo on the frontend of my site too, even if there
> isn't a CSS selector yet, is qx.application.Simple for it??
This class "qx.application.Simple" is the simplest way of getting 
qooxdoo running typically on a classic web page. As you can see at the 
description at the API Viewer there are two global(!) methods called 
"qxmain" and "qxterminate". You can define these two and implement your 
logic in there.

So the "qx.application.Simple" is really targeted for getting small 
tasks done. If you want to develop a low-level application you'd better 
make use of the "qx.application.Native" class.

-> http://demo.qooxdoo.org/current/apiviewer/#qx.application.Simple

I hope this short explanation did light up things for you.

cheers,
   Alex

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to