Hi Omid, Omid Mottaghi wrote: > I have a main JS with an event dispatcher object. > Then trying to load a dynamic JS into the main JS and have a event dispatch > in that JS. > It doesn't work and it cannot find main event dispatcher object. In case you use the class "qx.io2.ScriptLoader" you have to be aware of the experimental state of this class. It is under development and not (yet) usable for production code.
As far as I understood you, you like to pull in some JS code dynamically. For these cases you can look at the documentation section at qooxdoo.org -> http://qooxdoo.org/documentation/0.8/remote_io If I misunderstood let me know and just send in some code snippet to get a better understanding of what you like to achieve. 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
