HyperNext Studio
HyperNext Studio => Graphics => Topic started by: apheline on October 05, 2016, 10:10:01 PM
-
I am working on a project which utilizes several check boxes. I would much prefer a graphic rather than the boring check box image. As far as I can tell there is no actual way to use a graphic (or I suppose two graphics, one for on and one for off) for this, however, I noticed there is a way to have buttons toggle between pressed and unpressed. I was thinking about swapping to this method, however, I cannot find a way to return a result (such as a 1 for pressed and a 0 for unpressed) for whether a button is toggled to pressed or unpressed the way that CheckBoxStateFN(x) does for check boxes. Is there a way that I am just not seeing?
Thanks!
-
Would I be able to use ButtonValueFN(1) for the same purpose as CheckBoxStateFN(1)?
-
Never mind, I tested it, and that works perfectly!