 David_Jiang
		
			David_Jiang
		
		
		
		
		
		
		
		
	
			06-18-2010 03:54 PM
It seems this can be done in Labwindows/CVI, can it be done in Labview? if possible, How? Thanks.
Solved! Go to Solution.
 MikeS81
		
			MikeS81
		
		
		
		
		
		
		
		
	
			06-19-2010 03:19 AM - edited 06-19-2010 03:19 AM
 JÞB
		
			JÞB
		
		
		
		
		
		
		
		
	
			06-19-2010 10:36 AM
@MikeS81 wrote:
Hi David,
insert a "-" and you'll get a separator.
Mike
Thanks! I never tried that!
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			06-19-2010 10:44 AM - edited 06-19-2010 10:44 AM
@David_Jiang wrote:
It seems this can be done in Labwindows/CVI, can it be done in Labview? if possible, How? Thanks.
Another poster who is apparently unaware of the LabVIEW help:
Adding Text Items in Ring Controls
Complete the following steps to add items to the list of items in a ring control.
 aeastet
		
			aeastet
		
		
		
		
		
		
		
		
	
			06-23-2010 02:41 PM
It seems that a "-" works once in an enumerated value too. Would it be usefule to other people to be able to have more than one in this type of control? I could see the use of it for orginization of states for a state machine, events or type defs.
 JÞB
		
			JÞB
		
		
		
		
		
		
		
		
	
			06-23-2010 04:04 PM
@aeastet wrote:
It seems that a "-" works once in an enumerated value too. Would it be usefule to other people to be able to have more than one in this type of control? I could see the use of it for orginization of states for a state machine, events or type defs.
I'ld be careful. It is imposible to select enum - (seperator) but it HAS a value and IMHO it obfuscates code. very limited potential to order a state machines states.
 amaury74
		
			amaury74
		
		
		
		
		
		
		
		
	
			02-28-2024 08:35 AM
Indeed, it would still be usefull to be able to add multiple separators in enum 😁