PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Win10 mobile screen sizes
Win10 mobile screen sizes
Started by Stewart MICHAEL, Nov., 02 2016 3:46 PM - 2 replies
Posted on November, 02 2016 - 3:46 PM
Hi..

I am expanding my project hopefully to cover windows phones. Among though the functions that do not run in this format is

SysXRes

Does anyone know how I might be able to get the screen size without it so that I can position buttons etc.

Thanks

Mike
Posted on November, 02 2016 - 4:14 PM
Hi Stewart,

that is quite easy...

Just maximise your window, and use mywindow..Width and mywindow..height

BEst regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 11/2/2016 à 9:46 AM, Stewart MICHAEL a écrit :
Hi..

I am expanding my project hopefully to cover windows phones. Among
though the functions that do not run in this format is
SysXRes

Does anyone know how I might be able to get the screen size without it
so that I can position buttons etc.

Thanks

Mike
Posted on November, 02 2016 - 6:11 PM
Thanks Fabrice.

I had used this version before. Then I changed it all to using a global variable which I set up on initialising the project..... Time to change it all back again I suppose.

Mike