Button Feedback

The lack of button feedback is a problem. Buttons don’t hilight or give any kind of visual feedback when clicked, but I gather from other comments that at least hover is coming.

1)go into designer and highlight your button
2)set default image > set property imageMedia
3) hover > set property RollOverImageMedia
4) onClick

  • make sure the name property of the button is entered.
  • attach a script to your button with following line in it:
    elements.myButtonName.setImageURL(‘media:///myImage.xxx’)

Does this answer your question
or are you looking for other events like onMouseDown etc..