Re: [qooxdoo-devel] qx.event.message.Bus converted to singleton class

2008-08-18 Thread Ian Horst
I can confirm. I didn't notice any changes after svn update. I replaced access to methods with singleton. Works fine. Ian Horst panyasan wrote: > Hello List, > > I have checked in a patch for qx.event.message.Bus and Derrell has been so > kind to quickly apply it to the 0.7 legacy branch and t

[qooxdoo-devel] qx.event.message.Bus converted to singleton class

2008-08-18 Thread panyasan
Hello List, I have checked in a patch for qx.event.message.Bus and Derrell has been so kind to quickly apply it to the 0.7 legacy branch and trunk. The message bus was originally designed to be an object with static methods - for example, "qx.event.message.Bus.dispatch("my-message",myData)". Whi