Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi all,
I am looking for a simple command to hide a button until anything is select.
What do I have to write in the field "condition for availability" in the button's properties.
Is there an easy command?
Thank you very much for your help!
 Gysbert_Wassena
		
			Gysbert_WassenaYou can use as condition: len(getcurrentselections())
 Gysbert_Wassena
		
			Gysbert_WassenaYou can use as condition: len(getcurrentselections())
 
					
				
		
Great => Thank you very much!
