Problems using sms styled keyboard (1 Viewer)

junkixl

Portal Member
August 14, 2007
14
0
Home Country
Germany Germany
Hi,

I'm trying to use the new sms styled keyboard, but all I get is a text line with a blinking cursor and when I hit some number keys nothing happens. Here's the code I'm using to display the keyboard
Code:
SmsStyledKeyboard mKeyboard = (SmsStyledKeyboard)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_VIRTUAL_SMS_KEYBOARD);
            mKeyboard.Reset();
            mKeyboard.DoModal(GetID);

I'm using the SVN sources and my last debug build is now something about one week old. So the sms styled keyboard should be implemented in it (roadmap sais it is fixed)

greetings
JunkiXL
 

nuggie

Portal Member
June 12, 2009
12
0
same here -.-

SmsStyledKeyboard keyboard = (SmsStyledKeyboard)GUIWindowManager.GetWindow((int)Window.WINDOW_VIRTUAL_SMS_KEYBOARD);

keyboard.DoModal(GetID); // show it...


Can't see any keypad .. only the textfield
 

Users who are viewing this thread

Top Bottom