Post Reply 
menu access
10-17-2015, 11:41 AM (This post was last modified: 10-17-2015 11:42 AM by ji3m.)
Post: #1
menu access
I have a simple endless loop as follows:

EXPORT loopy()
BEGIN
LOCAL KEY;
REPEAT
RECT_P(); //clear
KEY := WAIT(-1);
//... process_keys
//... use CHOOSE(...) opens over start
// screen
//...
UNTIL 0;
END;

The question
From this pgm is it possible to access system
menus since it owns the keyboard.?

Also, my CHOOSE menus opens over the starting screen and
not my cleared screen. Any way to control this?

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
menu access - ji3m - 10-17-2015 11:41 AM



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