J jagr Member Jun 23, 2010 #1 i wrote a small program that requires some text entry. i used the fullscreen function in formlib.dll to remove the menu and title bar however the screen keyboard doesnt show when when the textboxes are selected so the user cannot input text is there a call to make the screen keyboard show up without the menu bar?
i wrote a small program that requires some text entry. i used the fullscreen function in formlib.dll to remove the menu and title bar however the screen keyboard doesnt show when when the textboxes are selected so the user cannot input text is there a call to make the screen keyboard show up without the menu bar?
S sitajony Active Member Licensed User Jun 23, 2010 #2 You can show the KeyBoard... Even if your Form is in fullscreen your keyboard can be show... Use hw as Hardware Hardware.dll: hw.SIPEnabled=True
You can show the KeyBoard... Even if your Form is in fullscreen your keyboard can be show... Use hw as Hardware Hardware.dll: hw.SIPEnabled=True
Erel B4X founder Staff member Licensed User Longtime User Jun 24, 2010 #3 You can also use the SIP method: B4X: SIP(true)