Skip to main content
Version: 2024

About Universal GUI

Important information about the Universal GUI

The Universal GUI provides a state-of-the-art user experience on mobile, desktop and web.

The current version of the Universal GUI is suitable for use in a production environment, but please check the feature matrix in the Thinkwise Community Portal (menu item Software > Feature Matrix) for an overview of the supported features.

A new version of the Universal GUI with additional features is released every four weeks.

Differences between Universal GUI and previous generation UIs

Compared to previous generation Thinkwise UIs, the Universal GUI uses some different concepts, and some model settings are interpreted differently. This is by design. All designed changes remain subject to change.

Vertical scrolling

All components in the Universal GUI are allowed to grow vertically. This can introduce scrollbars. To prevent parallel scrollable components, the Universal GUI expands the screen type vertically, providing a global scrollbar for the entire screen.

Breakpoints (horizontal space)

With vertical space usage covered, limited horizontal space is resolved in a different manner. Where the other GUIs relied on the components dealing with limited horizontal space, the Universal GUI allows for screen-type switching at runtime, depending on the horizontal space.

This concept is known as breakpoints. For every screen type, breakpoints can be defined and come into effect when a certain minimum width is reached.

See Breakpoints.

Form tabs as sections

Form tabs are not implemented because of the ability to grow indefinitely vertically. Instead, new tabs are interpreted by the Universal GUI as new _sections_. The number of form columns can vary for each section. Groups are kept together in form columns as much as possible and will be spread evenly over a section.

Form column count

The number of columns in the form is based on the number of columns set in the Software Factory at different levels (subject, variant, branch). The number of form columns will never exceed the number of groups in the section. The Universal GUI will also drop columns when the form controls have too little space to be used comfortably, down to one column on small screens.

Grid edit mode

In the Universal GUI, if you select Add, Copy, or Edit in the toolbar, all editable components in a subject become editable. This is limited to one record for each open document. Changed values are synchronized, after which you can continue editing. One record can be edited at a time. When default edit mode is activated on a subject, the next selected record will automatically enter edit mode after the previous one is saved.

To offer a similar grid edit mode experience as the Windows GUI, you should only enable Autosave in the subject. Then, a user has to trigger edit mode first by selecting Edit in the toolbar. Multiple records can be edited until the subject is manually saved or canceled in the toolbar. When both default edit mode and autosave are enabled, the subject is always editable.

In previous generation UIs, user action is based on the selected subject. This is shown to the user by the ribbon. If you activate a (detail) subject, the ribbon shows the available options. In a grid or a form, when you select Add, Copy, or Edit (grid only), the focused subject changes to edit mode on the focused component.

In the Universal GUI, the ribbon has been replaced by a toolbar placed directly above the subject, so it is not focus-based.

Mandatory fields

The Universal GUI will not save a row if a mandatory field is empty, even if it is not visible to the user. In previous generation UIs, saving is allowed.

Tasks with a pop-up

In the Universal GUI, a task with a pop-up will keep the pop-up open when the task execution has been aborted. If a process flow is active, it will continue to the success step if subsequent execution is successful. It will continue to the failed step if the task pop-up is canceled.

The previous generation UIs do not present the task pop-up again and follow the failed step.

Verify the abort indicator of tsf_send_message calls in task logic.

Model loading in Universal GUI

Contrary to the previous generation UIs, the full model of the application is not loaded. Instead, segments of the model are loaded on-demand, when a screen is opened, when a look-up is translated or when a component is initialized. This allows the Universal GUI to quickly start massive applications.

Troubleshooting

Compared to Windows GUI and Web GUI, troubleshooting in the Universal GUI is different. See:

Was this page helpful?