07-04-2024 02:13 AM
I'm looking for a way to programmatically change the "Place front panel terminals as icons" setting. This option is located in Tools > Options... under the Block Diagram category. Specifically, I want to be able to check or uncheck this setting directly from the block diagram.
Is there any method or property node available that allows this setting to be modified programmatically? Any suggestions or guidance on how to achieve this would be greatly appreciated.
thank you!
07-04-2024 03:31 AM - edited 07-04-2024 04:28 AM
@maxnoder1995 wrote:
I'm looking for a way to programmatically change the "Place front panel terminals as icons" setting. This option is located in Tools > Options... under the Block Diagram category. Specifically, I want to be able to check or uncheck this setting directly from the block diagram.
Is there any method or property node available that allows this setting to be modified programmatically? Any suggestions or guidance on how to achieve this would be greatly appreciated.
thank you!
That information is saved in the file 'LabVIEW.ini' as 'FancyFPTerms=False'.
Or you can change it for every ControlTerminal
Edit:
I know this not what you are asking for, but it is all I know about it.