Discussion:
How can i show or hide any page in tab control at run time?
(too old to reply)
Jawad
2008-08-11 12:40:07 UTC
Permalink
How can i show or hide any page in tab control at run time?
mishklyar
2008-08-11 13:10:06 UTC
Permalink
Hi Jawad, It can be done by: right click at the "Tab control", select "Create" ->"Property node" ->"Pages" Now you have this property at the block diagram.It's output is an array.Wire it to "Index array.vi",and as index use the page you want to enable/disable. Now, get the output of "Index Array.vi" ,right click ->  "Create" ->"Property for Page Class" -> "Page Visible".right click -> "Change to write".Now you can wire to it your desired state.Regards,Michael
Jawad
2008-08-11 13:10:08 UTC
Permalink
Hi,Misklyar thanx for help.Your code solve my problem <a href="../view_profile?user.id=70605" class="auth_text" style="font-weight: bold;" target="_blank"> </a>
devchander
2008-08-11 13:10:07 UTC
Permalink
Use property nodes for&nbsp;of Tab, as shown in attached VI


hide_show page.vi:
http://forums.ni.com/attachments/ni/170/348229/1/hide_show page.vi
Jawad
2008-08-11 13:10:09 UTC
Permalink
Hi, Devchander&nbsp; thanx for help. &nbsp;<a href="../view_profile?user.id=25033" class="auth_text" style="font-weight: bold;" target="_blank"> </a>
Continue reading on narkive:
Loading...