View Single Post
  #2  
Old 08-26-2016, 07:53 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you saying you don't want to disable the button using the following and then later enable it?

Code:
SystemNormalButton.disable()
If so, then you would have to handle the button event and set the button state back to it's initial state.
Reply With Quote