PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → QVGA vs VGA projects
QVGA vs VGA projects
Started by Mr. Bob, Sep., 04 2014 6:53 PM - 1 reply
Posted on September, 04 2014 - 6:53 PM
I have been porting a data collection program (from EVB) for Pocket-PC devices on a QVGA device (Motorola MC55 Scanner).
When the project is loaded on a VGA device I get a "postage stamp" application, full of errors..!
Is there a way to automatically convert the forms to VGA resolution - resizing and positioning of controls..?
It's a simple "double-it" operation.
Example: an Edit control at 10,20 of size 30x48 would simply become positioned at 20,40 sized at 60x96.
I have over 40 forms and hundreds of controls - and doing this manually for everything would take forever.

Thanks is advance for any help offered..!!

~Bob
Posted on September, 28 2014 - 4:45 PM
Personally I am quite new to WinDev Mobile but I think you can set the Anchor for each control to scale properly on different devices.

Just an idea. :)

Thanks,

Indic