[codenameone-discussions] Re: How to stop string editing and close the virtual keyboard without clicking screen (android)

2017-11-12 Thread lainema
On Monday, November 13, 2017 at 8:46:58 AM UTC+2, Shai Almog wrote: > > It's possible you are just seeing a next button and not a done button > although doing field.putClientProperty("goButton", Boolean.TRUE); doesn't > cause it to fold either which might be a misbehavior. > > Your code mixes se

[codenameone-discussions] Re: How to stop string editing and close the virtual keyboard without clicking screen (android)

2017-11-12 Thread Shai Almog
It's possible you are just seeing a next button and not a done button although doing field.putClientProperty("goButton", Boolean.TRUE); doesn't cause it to fold either which might be a misbehavior. Your code mixes several concepts that it shouldn't e.g. setShowDuringEditBehavior isn't applicabl

[codenameone-discussions] Floationg Button does not run

2017-11-12 Thread ruben_vg via CodenameOne Discussions

[codenameone-discussions] Re: How to stop string editing and close the virtual keyboard without clicking screen (android)

2017-11-12 Thread lainema
On Saturday, October 1, 2016 at 4:23:00 AM UTC+3, Shai Almog wrote: > > try textField.stopEditing() > On an android 7 phone in landscape orientation, if I touch TextArea, I get a fullscreen soft keyboard. When I press done on the keyboard, the edit area that is embedded in the keyboard overlay

[codenameone-discussions] Re: Localization - Change of language

2017-11-12 Thread ruben_vg via CodenameOne Discussions
Thanks for support On Sunday, November 12, 2017 at 12:37:28 AM UTC-5, Shai Almog wrote: > > Hi, > you need to recreate the form in order for localization to take effect. It > won't impact an existing form as the components are already there. > -- You received this message because you are subscr