imgsimonebiliato Well-Known Member Licensed User Longtime User Apr 16, 2013 #1 Hello, I want to set a checkbox not editable, but without using: ENABLED = FALSE, because the result isn't clear. How can I solve? :sign0104:
Hello, I want to set a checkbox not editable, but without using: ENABLED = FALSE, because the result isn't clear. How can I solve? :sign0104:
Erel B4X founder Staff member Licensed User Longtime User Apr 16, 2013 #2 You can put a transparent panel above the checkbox and handle the panel's click event. Upvote 0