07-07-2011 04:54 AM
Hi guys,
I have the following situation :
when user click to screen virtual keyboard appears and entire screen moves up to make textfields visible :
the second step is when pressing plus button screen transition happens and new screen appears,but unfortunatelly the last keyboard white screen still appears :
Any help?
Solved! Go to Solution.
07-07-2011 09:22 AM
OK,I found it :
you must just hide virtual keyboard before start transition and push new screen:
super.onUnfocus();
VirtualKeyboard vk = UiApplication.getUiApplication().getActiveScreen()
vk.setVisibility(VirtualKeyboard.HIDE);
TransitionContext transition = new TransitionContext(
TransitionContext.TRANSITION_SLIDE);
//...
UiApplication.getUiApplication().pushScreen(_secon