In some of the commands in an overflow menu I want to have for the action 
event
                
Display.getInstance().dial(some_number);

or
                
Display.getInstance().openNativeNavigationApp(latitude,longitude);

There is a display issue that when you return to the app from the dialer or 
navigation app, the overflow menu is (sometimes) open and lowlighted. 
Sometimes it will close itself, and other times you need to tap on the 
screen and it will close. So, I wondering if there is something like:

           @Override
            public void actionPerformed(ActionEvent evt) {
                getToolbar().closeOverflowMenu();
                Display.getInstance().dial(CommonContext.INSTANCE.
getAddresses()[storeindex].callnumber);
            }

to force close it before calling the external app, or is it better to send 
off the Display... command in a new thread ?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/dbfbc4f8-b4a5-4282-9f96-5b9c8078493a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to