GLBasic forum

Other languages => GLBasic - de => Topic started by: MacReeg on 2012-Dec-12

Title: Problem Virtual Keyboard Android
Post by: MacReeg on 2012-Dec-12
Hallo zusammen!

Wurde das Problem mit dem Aufruf der virtuellen Tastatur bei tastaturlosen Android-Tablets oder -Handys (ohne irgendetwas Selbstgebautes verwenden zu müssen) schon angegangen?

Gruß, MacReeg.
Title: Re: Problem Virtual Keyboard Android
Post by: Schranz0r on 2012-Dec-12
Nein noch nicht meines Wissens!
Title: Re: Problem Virtual Keyboard Android
Post by: Kitty Hello on 2012-Dec-15
Eine Alternative wäre:
http://www.glbasic.com/forum/index.php?topic=6905.0

Oder DDgui_input$()
Title: Re: Problem Virtual Keyboard Android
Post by: sf-in-sf on 2013-Apr-25
Quote from: MacReeg on 2012-Dec-12
Wurde das Problem mit dem Aufruf der virtuellen Tastatur bei tastaturlosen Android-Tablets oder -Handys (ohne irgendetwas Selbstgebautes verwenden zu müssen) schon angegangen?

Yep, it's happening with my archos tablet 10.1 G9, andro' 4.0
Problems with the virtual keyboard on android:
-only the first letter is allowed an UPPER case (what for? A waste of code)
-long before INPUT is called, right from the beginning of the app, until the end, the keyboard stays visible.  :(
-A white full background appears when INPUT is called, when it's time to type. :doubt: the "typing" function probably uses the broken "grabsprite" from android.
-Nice that kerning=1 does the job when typing,
Code (glbasic) Select
INPUT t$, 10,80,1 but alpha blending (shadows) doesn't work during typing, and
Code (glbasic) Select
ALPHAMODE -1 is refused by android before INPUT.

Any idea anyone? How to slide the keyboard in/out?

I'm on IDE 10.224 ...is it too old?