01-22-2025 02:49 AM
I am currently facing an issue where I have the front panel objects dimensions are somehow set to zero (There is no dynamic update of the object size using property node). I am unable to resize it using property node and if I change it from the right-click menu, LabVIEW crashed. Has anyone faced similar issue or know any workarounds for this? And also, how to avoid such issues. Sharing the VI with the cluster for more reference
01-22-2025 08:43 AM
Hi,
I did not manage to resize your cluster elements, apparently they have a height of zero and it cannot be changed.
Here is a script to regenerate the entire control based on its data type:
Just enter your Target VI path and the label of the control to regenerate, then execute:
This will give you this:
Regards,
Raphaël.
01-22-2025 10:40 AM
What if you select all and use the Front panels "Set width and height"?
01-23-2025 01:46 AM