Hi, this sounds like the event bus has not been loaded. Did you invoke a ./generate source after you added these lines of code? I guess you haven't used this class before in your code so the last run of the generator did not include the class in the list of classes to load. Thats why you need to run the generator every time you add a new class. Regards, Martin
aditya siram wrote: > > Hi all, > I am unable to make an event bus. Once Firebug hits the line: > var eventBus = qx.event.message.Bus; > it says : > "qx.event.message is undefined." > I tried to "#use(qx.event.message.Bus)" with the same problem. Any advice? > > thanks ... > -deech > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://n2.nabble.com/qx-event-message-is-undefined-tp3656881p3661307.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
