10-30-2007 01:10 PM
10-31-2007 09:14 AM
10-31-2007 09:24 AM
10-31-2007 09:28 AM
11-01-2007 04:34 AM
Hi there,
This was an intended feature for the Local and Global variables. We decided to implement this feature as an improvement to the usability of Local and Global variables in LabVIEW and I'm afraid that this is not a customizable feature.
You'll actually find that it is now possible to use the keyboard keys to skip to the appropriate local variable name in the list and if you have a very large list you can also use page up and page down.
However if you are utilizing the Local and Global variables this much you may want to reconsider your application architecture. Local and Global variables are the main reasons for race conditions and problematic code. I would consider other methods to pass data from one section of code to another. For example, Functional Global variables.
Thanks
AdamB