1. button attribute
- Posted by "George Walters" <gwalters at sc.rr.com> Apr 23, 2004
- 466 views
I have a group of buttons to select given functions when clicked. I would like to change the color of a button that has been click'ed. Anyone know how to do that? george
2. Re: button attribute
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 23, 2004
- 419 views
George Walters wrote: > > I have a group of buttons to select given functions when clicked. I would > like to change the color of a button that has been click'ed. Anyone know how > to do that? > Unfortunately, the standard button cannot have its background color changed easily. Instead, you might like to consider a PictureButton or a ToggleButton. Alternatively, you can place a graphic 'underneath' the clicked button that is a little larger than the button, so that it shows up as a colored border around the button. Or you might like to simulate buttons with LText controls. Or you might like to create a User-Drawn button, but this is a lot of work. I'll play around with a for examples later tonight to see what we can do. -- Derek