Jean-Baptiste BRIAUD - Novlog wrote: > Can I conclude that It is mandatory to extend something, it not > inheriting from Object by default ?
AFAIK you don't need to extend from anything, static classes for example cannot extend from anything in 0.8. You would extend from Object most of the time though as this implements this.warn, this.error and other useful stuff! > I also try now to use getInstance; it pass but then it fails on the > getNewWindow : not a function. Are you calling getInstance? use this: var wf = n.WindowFactory.getInstance(); NOT this: var wf = n.WindowFactory.getInstance; HTH Matt ------------------------------------------------------------------------- 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
