
-----------------------------------
dumdedum
Sun Jun 08, 2008 1:06 pm

Why do my radio buttons not work
-----------------------------------
Why do these radio buttons not work, and yes i have all of the variables declared and the procs are made.

% Create the picture buttons
circleButton := GUI.CreatePictureRadioButton (100, 100, circlePic, 0, circlePressed)
rectangleButton := GUI.CreatePictureRadioButton (-1, -1, rectanglePic, circleButton, rectanglePressed)

-----------------------------------
Tony
Sun Jun 08, 2008 1:21 pm

RE:Why do my radio buttons not work
-----------------------------------
in what way do they not work?

Are you running GUI.ProcessEvents in the main loop?

-----------------------------------
dumdedum
Sun Jun 08, 2008 5:47 pm

RE:Why do my radio buttons not work
-----------------------------------
Its okay i fixed it. Thanks.
