Re: [Tutor] Virtual keyboard

2005-07-14 Thread Alan G
>> If you want your virtual keyboard to type in any program you will >> have to >> deal with focus issues and it seems to me that would be hard, if >> possible. > > I do want it to type in any entry (websites, notepad and other > programs), and thats what makes it harder. I dont think that > sho

Re: [Tutor] Virtual keyboard

2005-07-14 Thread Mark Kels
On 7/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You would need some way of getting a handle for the widget you want to type > into.. I don't know how to do this (or even if you can), but I wonder if you > might have more luck if you used PythonWin and the Microsoft factory classes > to

Re: [Tutor] Virtual keyboard

2005-07-14 Thread jfouhy
Quoting Mark Kels <[EMAIL PROTECTED]>: > I do want it to type in any entry (websites, notepad and other > programs), and thats what makes it harder. I dont think that shouldnt > be too hard as well, but I have no idea how to do it. You would need some way of getting a handle for the widget you wa

Re: [Tutor] Virtual keyboard

2005-07-14 Thread Mark Kels
On 7/14/05, luke <[EMAIL PROTECTED]> wrote: > I don't think it will be hard, but it depends what you want to pass > keypresses to. > If you want your virtual keyboard to type in any program you will have to > deal with > focus issues and it seems to me that would be hard, if possible. > but if you