Why do my radio buttons not work
Author |
Message |
dumdedum
|
Posted: 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) |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
Posted: 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? |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
dumdedum
|
Posted: Sun Jun 08, 2008 5:47 pm Post subject: RE:Why do my radio buttons not work |
|
|
Its okay i fixed it. Thanks. |
|
|
|
|
 |
|
|