Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
Programmatically reading controls in a Tab Control
Programmatically reading controls in a Tab Control
bmihura
Active Participant
08-06-2007
11:23 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I can use Property Nodes to read controls on a front panel, but they seem to miss controls inside a Tab Control.
Is it possible to programmatically read controls in a Tab Control?
Attached is an example VI illustrating this.
Controls Mismatch.vi 21 KB
0
Kudos
Message
1
of 3
(2,868 Views)
Reply
Re: Programmatically reading controls in a Tab Control
PhillipBrooks
Active Participant
08-06-2007
12:11 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I didn't open your code.
A tab control has a property called Pages. This is an array of page references. Wire this property node to a for loop, then use a property node to read the property CtlsOnPage to get an array of references for each element on the page of that tab.
LV Punk: Global free, sequence structure free and
BETTER THAN YOU
!
Coordinated Universal Time (UTC) format string:
%^<%Y-%m-%dT%H:%M:%S%3uZ>T
3
Kudos
Message
2
of 3
(2,847 Views)
Reply
Re: Programmatically reading controls in a Tab Control
bmihura
Active Participant
Author
08-06-2007
12:28 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
That works, thanks.
0
Kudos
Message
3
of 3
(2,835 Views)
Reply
All Forum Topics
Previous Topic
Next Topic