Post Reply 
Sub-menu for Drawmenu?
01-17-2015, 05:32 PM
Post: #1
Sub-menu for Drawmenu?
Is there a function to implement sub-menu's? Once DRAWMENU() has created menu buttons, I would like to pop up a sub-menu, triggered from a menu button. How are sub-menu's accomplished?
Find all posts by this user
Quote this message in a reply
01-21-2015, 01:41 PM
Post: #2
RE: Sub-menu for Drawmenu?
Referring to the program's catalog soft button 'More' i would like to know this, too.
Using command 'Choose'? How to get the position of the choose box?
Thank you.

HP 33C 34C 11C 41CX 12C 15C HP71B 35s 50g Prime Rev. A, C, D. DM 41X, 42. TI 58C, 59, 74, 92-II, Voyage 200, nspire CX II-T, Sanyo ICC 82D and more
Find all posts by this user
Quote this message in a reply
01-21-2015, 03:29 PM
Post: #3
RE: Sub-menu for Drawmenu?
I tried drawing my own sub-menu's, but it was not worth the overhead. I then tried using choose boxes, triggered from the main menu, to supplement additional options. For my specific needs, there were only two additional choices needed in the sub's, so this idea worked well.

Sub-menus are going to be tricky, I'm afraid.
Find all posts by this user
Quote this message in a reply
01-21-2015, 04:16 PM
Post: #4
RE: Sub-menu for Drawmenu?
DRAWMENU() does only that -- draws a menu. You have to create your own keyboard/touchscreen handler to handle all user input.

It's quite limited compared to what you could do with the HP48, HP49 and HP50

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
01-22-2015, 10:43 PM
Post: #5
RE: Sub-menu for Drawmenu?
Hello.
You can use the technique of Hp 48.50 or Ti 85.86 .
Each option DRAWMENU the first calls for a new DRAWMENU.
Find all posts by this user
Quote this message in a reply
Post Reply 




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