Many people are struggling with the fact that they want to program in Hybrid Basic on their real calc, but don't have access to the Doors Libraries. That is why I decided to create such a program, a program where you can create your real(-statements in steps, named Real Helper. Or better said, a program with some menu's, choicing between (for example) real(0 or real(5 or real(8 etc. To make it more efficient, I'm adding in a key hook that runs that program if you press [LINK] in the program editor. Then it automatically runs my program, and inserts the real(-statement at the cursor (that is why I asked my ASM questions). In fact, my program would look like this:
- Check if key hook exist (either via ASM or an user-list)
- If not, create one and return
- If so, run the program, and return, inserting the real-command at the cursor postition
A bit more complicated, but these are the basics
Before you use the program, you need to run it once. It now installs the key hook, and returns. The second time you use it (either via homescreen or the program editor), it sees that the hook already exists, and jumps to the real-helper.
I'm still developming for the TI-84+SE, but I hope it would be easy to port it to the CSE.
I've no idea if and how there are strugglings with other apps using the Key Hook, so I need to test it!
I've no screenshots yet, because I'm working on the ASM stuff, but I hope to add it soon! If you have questions, feel free to ask!
- Check if key hook exist (either via ASM or an user-list)
- If not, create one and return
- If so, run the program, and return, inserting the real-command at the cursor postition
A bit more complicated, but these are the basics
Before you use the program, you need to run it once. It now installs the key hook, and returns. The second time you use it (either via homescreen or the program editor), it sees that the hook already exists, and jumps to the real-helper.
I'm still developming for the TI-84+SE, but I hope it would be easy to port it to the CSE.
I've no idea if and how there are strugglings with other apps using the Key Hook, so I need to test it!
I've no screenshots yet, because I'm working on the ASM stuff, but I hope to add it soon! If you have questions, feel free to ask!