Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

App Settings Dialog

Last modified: June 29, 2022

1 Introduction

When creating a new app, you can do the following with this dialog box:

  • Enter an App name.
  • Select whether to Enable online services provided by the Mendix Platform.
  • Select the Default language.
  • Enter the location of the Project directory where the project files for your app are stored.

These settings are optional. You can click Create app to create your app with the default settings.

2 App Name

In the App name field, enter the name of your new app. This name is used as the name of the project directory and file on disk. If you enable the online services for this app, the name is also used for the Team Server repository and a corresponding app in My Apps.

3 Enable Online Services

The Mendix Platform offers online services such as version control, cloud deployment, and collaboration. If you select Yes for Enable online services, this will create a project in the Developer Portal and a corresponding version control repository. If you choose No, you will create an app that is only stored on your local disk. At a later point you can still decide to upload this local app to a version control server and enjoy the benefits of version control.

4 Default Language

In the Default language drop-down list, select the language of the user interface of your app. Choose the language that you will initially use in your forms and other user interface elements. You can always add additional languages to your app later.

5 Project Directory

In the Project directory field, specify the project directory where the files of your app are stored. If you enable the online services for the new app, you will see that the suffix -main will be appended to the directory name automatically. This is to indicate that the directory contains the main branch line of your project. While working on your app, you can create new branches and download these to other directories.