Using SPP 1.2 and GUIX studio 5.3.3

vivitern

Member
I've got a checkbox on a screen that I want read only. I se it in code when I enter the screen. I've got it disabled in the designer. I intercept the GX_EVENT_TOGGLE_ON events in the screen event handler and just ignore them (don't do the gx_window_event_process()) .



Nothing I have tried keeps that checkbox from changing if you click on it.
 
Back
Top