M Marco Gioia Member Licensed User May 30, 2018 #1 Hi everyone, if I show fx.PrimaryScreen.MaxX and fx.PrimaryScreen.MaxY using the IDE I got 1200,972 If I show them using the jar i got 1024,794 Why? Thanks in advance
Hi everyone, if I show fx.PrimaryScreen.MaxX and fx.PrimaryScreen.MaxY using the IDE I got 1200,972 If I show them using the jar i got 1024,794 Why? Thanks in advance
R Roycefer Well-Known Member Licensed User Longtime User May 30, 2018 #21 Run this code in both modes: B4X: Dim borg As AWTRobot Dim screens As List = borg.ScreenGetDimensions Log("Screens: " & screens) and post the results. You will need the jAWTRobot library. Upvote 0
Run this code in both modes: B4X: Dim borg As AWTRobot Dim screens As List = borg.ScreenGetDimensions Log("Screens: " & screens) and post the results. You will need the jAWTRobot library.
M Marco Gioia Member Licensed User May 31, 2018 #22 DonManfred said: 500kb Better upload video to dropbox or YouTube or your webserver and post the link Click to expand... This is the video (It was not easy to make..) Attachments 2018-05-31 at 07-39-50.zip 216.2 KB · Views: 207 Upvote 0
DonManfred said: 500kb Better upload video to dropbox or YouTube or your webserver and post the link Click to expand... This is the video (It was not easy to make..)
M Marco Gioia Member Licensed User May 31, 2018 #23 Roycefer said: Run this code in both modes: B4X: Dim borg As AWTRobot Dim screens As List = borg.ScreenGetDimensions Log("Screens: " & screens) and post the results. You will need the jAWTRobot library. Click to expand... It's the same Thank you! This may seem a stupid question, but it did spring to mind first. You are running them on the same machine? I would also add.... Are you running on the same OS? It was not such a stupid question Attachments 2018-05-31 at 08-24-03.zip 367.9 KB · Views: 206 Upvote 0
Roycefer said: Run this code in both modes: B4X: Dim borg As AWTRobot Dim screens As List = borg.ScreenGetDimensions Log("Screens: " & screens) and post the results. You will need the jAWTRobot library. Click to expand... It's the same Thank you! This may seem a stupid question, but it did spring to mind first. You are running them on the same machine? I would also add.... Are you running on the same OS? It was not such a stupid question