10-13-2009 10:53 AM
Hi,
I want to provide a ContextMenu for a ListField which is embedded in a PopupScreen. Is this possible at all?
Thanks,
hhessel
10-13-2009 11:00 AM
10-13-2009 11:14 AM
UiApplication.getUiApplication().invokeLater(new Runnable() { public void run() { UiApplication.getUiApplication().pushScreen(_BigWi
ndow); } });
That's the code I'm using. Do you know which priority I should set to get both, menu and popup, on the screen? thanks!