; widget.getEnabled() and widget.get("enabled") return the same value (which
> is reassuring). Perhaps -- if dperez has a good use case -- there's a
> justification for a "getRaw" method or similar?
> --
> T.J. Crowder
> tj at crowder software dot com
>
uring). Perhaps -- if dperez has a good use case -- there's a
justification for a "getRaw" method or similar?
--
T.J. Crowder
tj at crowder software dot com
- Original Message -
From: "dperez" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, October 02, 2007 12:18 PM
Subje
>>>> modification
>>>> (but
>>>> not during initial initialization). If you do not define an apply
>>>> method,
>>>> the property just handles the fundamental storage of your data
>>>> and its
>>>> disposal.&
data
>>> and its
>>> disposal."
>>>
>>> Apologies if this is completely off-base, but since it's not called
>>> during
>>> initial initialization, maybe an apply method would help.
>>> --
>>> T.J. Crowder
>>&
t;> Apologies if this is completely off-base, but since it's not called
>> during
>> initial initialization, maybe an apply method would help.
>> --
>> T.J. Crowder
>> tj at crowder software dot com
>>
>> - Original Message -
>> From: "
gt;
To:
Sent: Monday, October 01, 2007 3:01 PM
Subject: Re: [qooxdoo-devel] Value of inherited property
>
> Thanks Crowder for your info, but still don't know how to tell the
> difference.
>
>
> T.J. Crowder wrote:
>>
>> Hi,
>>
>> Total Qooxdoo noob
t; tj at crowder software dot com
>
> - Original Message -
> From: "dperez" <[EMAIL PROTECTED]>
> To:
> Sent: Monday, October 01, 2007 12:17 PM
> Subject: [qooxdoo-devel] Value of inherited property
>
>
>>
>> Hi,
>>
>> H
ot called during
initial initialization, maybe an apply method would help.
--
T.J. Crowder
tj at crowder software dot com
- Original Message -
From: "dperez" <[EMAIL PROTECTED]>
To:
Sent: Monday, October 01, 2007 12:17 PM
Subject: [qooxdoo-devel] Value of inherited prope
Hi,
How can I know if for a given widget, it has been called
widget.setEnabled(false) or is inheriting this value from its parent
container widget.getParent().setEnabled(false) ?
I have registered a changeEnabled event to my widget, and I must tell the
difference between these 2 situations.
Tha