2004-12-13, 04:19 AM
i was wondering what would be the best way to do a onscreen keyboard, and i came to this conclusion. implement it the same way you use a dialogbox. it returns a result, the main program/plugin has no control and it just waits for the dialogbox to finish. by doing it this way the onscreen keyboard would easily be used over and over again, and only require a few lines of code to be implemented (perhaps even one). so something like
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">string text = onscreenkeyboard.showdialog()[/QUOTE]
which returns the entered text. null if cancel was clicked or something. now my question, is this possible using gbpvr's api ?
and bigger question, anyone else what to write it ?
also this onscreen keyboard could be skinned in one place and used frequently.
thoughts, comments, see a major fault in my reasoning?
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">string text = onscreenkeyboard.showdialog()[/QUOTE]
which returns the entered text. null if cancel was clicked or something. now my question, is this possible using gbpvr's api ?
and bigger question, anyone else what to write it ?
also this onscreen keyboard could be skinned in one place and used frequently.
thoughts, comments, see a major fault in my reasoning?