Hi all,
Sometimes I have this annoying bug concerning the scrollbars of elements. See attachment, the vertical scrollbar has a black line with what looks like arrow heads or something.
I found this problem with all sorts of controls, tables, IMAQ-indicators and so on.
Does anybody know how to fix this??
Greetings,
VDB
Hi all,
I have a main-VI that has two parts, a VI containing a time critical loop and a VI with a loop for communication over TCP-IP.
The priority of the VI containing the time critical code was set to "Time Critical". The other loop runs at normal priority
Now here's my question:
The VI with the time critical code contains several sub-VIs that are called sequentially. Do I need to set the priority of these VIs to "Time-Critical" as well? Or is this "inherited" from the calling VI? In other words, do sub-VIs in a time critical VI run at that priority regardless of the priority that was selected in the sub-VIs properties menu?
Greetings,
VDB
Sarah,
"Page Visible" is the one you need. It's only shortened to "PageVis" in the Property Node.
(right click on the node, Name Format, Long Names)
good luck,
VDB
Hi,
you can access the properties of the individual pages by using the Pages-property
Then by indexing the correct refnum, you're able to hide/show the pages you want.
See attachement for an example.
Greetings from Germany,
VDB
Hi all,
I'm looking for a method to programmatically get a list of all items on a Datasocket server. Does somebody know if this is possible?
Greetings,
VDB