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
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
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