execute "setup port page" from code?
MorgoZ
Posts: 116
Hello!
Is it possible to execute a "setup port page flip", like "keyboard" from code?
What i exactly need is to execute the "Page flip Keyboard", wich is normally called from TPDesign -> Button Programming tab -> Channel Port -> 0-Setup Port, Channel Code -> PageFlip:Keyboard (or whatever), but from code.
For example: i have a button with a "normal" channel port 1 and a "normal" channel code 1; i need that, once the button is pushed, inside its "push" event to execute a "setup port, page flip keyboard", so a keyboard is shown.
I have tried to execute a
do_push(dvTp.number:0:0, 74) //74 is the "page flip keyboard" code for my TP
but it didn´t work....
Any help?
Thanks!!!
Is it possible to execute a "setup port page flip", like "keyboard" from code?
What i exactly need is to execute the "Page flip Keyboard", wich is normally called from TPDesign -> Button Programming tab -> Channel Port -> 0-Setup Port, Channel Code -> PageFlip:Keyboard (or whatever), but from code.
For example: i have a button with a "normal" channel port 1 and a "normal" channel code 1; i need that, once the button is pushed, inside its "push" event to execute a "setup port, page flip keyboard", so a keyboard is shown.
I have tried to execute a
do_push(dvTp.number:0:0, 74) //74 is the "page flip keyboard" code for my TP
but it didn´t work....
Any help?
Thanks!!!
0
Comments
then the 'Test' will appear in the text entry box and the 'Enter the name' will appear as the prompt at the very top of the screen. Hope that helps.
1. With your touchpanel project open, go to "File > Open System Page Template"
2. A new panel opens with the pages found in Setup. It is locked so you can't edit these pages, but you can copy them...
3. Copy the keyboard/keypad/whatever into your project. Name it whatever you like.
4. Call this like you would normally call any pop-up.
but the problem is that i´m using "TPControl" software, so my Touch Panel is an IPad, and it doesn´t have any "System Page Templates" but, if i execute the "PageFlip:Keyboard", an IPad keyboard is shown, and that is what i need to execute form code...
Thanks for your help.
that is what i´m doing... but it would be much "cooler" to use the IPad´s keyboard... but well, everything is working now.
Thanks!