Post Reply 
personalized menu
09-03-2015, 03:40 PM
Post: #8
RE: personalized menu
(09-03-2015 03:00 PM)tigger Wrote:  What I understood is,
there is the "main" CST.DEF which contain CST.BASE and CST.CHARS.

First you might go in the menu CST.DEF. From there you could call besides other menus the two menus CST.BASE and CST.CHARS.

Could you help build such a tree with only three element in every branch. It might help me to understand how this tree "works".

There isn't much to it, really. Assuming you understand the basics of setting up a custom menu, which is nothing more than a list of whatever you want to appear in the menu, you include labeled items which run a small program like \<< 'CST.BASE' TMENU \>>, and then pressing that key takes you to the appropriate menu.

e.g.
Code:
{ { "BASE" \<< 'CST.BASE' TMENU \>> } } 'CST.DEF' STO
'CST.DEF' 'CST' STO

That would create a custom menu with a single item labeled "BASE", which calls up the menu stored in 'CST.BASE' (which is, again, just another list of whatever you want in the menu).
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
personalized menu - tigger - 09-03-2015, 08:40 AM
RE: personalized menu - Raymond Del Tondo - 09-03-2015, 08:52 AM
RE: personalized menu - tigger - 09-03-2015, 09:09 AM
RE: personalized menu - Dave Britten - 09-03-2015, 11:14 AM
RE: personalized menu - tigger - 09-03-2015, 11:27 AM
RE: personalized menu - Dave Britten - 09-03-2015, 12:33 PM
RE: personalized menu - tigger - 09-03-2015, 03:00 PM
RE: personalized menu - Dave Britten - 09-03-2015 03:40 PM



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