I'm using the following code on B4A to rotate a label 90 degrees, so that that the text is aligned vertically along the size of the screen
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
How can I do this in B4i?
Thanks,
Hugh
			
			
			
				B4X:
			
		
		
		Reflect.Target = vw
Reflect.RunMethod2("setRotation",RotateDegrees,"java.lang.float")
	How can I do this in B4i?
Thanks,
Hugh