KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Unable to Switch Back to Design Mode from Application Mode
PRODUCT: 4D | VERSION: 19 | PLATFORM: Mac
Published On: September 27, 2022

The inability to switch to Design Mode from Application Mode can be due to the following conditions:


  • Splash Screen set to hidden by default

  • “Return to Design Mode” menu item is removed from application menu bar

  • No application windows are present

If the developer intends to continue implementation of the database, there is no way to switch to Application Mode via the 4D interface.

You can follow these steps to manually change the automatic startup environment to Application Mode and continue development (please note that this only works in project mode).

  1. Open file directory of your 4D project

  2. Open “Project” folder > “Sources” folder

  3. Open the XML file, “settings.4DSettings”, in a text editor

  4. Within <com.4d> tags, set “startup_environnement” to 0, and save this file*


  5. Restart 4D, and re-open the application

*0 = Design Mode, 1 = Application Mode