Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
in document two are sliders and a Reset button set two different variables. In the title bar the values are indicated. If I move silders, values are indicated with comma in title bar, that not correct. How can I reset sliders with button and have the right number format. What is the correct variable. Set or Let?
Set varB0 = 0.002405198;
Set varA1 = -1.990379208;
Regards
Stefan
 
					
				
		
 arjunkrishnan
		
			arjunkrishnan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Right Click Slider-> Go to properties -> Number Tab->Decimal-> Remove Comma -> Place Point
It Will Work Properly
 
					
				
		
 arjunkrishnan
		
			arjunkrishnan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		See This One Help Full For u..
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		1.In reset button -> In action -> In variable text box remove = and paste variable name like varB0 and in Value box paste 0.002405198
2.like for second varA1 and value -1.990379208
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Reset: like:

Dis not understand your format issue.
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		See the attached

 
					
				
		
Hi,
thank for you reply. There is one mistake in title bar. If i click on Reset-Button, titel bar have value 0.00... and if i move slider, value with comma 0,00 is in title bar?
 
