View Single Post
Old 10-01-2006, 06:08 PM   #9
veetid
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,998
Quote: Originally Posted by JWise1203 View Post
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
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote