TheMightySwe Active Member Licensed User Longtime User Oct 10, 2014 #1 Hi, After I got some help here figuring out how to rotate a View with JavaObject setRotation i have a problem. I need to save the Rotation angle in a database for later use? How do i read the Rotation of a View with JavaObject? There is a something called "getRotation" but I don't know how to retieve it? Regards, TMS
Hi, After I got some help here figuring out how to rotate a View with JavaObject setRotation i have a problem. I need to save the Rotation angle in a database for later use? How do i read the Rotation of a View with JavaObject? There is a something called "getRotation" but I don't know how to retieve it? Regards, TMS
klaus Expert Licensed User Longtime User Oct 11, 2014 #2 B4X: Dim jo = View As JavaObject Angle = jo.RunMethod("getRotation", Null) Upvote 0