10-14-2012 11:50 PM
Hi all,
I am trying to resize the page label of the Tab-Control using property nodes, but couldn't find any such property available for this.
Also when I try to dynamically change the Page label to some other text, LabVIEW throws following error.
"Error 1073 occurred at Property Node (arg 1) in Resize Page label of Tab Control.vi:
Possible reason(s):
LabVIEW: This property is writable only when the VI is in edit mode, or this method is available only when the VI is in edit mode.
Property Name: Page Label"
How can I dynamically rename and resize the page label of the Tab-Control?
Thanks,
Ajay.
Attachment: VI which thrown error on renaming.
10-15-2012 12:11 AM
10-15-2012 12:17 AM
Frabto,
Thanks for the rename option. I think that the setting the properties seperately caused that error as said here. You have any idea about resizing the page labels of Tab-Control?
Regards,
Ajay.
10-15-2012 12:58 AM
Including empty spaces with the Label will change the Page Label size.
10-15-2012 01:41 AM