C
chook.harel
Hi, I know it might sound wierd to some of you
but my application uses a special keyboard (the terminal i'm writing
PPC2003 software for)
and the user doesn't want the touch screen to even work (meaning he
doesn't want to accidently click with his thumb or something on the
screen itself) and only navigate with the keyboard.
Now, I did the navigation, but I have some dilemas about the locking,
Until now i've only came up with Focus games...
But after learning some OOP again I've relized I can override the
mousedown
of every control...
So it worked for the DataGrid, the mouse doesn't do anything,
but on textboxes it doesn't help..
It looks like the select of text in a textbox and the click itself is
beyond the program
and is a Windows operation.. and because of that my overrides didn't
change anything
Am I right? Did I missed something?
Thanks.
but my application uses a special keyboard (the terminal i'm writing
PPC2003 software for)
and the user doesn't want the touch screen to even work (meaning he
doesn't want to accidently click with his thumb or something on the
screen itself) and only navigate with the keyboard.
Now, I did the navigation, but I have some dilemas about the locking,
Until now i've only came up with Focus games...
But after learning some OOP again I've relized I can override the
mousedown
of every control...
So it worked for the DataGrid, the mouse doesn't do anything,
but on textboxes it doesn't help..
It looks like the select of text in a textbox and the click itself is
beyond the program
and is a Windows operation.. and because of that my overrides didn't
change anything
Am I right? Did I missed something?
Thanks.