This functionality is only available for certain module packages.

You are here: Reference > Form-UI > Full screen mode

Full screen mode

In order to start Form-UIs in Full screen mode, the Form-UI perspective is used, where the configured user interface of the editor is displayed in full screen mode.

For the Form-UI perspective, the objects and their internal form-ids, which should be displayed in full screen mode, must be fixed in the ec.ini file.

The following entries in the ec.ini file are set, e.g. to open the configurator interface of the Pfuderer Golf ball machine:

-Dcom.mind8.formui.perspective.object=Pfuderer-Golfballmaschine.Mechatronik.RTS24
-Dcom.mind8.formui.perspective.form-id=Auftragsdaten

The first argument contains the absolute name of the object; in this case the RTS24 and also the ID of the Form-UI, that is to be opened. This ID is fixed in the Form-UI for the RTS24 (<form title="Configuration: Oder data" id="OrderData">).

In order to start EEC with the Form-UI perspective, the following entry has to be added to the ec.ini file:

-perspective
com.mind8.mechatronic.ui.formperspective

Note:

It is important, that the entry is positioned prior to the vmargs (see Runtime options).