Re: [qooxdoo-devel] QxFieldSet checkable

2007-06-28 Thread Sebastian Werner
Oopps... seems that this was a very old mail ... sorry for the traffic. Sebastian Sebastian Werner schrieb: > There is already a CheckGroupBox which is like your widget. This is > available since some 0.6.x version of qooxdoo. Your code looks like > qooxdoo 0.5.x however. > > Sebastian > >

Re: [qooxdoo-devel] QxFieldSet checkable

2007-06-28 Thread Sebastian Werner
There is already a CheckGroupBox which is like your widget. This is available since some 0.6.x version of qooxdoo. Your code looks like qooxdoo 0.5.x however. Sebastian Anton D. Kachalov schrieb: > I add initial support for checkable field of QxFieldSet. This is standard > de facto for common

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-09 Thread Anton D. Kachalov
On Tue, Nov 08, 2005 at 12:13:22PM +0100, Sebastian Werner wrote: > There is also a new one, with a radio button instead of a checkbox. > > Online demos can be found here: > http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Fieldset_3.html > http://qooxdoo.oss.schlund.de/demo/dev/public/test

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-08 Thread Sebastian Werner
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. As I see QT really allows this. I see currently no need to support this on the f

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Sebastian Werner
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 widge

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Anton D. Kachalov
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 ev

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Sebastian Werner
Anton D. Kachalov schrieb: On Thu, Nov 03, 2005 at 03:44:55PM +0100, Sebastian Werner wrote: Nice patch as I can see. There are some qooxdoo conventions which you seem to already have coded like quite good. One problem I have with your patch. The QxFieldSet uses a QxAtom to display a text/ic

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Anton D. Kachalov
On Thu, Nov 03, 2005 at 03:44:55PM +0100, Sebastian Werner wrote: > Nice patch as I can see. There are some qooxdoo conventions which you > seem to already have coded like quite good. > > One problem I have with your patch. The QxFieldSet uses a QxAtom to > display a text/icon combination for th

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Sebastian Werner
Anton D. Kachalov schrieb: On Thu, Nov 03, 2005 at 03:44:55PM +0100, Sebastian Werner wrote: Nice patch as I can see. There are some qooxdoo conventions which you seem to already have coded like quite good. One problem I have with your patch. The QxFieldSet uses a QxAtom to display a text/ic

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-07 Thread Anton D. Kachalov
On Thu, Nov 03, 2005 at 03:44:55PM +0100, Sebastian Werner wrote: > Nice patch as I can see. There are some qooxdoo conventions which you > seem to already have coded like quite good. > > One problem I have with your patch. The QxFieldSet uses a QxAtom to > display a text/icon combination for th

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-03 Thread Sebastian Werner
Nice patch as I can see. There are some qooxdoo conventions which you seem to already have coded like quite good. One problem I have with your patch. The QxFieldSet uses a QxAtom to display a text/icon combination for the legend. You seem to create an additional checkbox in your code and place

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-02 Thread Sebastian Werner
I will discuss your implementation first. I habe another, more general idea. I want something what can group form fields or other elements together and send/enable them all in one. Propbably we also need something like a recursive enable/disable state, which inherits to all children. This would

Re: [qooxdoo-devel] QxFieldSet checkable

2005-11-02 Thread Stanislav Ievlev
Sebastian, could you see this patch, and include to renderer if it correct? We (ALT Linux Team) need this feature for current development. We are making an configuration engine with two interfaces: local (with Qt), and network ( with qooxdoo ;)) ). -- With best regards Stanislav Ievlev. On Tue,

[qooxdoo-devel] QxFieldSet checkable

2005-11-01 Thread Anton D. Kachalov
I add initial support for checkable field of QxFieldSet. This is standard de facto for common widgets libraries, such as QT, GTK, Win32 GUI... Known problems: - setChecked not call toggle routine to enable/disable childs. - when toggling, some widgets such as edit/listbox/combobox will not switch