number Keyboard
-
- Posts: 30
- Joined: Sat Apr 05, 2008 5:53 am
- Location: Germany -> Hessen -> Hanau
- Contact:
number Keyboard
Hello,
I need an onscreen keyboard. The special thing is, that there only should be the numbers 0-9 and the dot. Is there an finish sript or do I have to create it on my own work??
Bye, Sebastian
I need an onscreen keyboard. The special thing is, that there only should be the numbers 0-9 and the dot. Is there an finish sript or do I have to create it on my own work??
Bye, Sebastian
-
- Posts: 30
- Joined: Sat Apr 05, 2008 5:53 am
- Location: Germany -> Hessen -> Hanau
- Contact:
-
- Posts: 30
- Joined: Sat Apr 05, 2008 5:53 am
- Location: Germany -> Hessen -> Hanau
- Contact:
Sorry guys but K!rk is right, I didn't see "the dot".
However, with the Sony 's osk you can have several keyboards you cycle througth, using the "select" key, I mean during the capture.
So you can set up the num keyboard + one of the classic keyboard in which there is the "dot".
Each time you want to access the "dot" you press "select" when you want to go back to the number keyboard you press "select".
If this is acceptable for you I can post the code.
However, with the Sony 's osk you can have several keyboards you cycle througth, using the "select" key, I mean during the capture.
So you can set up the num keyboard + one of the classic keyboard in which there is the "dot".
Each time you want to access the "dot" you press "select" when you want to go back to the number keyboard you press "select".
If this is acceptable for you I can post the code.
--pspZorba--
NO to K1.5 !
NO to K1.5 !
Yes, please post your code.
I'm using the $onY OSK but for my application I want immediately the Numeric OSK screen instead of literal default, so I have to manage select.
May be there is a parameter to run calling the OSK to immediately show the numeric screen. Have you any chance to clarify how to?
please let post your code, anyway.
regards
I'm using the $onY OSK but for my application I want immediately the Numeric OSK screen instead of literal default, so I have to manage select.
May be there is a parameter to run calling the OSK to immediately show the numeric screen. Have you any chance to clarify how to?
please let post your code, anyway.
regards
Here is the class
http://rapidshare.com/files/137646502/pspZorba040-osk2.rar.html
You will find a main.cpp in which you have a sample.
In this sample you will have to capture two fields:
- a URL (ip or url) you have two keyboards you can cycle.
- a port, there is only a keyboard with number.
If you want to use it in your own HB, the class assumes you are able to init the GU and that there is a list called theGuList.
If you don't have the init, use the function provided in the main
If your list has another name, modify the define in ZBvirtualKeyboard.cpp line 43.
http://rapidshare.com/files/137646502/pspZorba040-osk2.rar.html
You will find a main.cpp in which you have a sample.
In this sample you will have to capture two fields:
- a URL (ip or url) you have two keyboards you can cycle.
- a port, there is only a keyboard with number.
If you want to use it in your own HB, the class assumes you are able to init the GU and that there is a list called theGuList.
If you don't have the init, use the function provided in the main
If your list has another name, modify the define in ZBvirtualKeyboard.cpp line 43.
--pspZorba--
NO to K1.5 !
NO to K1.5 !