Quote: Originally Posted by
JWise1203 
David,
I am getting around to implementing this code and am having a prolem creating the OSK; at this line:
osk myosk = new osk(LanguageReader.getText("APPLANG/SETUP/PASSWORDTEXT"), ((CFControls.skinButton)buttonArray[CF_getButtonID("BUTTON4")]).Text, true);
I can't find an osk class anywhere in the documentation. Am I missing something?
Currently I am displaying the OSK this way:
this.CF_systemDisplayDialog(CF_Dialogs.OSK, this.pluginLang.readPluginField("/APPLANG/SETUP/BUTTON3TEXT"), this.CF_getButtonText("BUTTON3"), out resultvalue, out resulttext)
Those are the internal functions, I pasted my code straight from the internal project, not a plugin run from the SDK, for an example...
I actually don't have a way to call the OSK in password mode currently from the SDK, I will add this as a parameter...
david