07-02-2010 01:31 PM
Hi,
I am new to LabVIEW and I just want to control the cursor in my code .Please find the image with this .In that when I 1st run the vi the cursor shoud automatically blink at numeric and when I press "enter" it should move to numeric2 and again when i press "enter" it should move to numeric3.
Can somebody help me in finding a solution for this?
Solved! Go to Solution.
07-02-2010 01:56 PM
You can use an event structure and a Key Focus property. For example, in a value change event for numeric 1, you would set the key focus property of numeric 2 to True.
07-03-2010 01:55 AM
hello,
Thank you for the help..And it is really working!
Is there any book to learn about all the property nodes in Labview?
Thanks and regards,
George
07-03-2010 09:47 AM
The LabVIEW Help contains all of the documentation on all the properties and methods for the various LabVIEW classes. Books on LabVIEW will basically cover the fact that they exist and how they can be used. They won't contain full documentation. There are also examples that ship with LabVIEW that deal with property nodes. Just open the Example Finder (Help -> Find Examples) to find them.
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
If you're looking for a book for LabVIEW, do a search on this forum, as this question has come up many times, and various recommendations have been given.