Anton D. Kachalov schrieb:
On Mon, Nov 07, 2005 at 01:49:22PM +0100, Sebastian Werner wrote:

GUI out there which does something compareable?

For exmaple, QT do that.
I can change checkable property on the fly.

We found one more bug.
When buttons or tab pages disabled _only_ from parent widgets, they
continues to handle events.

Example:
/* */
var fs = new QxFieldSet();
fs.setEnabled(false);

var hbox = new QxHorizontalBoxLayout();
hbox.setWidth("100%");
fs.add(hbox);

var button = new QxButton("OK");
hbox.add(button);

button.addEventListener("click", function() { alert('bug'); }

There is no bug like this. This inheritance of the property "enabled" is just not implemented. It is on our TODO list for a while and we will do it sometime.

Regards,

Sebastian




/* */

--
mouse


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to