I want to use standard alerts dialog (as LCDUI) in my LWUIT app: lcdui Alert javadocs
How can I call this methods from LWUIT form?
LWUIT's 1.5's Display
has the method showNativeScreen
.
I wouldn't recommend doing this though, it would probably cause some issues.
To return to LWUIT just show a Form
.