CHECK - field is always editable

Hello!

I have an integer column with property displayType ‘CHECK’ and editable = ‘false (unchecked)’ on my forms, but when clicking on it sets a value (0/1). When I set the element to enable = false by methode, I’m not able to change the value (that is what I want). Is that a bug?

editable and enabled are not the same thing especially for textfields)

But for a checkbox they should result into the same thing (enabled should be false)

And i just tested this (in servoy 4.0) and that worked fine. I placed a check field on a integer dataprovider and set the editable to false. then i cant click on it.

Maybe in Servoy 4.0, but not in Servoy 3.5.6 on Mac OS X 10.5.4 and Java 1.6! However, I fix that with an onShow methode.

Hi Thomas,

Works as expected on:

Servoy Developer
Version 3.5.6-build 519
Java version 1.5.0_13-121 (Mac OS X 10.4.11)

Cheers
Harry