Re: [qooxdoo-devel] qx.ui.menubar.Button

2009-08-07 Thread A.Yerenkow
On 07.08.2009 17:09, Martin Wittemann wrote: > Hello Alexander, > i tried to reproduce your issue in the playground with your code but > that code you supplied was quite useless. But I did get the error > running in the playground so I opened a bug for it. > http://bugzilla.qooxdoo.org/show_bug.cgi

Re: [qooxdoo-devel] qx.ui.menubar.Button

2009-08-07 Thread Martin Wittemann
Hello Alexander, i tried to reproduce your issue in the playground with your code but that code you supplied was quite useless. But I did get the error running in the playground so I opened a bug for it. http://bugzilla.qooxdoo.org/show_bug.cgi?id=2664 Thanks for reporting this issue. :) Best,

[qooxdoo-devel] qx.ui.menubar.Button

2009-08-07 Thread A.Yerenkow
qx.ui.menubar.Button without menu (maybe with menu too) not firing event "execute"; I have this code: var toolbar = new qx.ui.toolbar.ToolBar(); menuLogout = new qx.ui.menubar.Button(this.tr("Logout")); menuLogout.addListener("execute", this.doLogout, this