Hi,
I have a button to which I have applied stylesheet(below) which works great.
.toolButton { up-skin :Embed(source='resources/angle.png'); over-skin :Embed(source='resources/angleH.png'); down-skin :Embed(source='resources/angle.png'); }
Now, I have a new requirement where I need to keep the button in pressed(down) state until the user clicks on this button again. What is the best way I can achieve this.
thank you