K keirS Well-Known Member Licensed User Longtime User Jul 6, 2020 #1 Is this possible? Can't see an easy way to do this using JavaObject. As the stage and window classes don't seem to have a move event unless I am missing something.
Is this possible? Can't see an easy way to do this using JavaObject. As the stage and window classes don't seem to have a move event unless I am missing something.
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2020 #2 You will need to do it with a timer. You can use fx.Screens to find the screens coordinates. Upvote 0