PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Win10 mobile screen sizes
Win10 mobile screen sizes
Iniciado por Stewart MICHAEL, 02,nov. 2016 15:46 - 2 respuestas
Publicado el 02,noviembre 2016 - 15:46
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
Publicado el 02,noviembre 2016 - 16:14
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
Publicado el 02,noviembre 2016 - 18:11
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