H Hugh Thomas Member Licensed User Longtime User May 20, 2015 #1 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 B4X: Reflect.Target = vw Reflect.RunMethod2("setRotation",RotateDegrees,"java.lang.float") How can I do this in B4i? Thanks, Hugh
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 B4X: Reflect.Target = vw Reflect.RunMethod2("setRotation",RotateDegrees,"java.lang.float") How can I do this in B4i? Thanks, Hugh
DonManfred Expert Licensed User Longtime User May 21, 2015 #2 you should ask this in the b4i forum Upvote 0
I inakigarm Well-Known Member Licensed User Longtime User May 21, 2015 #3 See https://www.b4x.com/android/forum/threads/animations.46156/#post-337989 post 10 (Move to B4i forum...) Upvote 0
See https://www.b4x.com/android/forum/threads/animations.46156/#post-337989 post 10 (Move to B4i forum...)
H Hugh Thomas Member Licensed User Longtime User May 21, 2015 #4 My apologies. I intended post this in the B4i forum but must have mis-clicked somewhere. In any case that's for the pointer to the solution. Hugh Upvote 0
My apologies. I intended post this in the B4i forum but must have mis-clicked somewhere. In any case that's for the pointer to the solution. Hugh