ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Project editor / Project audits
  • Overview
  • How to transform a WINDEV project into Mobile?
  • How to?
  • Transform a WINDEV project into mobile (WINDEV with WINDEV Mobile included)
  • Loading a WINDEV project into WINDEV Mobile
  • Follow the tips of the mobile audit
  • Finish the transformation into mobile
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Transforming a WINDEV project into Mobile: a detailed audit
Overview
Transforming WINDEV applications into Mobile is very easy.
WINDEV Mobile includes all the elements of WINDEV projects: windows, queries, code, ... all of it without ever leaving the WINDEV editor (of course, it is necessary to have a WINDEV Mobile license).
Sure, the windows must be resized so that they fit phone and tablet screens.
And there are also code adaptations to be made for features not supported on mobile phones, such as the absence of a mouse on a tablet!
To help you, a wizard analyzes the code of your project and indicates precisely the lines of code to modify.
How to transform a WINDEV project into Mobile?

How to?

To transform a WINDEV project into mobile, simply:
  • Open the WINDEV project in WINDEV Mobile. WINDEV Mobile will then propose to create a mobile project configuration.
  • If you use WINDEV and a built-in version of WINDEV Mobile, simply create a specific configuration for the desired platform.
The mobile transformation audit gives you all necessary tips to seamlessly transform a WINDEV application into Mobile for iOS and Android.

Transform a WINDEV project into mobile (WINDEV with WINDEV Mobile included)

To start transforming a WINDEV project into mobile:
  1. Open the project in WINDEV.
  2. On the "Project" tab, in the "Audit and performance" group, expand "Static audit" and select "Mobile audit"..
  3. The wizard for transformation into mobile opens up.
  4. This wizard proposes to create a specific project configuration for mobile (Android or iOS). Go to the next step.
  5. Select the type of device. Go to the next step.
  6. The wizard lists the WINDEV windows of your project.
  7. Select the windows to duplicate in the new mobile configuration. Any necessary UI modifications will be made in the mobile configuration (as well as the necessary code modification).
  8. Go to the next step.
  9. Select the elements (other than windows) to include in the mobile configuration. These elements will be shared.
  10. Go to the next step.
  11. Specify the style book used for the project configuration.
  12. Go to the next step.
  13. Finish the wizard.
  14. The mobile audit starts automatically.
Remarks:
  • The name of the duplicated windows is followed by "_MOBILE".
  • You can copy/paste code or elements between WINDEV and WINDEV Mobile windows at any time.
  • Windows can be duplicated only when creating the mobile project configuration for the first time.

Loading a WINDEV project into WINDEV Mobile

To start transforming a WINDEV project into mobile:
  1. Open the WINDEV project in WINDEV Mobile.
  2. The project configuration creation wizard starts.
  3. Select the platform of the new project configuration (iOS or Android for example). Go to the next step.
  4. Select the type of device. Go to the next screen.
  5. The wizard lists the WINDEV windows of your project.
  6. Select the windows to duplicate in the new mobile configuration. Any necessary UI modifications will be made in the mobile configuration (as well as the necessary code modification).
  7. Go to the next step.
  8. Select the elements (other than windows) to include in the mobile configuration. These elements will be shared.
  9. Go to the next step.
  10. Specify the style book used for the project configuration.
  11. Go to the next step.
  12. Finish the wizard.
  13. The mobile audit starts automatically.
Remarks:
  • The name of the duplicated windows is followed by "_MOBILE".
  • You can copy/paste code or elements between WINDEV and WINDEV Mobile windows at any time.
  • Windows can be duplicated only when creating the mobile project configuration for the first time.

Follow the tips of the mobile audit

The mobile audit starts automatically at the end of the creation of a mobile configuration, and can be started at any moment via the WINDEV or WINDEV Mobile menu : on the "Project" tab, in the "Audit and performance" group, expand "Static audit" and select "Mobile audit".
This audit makes it possible to deal with certain compilation errors by suggesting solutions.
All compilation errors encountered are also displayed in the error pane.
It is necessary to correct all these errors for the application to be fully transformed into mobile. Some errors may be related to processes or features not available on mobile phones, unavailable WLanguage functions, etc.
Caution: In some cases, you may need to develop new features to adapt the application's behavior to mobile devices.

Finish the transformation into mobile

When all compilation and mobile audit errors are corrected, and the management adaptations are made, the mobile transformation is completed.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/18/2023

Send a report | Local help