HP Forums

Full Version: [Question] Checkbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a checkbox in a program to act like the checkbox in the Symb view of the Function app.

There is a gap to write down your function and as soon as you write it down the checkbox gets checked, the opposite happens if you delete the function.
I find it to be a very good implementation and would like the same behavior on my program.
I tried some combinations, but I didn't figure out. How to change a checkbox inside an Input in runtime? Is there another way of input that could change in runtime?
Hello,

The check box in the equation list is not an input box, it is an "EQlistView" control.
Unfortunately, this control is not available to user programs :-(

At this point in time, there is no way, using the build in INPUT functions to redo something like the EQListView easily...

You could recreate the same behavior, but you would need to completely do the work by yourself, programmatically.

Cyrille
Thanks a lot for the answer, I appreciate. Smile
Reference URL's