Windows Phone 7 SIP keyboard color - windows-phone-7

I am planning to have an app that is using the light scheme regardless of what the system wide color scheme.
Is it possible to change the color scheme of the SIP keyboard to light?

Using the default SIP keyboard, you can't.
But you can create a custom keyboard.
http://www.silverlightshow.net/items/Windows-Phone-7-Creating-Custom-Keyboard.aspx

Related

Does on screen keyboard of Windows 10 works with JavaFX TextFields?

I will be developing a JavaFX app for Windows 10. Does anyone know whether a JavaFX TextField on focus can trigger Windows 10 to show up its on screen keyboard?
Your experience is much appreciated!
JavaFX knows how to notify the on-screen touch keyboard HOWEVER we did not find a way to open a specific keyboard type according to the textfield value type.
Other than that assume that the keyboard will always hide the buttom 1/3 part of your app - so that IF you need that real-estate to be active when user types input in - it can't be done.
we are only able to use default layout - see Touch keyboard index on https://msdn.microsoft.com/en-us/library/windows/apps/mt280229.aspx
A follow up on changing they keyboard layout is here:Set numeric layout for windows onscreen keyboard programmatically

Is it possible to use default keyboards on the device for AirConsole?

Using the Airconsole plugin for Construct.
I added a text input to the controller.html and it opens up my default android keyboard when I click it. Yet when I type, none of the keys are recognized (except space). I can paste into it though.
Do I have to use the keyboard code that Airconsole has in their Github, or is there a way to use default device keyboards?
AirConsole recommends to use the AirConsole keyboard
https://github.com/AirConsole/airconsole-keyboard
as it solves some problems like falling out of the fullscreen.

tvOS keyboard language

Is it possible to change onscreen keyboard language in tvOS?
I certainly didn't find a way of adding new keyboards in Apple TV Settings, but maybe there is a parameter you can specify on UISearchController.searchBar to switch to a different input language?
My Simulator as well as Apple TV are in English, but I'd like my app to be able to support other languages for input (e.g Russian). After all it's just a virtual on-screen keyboard.
On your apple TV go to Settings -> General -> Language, switch to the language you need (Russian). It will ask you if you're OK with Siri not being supported, hit OK, and voila :
this doesn't work in simulator unfortunately.
Also, you might try to create a custom keyboard, and make it's primaryLanguage whatever you need:
https://developer.apple.com/library/tvos/documentation/UIKit/Reference/UIInputViewController_Class/index.html#//apple_ref/doc/uid/TP40014279-CH1-DontLinkElementID_8

Force keyboard to english language on windows phone 7.5

I am trying to force the keyboard language to be English only irrespective of the culture of the app running on windows phone 7.5. I tried to hide that language button of the keyboard with various input scope but no input scope provides that facility.
How can I force the keyboard to be in English language only irrespective of the culture of the application?
Keyboard language is a global preference. On Windows Phone 7 and 8, third-party apps have no impact whatsoever on global preferences. So there's no way to do what you're asking.

Which static resources are used for the Windows Phone keyboard

Does anyone knows which (if any) StaticResources are used for the Windows Phone keyboard?
I'm creating my own keyboard (with only numbers, a clear all and a enter/search button) and want it to look like the default keyboard (fontsize, background and border color etc.)
You would need to create a custom control and shape it the way you need. You don't have access to any of the keyboard styles.
Check this guy out, he creates a keyboard from scratch:
http://www.silverlightshow.net/items/Windows-Phone-7-Creating-Custom-Keyboard.aspx

Resources