Hi Hugh,
ok, that's an Option, but then the user will ask "Why could I not edit
this ". I think we'll change the apperance of the read-only fields
so the user can clearly see it. It was not a good idea to do the check
righs on the Serverside, but we will not have any Business-Logic on the
> There is a qx.ui.form.CheckBox with a EventListener "changeChecked"
> attached to it. While in the Function called by the EventHandler -
> while handling the Event - we change the Selection of the CheckBox
> back, because of insufficient Rights the user have and then the
> Event is fired agai
Hi,
I solved it using a semaphore variable witch I had used in the dialogs
before, to prevent fieldchecks if we set the values from our
TransferObjects, I just want to know, if qooxdoo has a buildin-Method
for such a situation.
I don't know if disabling helps, but I'll test ist. Thank you fo
Hi,
quick solution can be to disable the check box if user can't click on
it, is this sufficient ?
2008/7/30 Dirk Wellmann <[EMAIL PROTECTED]>:
> Hi List,
>
> I've some strange behavior in one of my Projects.
>
> There is a qx.ui.form.CheckBox with a EventListener "changeChecked" attached
> to it