Bilbosax opened a new issue #1076:
URL: https://github.com/apache/royale-asjs/issues/1076


   The visibility of an HSlider cannot be turned off, either in MXML or in 
Actionscript.
   
   This fails:
   
   `<j:HSlider localId="numBathsSlider" minimum="0" maximum="5" 
snapInterval="1" valueChange="numBathsSliderChangeHandler(event)" 
visible="false"/>`
   
   This also fails:
   
   `numBathsSlider.visible = false;`
   
   I need to be able to turn some components off and on depending on what a 
client is choosing.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to