Post Reply 
[Question] Checkbox
04-23-2017, 03:52 AM
Post: #1
[Question] Checkbox
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?
Find all posts by this user
Quote this message in a reply
04-24-2017, 05:14 AM
Post: #2
RE: [Question] Checkbox
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

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
04-25-2017, 02:31 AM
Post: #3
RE: [Question] Checkbox
Thanks a lot for the answer, I appreciate. Smile
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)