Computer Science Canada

Why do my radio buttons not work

Author:  dumdedum [ Sun Jun 08, 2008 1:06 pm ]
Post subject:  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)

Author:  Tony [ Sun Jun 08, 2008 1:21 pm ]
Post subject:  RE:Why do my radio buttons not work

in what way do they not work?

Are you running GUI.ProcessEvents in the main loop?

Author:  dumdedum [ Sun Jun 08, 2008 5:47 pm ]
Post subject:  RE:Why do my radio buttons not work

Its okay i fixed it. Thanks.


: