The Museum of HP Calculators

HP Forum Archive 16

[ Return to Index | Top of Index ]

Custom menus with submenus on HP-49g+?
Message #1 Posted by Antonio Maschio (Italy) on 12 Feb 2007, 2:30 a.m.

Hi,

I know how to customize a menu (editing CST or setting it with TMENU).

But how must CST be set to show a custom submenu, leading to another custom menu in the same directory?

-- Antonio

      
Re: Custom menus with submenus on HP-49g+?
Message #2 Posted by James M. Prange (Michigan) on 12 Feb 2007, 4:32 a.m.,
in response to message #1 by Antonio Maschio (Italy)

For a lot of information, try: http://groups.google.com/groups/search?q=custom+(submenu+OR+sub-menu)+group:comp.sys.hp48.

I believe that the custom menu techniques apply to all 48 and 49 series, and perhaps the 28 series as well.

Regards,
James

Edited: 12 Feb 2007, 4:40 a.m.

      
Re: Custom menus with submenus on HP-49g+?
Message #3 Posted by Gene on 12 Feb 2007, 8:04 a.m.,
in response to message #1 by Antonio Maschio (Italy)

Also, look here:

http://h20331.www2.hp.com/Hpsub/downloads/50gCalculator_modes_and_customization.pdf

Gene

            
Re: Custom menus with submenus on HP-49g+?
Message #4 Posted by Dave on 14 Feb 2007, 11:04 a.m.,
in response to message #3 by Gene

Gene,

Looks like you updated all your training modules for the 50g. Nice work! Thanks to the training modules and the AUR you guys wrote, the 50g has a great set of documentation now. I can't thank you enough.

      
Re: Custom menus with submenus on HP-49g+?
Message #5 Posted by Antonio Maschio (Italy) on 12 Feb 2007, 9:01 a.m.,
in response to message #1 by Antonio Maschio (Italy)

After surfing among your suggested sites, I managed the following CST:

{ ARCH REST READ ENGMODE MATHMODE HLP49.SD 
   { "_MATH" « 
      { SIMPLIFY 
        { "INTG" « RISCH SIMPLIFY » } 
        { "DERV" « DERIV SIMPLIFY » } 
        { "HYP" « 12.0100 MENU » } 
        ! 
        % 
      } TMENU » 
   } 
   { "_KEYS" « 
      { ASN DELKEYS RCLKEYS } TMENU » 
   } 
}

ARCH and REST are two programs I wrote for backup and restore; ENGMODE and MATHMODE set up approx and other flags on the run to set a completely approx mode or a completely symbolic mode (both are little programs of mine). READ is the HeadMan library reader, HLP49.SD is the Bill Markwick help system (non CAS). Of course I plan to extend it: this is only a sort of general scheme.

Hope this one will help anyone needing it. It's a simple one-level submenu, but a two-levels submenu may also be set, nesting the CST one more level: this could make the listing hard to read and to correct, though... The menus have a prepended underscore, to simulate the submenu symbol; I remember here that this is not a real submenu implementation, but rather an on-the-fly menu substitution; on one-level submenus like this, a way-back key is not needed; maybe on two or more levels submenus, but I haven't clarify the tecnique to use to myself yet.

Greetings and thanks James and Gene

-- Antonio

Edited: 12 Feb 2007, 9:01 a.m.

            
Re: Custom menus with submenus on HP-49g+?
Message #6 Posted by Giancarlo (Italy) on 13 Feb 2007, 1:02 p.m.,
in response to message #5 by Antonio Maschio (Italy)

Hi Antonio.

Quote:
ENGMODE and MATHMODE set up approx and other flags on the run to set a completely approx mode or a completely symbolic mode (both are little programs of mine)

How about sharing your solutions here in the Forum?
Or are you planning to release them on hpcalc.org?
Congrats for your efforts.
Ciao.
Giancarlo


[ Return to Index | Top of Index ]

Go back to the main exhibit hall