PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Auto-Resize WM18
Auto-Resize WM18
Iniciado por guest, 04,ene. 2016 16:21 - 2 respuestas
Publicado el 04,enero 2016 - 16:21
Hi everyone,

I have a question and it may not even be possible in windev mobile...but:

Is there anyway you can make an application automatically re-size dependant on what device it is ran on?

I have been doing some fishing on the forums and some people say anchors, some say create two windows and when the program is ran, select the appropriate window. But is there an even simpler way to do it?

Any help is much appreciated!
Publicado el 04,enero 2016 - 16:50
Hi,

This is very well managed in WM but... only as-of V19.
As-of that version you can define multiple layouts for a single window and it adapts automatically depending on the nearest device resolution and mode (landscape, portrait) it is held.

It is called agencements in French or Layouts in English: http://doc.windev.com/en-US/….

A video in French demonstrating this V19 feature is shown here: http://www.pcsoft-windev-webdev.com/videos19/tdftech2014/multi-agencement-dans-vos-applications-android-et-ios-avec-windev-mobile/index.html

So I guess you'll need to upgrade...

Cheers,

Peter H.
Publicado el 04,enero 2016 - 17:02
Hi,

my experience on android

it depend on the screen dpi,
normal screen size to normal screen size ok , but not from normal screen size to retina screen size .

prior wm20 , all windev image come out blur in retina screen .