RE: Touch Screen Keyboard

2014-05-19 Thread Tracy Pearson
Jeff Johnson wrote on 2014-05-18: Richard: Using the touch screen you can minimize it and then click on the icon on the status bar to restore it. Works perfect and looks nice. Thanks for the introductions. On 5/17/2014 8:35 PM, Richard Quilhot wrote: I have not explored this, but

Re: Touch Screen Keyboard

2014-05-19 Thread Jeff Johnson
Tracy: Yes. The osk.exe works great. I set it to start up with Windows. They can minimize it to the taskbar to hide it and click on the icon on the taskbar to raise it. Works great! Thanks for your help. On 5/19/2014 8:42 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-05-18:

Re: Touch Screen Keyboard

2014-05-19 Thread Richard Quilhot
That's how I use OSK, except I dock the keyboard to the bottom of screen. Rick Q quilh...@gmail.com On Mon, May 19, 2014 at 12:55 PM, Jeff Johnson j...@san-dc.com wrote: Tracy: Yes. The osk.exe works great. I set it to start up with Windows. They can minimize it to the taskbar to hide

RE: Touch Screen Keyboard

2014-05-18 Thread Allen
Does it go away when there is no input to do like Android? Al -Original Message- I have not explored this, but it does have the normal windows top right close X I would think some of the windows api programming controls might help. ___ Post

Re: Touch Screen Keyboard

2014-05-18 Thread Jeff Johnson
Richard: Using the touch screen you can minimize it and then click on the icon on the status bar to restore it. Works perfect and looks nice. Thanks for the introductions. On 5/17/2014 8:35 PM, Richard Quilhot wrote: I have not explored this, but it does have the normal windows top right

Re: Touch Screen Keyboard

2014-05-17 Thread Richard Quilhot
I'm using the MS On Screen Keyboard with a tablet, but it's already active when VFP starts. Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 10:51 AM, Jeff Johnson j...@san-dc.com wrote: Anybody ever added a touch screen keyboard to a form? Or know of one? I have a grid and want to have

Re: Touch Screen Keyboard

2014-05-17 Thread Jeff Johnson
On 5/17/2014 7:54 AM, Richard Quilhot wrote: I'm using the MS On Screen Keyboard with a tablet, but it's already active when VFP starts. Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 10:51 AM, Jeff Johnson j...@san-dc.com wrote: Anybody ever added a touch screen keyboard to a form?

Re: Touch Screen Keyboard

2014-05-17 Thread Tracy Pearson
On May 17, 2014 10:51:00 AM EDT, Jeff Johnson j...@san-dc.com wrote: Anybody ever added a touch screen keyboard to a form? Or know of one? I have a grid and want to have a form pop up to enter data into the grid using a touch screen - no keyboard. I have. I don't have the code in a shareable

Re: Touch Screen Keyboard

2014-05-17 Thread Jeff Johnson
On 5/17/2014 8:15 AM, Tracy Pearson wrote: On May 17, 2014 10:51:00 AM EDT, Jeff Johnson j...@san-dc.com wrote: Anybody ever added a touch screen keyboard to a form? Or know of one? I have a grid and want to have a form pop up to enter data into the grid using a touch screen - no keyboard.

Re: Touch Screen Keyboard

2014-05-17 Thread Richard Quilhot
The one I'm using is: %windir%\system32\osk.exe, you should be able to call it from within VFP Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 11:13 AM, Jeff Johnson j...@san-dc.com wrote: On 5/17/2014 7:54 AM, Richard Quilhot wrote: I'm using the MS On Screen Keyboard with a tablet,

Re: Touch Screen Keyboard

2014-05-17 Thread Jeff Johnson
That's nice! On 5/17/2014 5:09 PM, Richard Quilhot wrote: The one I'm using is: %windir%\system32\osk.exe, you should be able to call it from within VFP Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 11:13 AM, Jeff Johnson j...@san-dc.com wrote: On 5/17/2014 7:54 AM, Richard Quilhot

Re: Touch Screen Keyboard

2014-05-17 Thread Jeff Johnson
How would you close it when the form closes? On 5/17/2014 5:09 PM, Richard Quilhot wrote: The one I'm using is: %windir%\system32\osk.exe, you should be able to call it from within VFP Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 11:13 AM, Jeff Johnson j...@san-dc.com wrote: On

Re: Touch Screen Keyboard

2014-05-17 Thread Richard Quilhot
I have not explored this, but it does have the normal windows top right close X I would think some of the windows api programming controls might help. Rick Q quilh...@gmail.com On Sat, May 17, 2014 at 9:15 PM, Jeff Johnson j...@san-dc.com wrote: How would you close it when the form closes?