ElliotHC Active Member Licensed User Sep 25, 2020 #1 Anyone know how I can set screen #3 instead of PrimaryScreen? Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2020 #2 fx.Screens returns a list with all screens. Upvote 0
ElliotHC Active Member Licensed User Sep 27, 2020 #3 Erel said: fx.Screens returns a list with all screens. Click to expand... Please could you give a usage example. Thanks Upvote 0
Erel said: fx.Screens returns a list with all screens. Click to expand... Please could you give a usage example. Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2020 #4 Screen object initialize I tried to get the screen size from the screen object, Dim S As Screen Log(S.MinX&","&S.MinY&","&S.MaxX&","&S.MaxY) but just get an error that saysObject should first be initialized (screen) There is no initialize method for Screen. www.b4x.com Upvote 0
Screen object initialize I tried to get the screen size from the screen object, Dim S As Screen Log(S.MinX&","&S.MinY&","&S.MaxX&","&S.MaxY) but just get an error that saysObject should first be initialized (screen) There is no initialize method for Screen. www.b4x.com