Advanced configuration options
Use the Advanced tab to configure the image cache, the stored settings, and the buttons style.
Cache
The Genero Desktop Client stores files that have been retrieved remotely, whether they are
retrieved using HTTP(S) or from the runtime system. See Retrieving and managing files
for more information on the retrieving of files. Web component widgets, Universal Rendering, and the
END_URL
application end (where you specify the user-agent to redirect to a URL at
web application end) all use webviews, which are also stored locally.
For all these, the GDC uses a disk cache. Files are stored in the AppCacheDir directory (see GDC configuration file directories). When the cache is full, files which have not been recently used are removed from the cache.
The Clear button clears the cache.
When configuration settings for the cache in GDC are modified in one monitor, the settings are applied to all monitors for a user. For example, if you clear the cache in one monitor, it is also cleared in all other monitors.
Stored settings
Stored settings refer to the storage of window and widget properties such as size, table layout (column order, width, sorting, and so on) on the platform where the GDC sits. These settings are stored for each program executed, and the settings are used when the program relaunches, so that the end user sees the same display when the application starts as they had when the application last terminated.
Settings are stored in the system registry on Windows®, in property list files on macOS™ and iOS, and in ini text files in Linux® systems. It is not recommended to modify those files or registry entries.Select Disable to temporarily disable stored settings. When disabled, all widgets and windows use their defaults for size and display. The stored settings are not cleared (they remain on disk), but they are not used, nor are they updated on application end.
Select Read only to read the stored settings when forms are loaded, but not update the stored settings when the forms are closed. For example, assume the window of an application has been saved in maximized state. With the Read only option activated, you can resize the window or do whatever you want with the application; yet when you exit and restart the application it will be returned to its maximized state.
The Clear button clears all stored settings. This button is disabled if there are no stored settings to clear.
Dictionary list
The dictionary list relates to the spellchecking feature for Web components.
- GDCDIR/bin/qtwebengine_dictionaries on Windows and Linux systems.
- GDCDIR/Contents/Resources/qtwebengine_dictionaries on macOS systems.
For the .bdic files packaged with GDC, a transposition of the file name is
made to display the name of the language. For example, instead of "it_IT
" you will
see "Italian
". For all added .bdic files, the name of the file
is used in the context menu.
Buttons style
- none - Displays buttons as raised buttons, without icons.
- with icons - Displays buttons as raised buttons with icons.
- flat, with icons - Displays buttons as flat (non-raised) buttons with icons.