Community
Participate
Working Groups
In the 'buttons' tab of 'controls example', selecting 'enabled' doesn't appear to toggle the button's enabled or not. Mind you, that's probably because the body is commented out: void enableWidget (boolean enabled) { // int topHandle = stopHandle (); // if (enabled) { // OS.EnableControl (topHandle); // } else { // OS.DisableControl (topHandle); // } }
Created attachment 83685 [details] Enables the button.enable to work
Silenio fixed this when he fixed the spinner.
fixed