03-16-2007 03:22 AM
Hi Kousy,
I'm curious to know if U re an Indian. I ve a cousin bro'r by name Koushik, we call him Kousy only... !
I'm very happy that I could help for Ur requirement exactly.
See n analyze the scan code for various keys, if U re inclined to using the ASCII values only.
Bye for now.
03-23-2007 04:42 AM
Hi,
03-23-2007 06:33 AM
Hi Kousy,
Answer lies inside Ur question itself... !
Use Mouse Down, NOT Mouse Down?, to do the function U want when a button is pressed. Thats it.
If U had associated a short-cut key for a button thro' its Key Navigation, U may also ve tp put the same code for its Key Down event too...
What I ve done in the given example was Key Down event of the VI itself.
What U may ve to do will be Mouse Down & Kwy Down events of the Button(s) U may wish to click(or its short-cut key to press).
Keep these things in mind when U design Ur application.
See the attched pics for more details on the various events.
03-23-2007 06:35 AM
Attachments for Key Navigation.
It allowed only 3 attachments... !
03-23-2007 07:25 AM
03-23-2007 08:33 AM
03-24-2007 01:57 AM
Since I ve not used Queues or Notifiers much, I ll go exactly with Lynn's methodology of creating sub-VIs.
That ll serve the purpose for U.