2008/10/16 Osei Simba Hinds <[EMAIL PROTECTED]>: > Wim, > > Correct me if I'm wrong but from my research, Ext desktop is coded (or if it > has to be used must be extended) using javascript. If this is the case > (please do clarify), then a developer would not be using it as a c++ wrapper > class as wt's classes are. Does Ext's desktop support c++ development? >
You are correct, it is a Javascript environment, and we used it with little changes. The desktop is the root of the browser window, and Wt applications run as 'applets' in it. Every 'window' on the desktop is a different Wt application (or the same). There is no Wt desktop, but they work together. Regards, Wim. ------------------------------------------------------------------------- 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=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
