Trunkles
09-25-2011, 12:48 AM
There has to be a way to do what I want to do but I'm fugged iif I know how. Here's the problem...
A page has three frames - top, left and disp. Top and left contain a number of buttons that display another page in disp. All the buttons need to behave as one set of radio buttons; when a button is clicked any other button returns to the non-clicked state. The really awkward bit is there's an image in top that changes depending on the currently clicked button and that image is behind the buttons.
Here it is in pseudocode of sorts.
On click button[n]
Button[LastClicked].Image := Button[LastClicked].UnClickedImage;
Button[n].Image := Button[n].ClickedImage;
Top.Image := Button[n].TopImage;
end;I hope that makes sense. :)
If some kind soul has any idea of how to do that I'd be very grateful.
Thanks.
Simon.
A page has three frames - top, left and disp. Top and left contain a number of buttons that display another page in disp. All the buttons need to behave as one set of radio buttons; when a button is clicked any other button returns to the non-clicked state. The really awkward bit is there's an image in top that changes depending on the currently clicked button and that image is behind the buttons.
Here it is in pseudocode of sorts.
On click button[n]
Button[LastClicked].Image := Button[LastClicked].UnClickedImage;
Button[n].Image := Button[n].ClickedImage;
Top.Image := Button[n].TopImage;
end;I hope that makes sense. :)
If some kind soul has any idea of how to do that I'd be very grateful.
Thanks.
Simon.