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
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