Am trying to hide the keyboard before I show my dialog because the keyboard makes my dialog smaller even after it disappears, Display.getInstance().setShowVirtualKeyboard(false); seems not to be working
On Saturday, October 27, 2012 at 8:22:13 AM UTC+1, Chen Fishbein wrote: > > Hi, > Try to use this after the app is initialized: > > Display.getInstance().setShowDuringEditBehavior(Display.SHOW_DURING_EDIT_ALLOW_SAVE) > > It's not clear to me why the virtual keyboard hasn't been folded, to close > it explicitly you can call > Display.getInstance().setShowVirtualKeyboard(false); > > -- 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/3edcad78-f1c8-4754-8c1e-0de6f3696b0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
