WAIT()
|
09-04-2017, 10:18 AM
(This post was last modified: 09-04-2017 10:20 AM by webmasterpdx.)
Post: #5
|
|||
|
|||
RE: WAIT()
Here is an example using WAIT to handle menus...I'm using the common PUTMENU and GETMENU functions...
First, here are the PUTMENU and GETMENU functions... Code:
And here is the example using these and WAIT to implement a simple test. This example is called by MBase(4,5,6). The menu has HEX, which outputs the first input number to the terminal, OCT, which outputs the second input number to the terminal, DEC, which prints the 3rd input number, BIN which clears the terminal and EXIT which exits the program. Note that I check for the event type to be a 3 or a 7 (Click or Long Click). Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
WAIT() - webmasterpdx - 09-04-2017, 08:41 AM
RE: WAIT() - webmasterpdx - 09-04-2017, 09:31 AM
RE: WAIT() - webmasterpdx - 09-04-2017, 09:34 AM
RE: WAIT() - DrD - 09-04-2017, 09:51 AM
RE: WAIT() - webmasterpdx - 09-04-2017 10:18 AM
RE: WAIT() - webmasterpdx - 09-04-2017, 11:05 AM
RE: WAIT() - Joe Horn - 09-04-2017, 12:04 PM
RE: WAIT() - webmasterpdx - 09-04-2017, 09:24 PM
|
User(s) browsing this thread: 7 Guest(s)