(42S,Free42,DM42) Dynamic Menu
|
02-10-2018, 04:04 PM
Post: #1
|
|||
|
|||
(42S,Free42,DM42) Dynamic Menu
Dynamic Menu
============ 0.Abstract This routine will show a menu defined by the first column of a matrix, with automatic paging. The matrix may have one or more columns. 1.Usage In: .matrix indexed or edited, IJ pointing within the page to show. A: message to show with menu. If alpha reg is clear, no AVIEW will be done. The message may be at most 24 characters. Out: - when pressing a menu button: matrix indexes IJ at selected element X: whatever was entered before pressing the menu button - when pressing EXIT: F25 Set 2.Routine details The menu will be made up of 'pages' of 6 items each. The entry indexes IJ will be repositioned to the start of a page before building the menu. The up/down arrows will only be defined when the matrix has more than 6 entries. When indexing or editing a matrix, the indexes IJ will be both 1. This routine does not use variables. For an example of how to use it, see the Conversion program posted right after this one. 3.Commented Listing Code: { 209-Byte Prgm } The raw file is also attached. Cheers, Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(42S,Free42,DM42) Dynamic Menu - Werner - 02-10-2018 04:04 PM
|
User(s) browsing this thread: 1 Guest(s)