PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD Mobile 23 Long window
WD Mobile 23 Long window
Iniciado por guest, 29,jun. 2018 22:07 - 2 respuestas
Publicado el 29,junio 2018 - 22:07
Hello All,

Can not seem to figure out how to handle a window that needs to scroll on android.

I have a window that need to be 810px long for android phone.

when I select the "Automatic Scroll" option then window opens with all the controls sfited down 40 to 50px and the bottom half cut off.

If I don not check that option the wind does not scroll.

So how am I to create a window that needs to be longer then the screen that will scroll?

All controls are edit controls.

DW
Publicado el 29,junio 2018 - 23:56
Hi,

I would try and create a window that is smaller than the screen and maximized when open, in it I would put a supercontrol longer than the window with all the controls in it...

the supercontrol will provide the scrolling

Best regards
Publicado el 30,junio 2018 - 00:26
Fabrice,

Thank you that did the trick.

DW