[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-29 Thread Shai Almog
A delay is never the right thing to do, we'll need a test case for that. -- 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

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-29 Thread Gareth Murfin
Apparently this is still not working for the client, the screen of the app gets cut in half when he moves on without shutting the keyboard, even with a delay and a call serially. I have seen a video so it seems true, im wondering if there is an event when the keyboard pops up where i can call

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-22 Thread Gareth Murfin
That works great, thanks Shai! On Wednesday, June 22, 2016 at 12:34:21 PM UTC+8, Shai Almog wrote: > > That method does nothing. You need to call stopEditing() on the text field > to actually close it. > -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-21 Thread Shai Almog
That method does nothing. You need to call stopEditing() on the text field to actually close it. -- 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

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-21 Thread Gareth Murfin
ie, https://dl.dropboxusercontent.com/u/4194619/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png this is happening quite often, and i think i had only seen it happen once before in my life until recently. On Tuesday, June 21, 2016 at 10:50:43 PM UTC+8, Gareth Murfin wrote: > > On many devices if you