 Senkaki
		
			Senkaki
		
		
		
		
		
		
		
		
	
			09-22-2023 07:13 AM
How can I acces to internal/Private Propertys?
 raphschru
		
			raphschru
		
		
		
		
		
		
		
		
	
			09-22-2023 07:52 AM - edited 09-22-2023 07:58 AM
To be able to view private classes/methods/properties, add key "SuperSecretPrivateSpecialStuff=True" to your LabVIEW.ini and restart LabVIEW.
More infos: https://forums.ni.com/t5/LabVIEW/How-do-I-enable-the-following-private-functions-in-labview-2014/td-...
Then for deprecated ones, you will need to configure your invoke/property nodes via scripting:
Regards,
Raphaël.
 crossrulz
		
			crossrulz
		
		
		 
		
		
		
		
		
	
			09-22-2023 07:57 AM
Try putting SuperSecretPrivateSpecialStuff=TRUE in your LabVIEW.ini file.
09-22-2023 08:04 AM
I can't believe the name of the label that the LV developers gave to that parameter 🤣🤣
Every day, I am more in love LV
Thanks a lot!!
 paul_a_cardinal
		
			paul_a_cardinal09-22-2023 09:08 AM
Here is a table of labview.ini settings that I made some time ago.
 DavidBoyd
		
			DavidBoyd
		
		
		
		
		
		
		
		
	
			09-22-2023 01:30 PM
"funkyErrClustWire", at least, is long since rolled into LabVIEW. In days of yore, error wires bore the default cluster wire color (magenta). This token gave us the sickly yellow-brown we've all come to love.
 maxnoder1995
		
			maxnoder1995
		
		
		
		
		
		
		
		
	
			11-28-2024 10:41 AM
@paul_a_cardinale wrote:
Here is a table of labview.ini settings that I made some time ago.
Hey paul,
there is an INI line that can enable RTL format it lv?
thanks in advance.
 rolfk
		
			rolfk
		
		
		 
		
		
		
		
		
	
			11-28-2024 11:06 AM
@maxnoder1995 wrote:
@paul_a_cardinale wrote:
Here is a table of labview.ini settings that I made some time ago.
Hey paul,
there is an INI line that can enable RTL format it lv?
thanks in advance.
I have no idea what you understand under RTL, there are about a dozen things that come to mind but none makes sense in this context. But my guess to this question is NO!
 maxnoder1995
		
			maxnoder1995
		
		
		
		
		
		
		
		
	
			11-28-2024 11:21 AM
right-to-left, top-to-bottom script (RTL) - writing starts from the right of the page and continues to the left, proceeding from top to bottom for new lines. specifically, I use Hebrew and English.
 rolfk
		
			rolfk
		
		
		 
		
		
		
		
		
	
			11-28-2024 12:29 PM
@maxnoder1995 wrote:
right-to-left, top-to-bottom script (RTL) - writing starts from the right of the page and continues to the left, proceeding from top to bottom for new lines. specifically, I use Hebrew and English.
I'm not sure the INI settings will help. But I'm totally ignorant on that topic. tst would be the person who would likely know most about that as he used to write applications for Hebrew in the past.