GDC 2.20 new features
Discover the new features and changes in functionality introduced with Genero Desktop Client (GDC) 2.20.
This page covers only those new features introduced with the Genero Desktop Client version specified in the page title. Check prior new features pages if you migrate from an earlier version. Make sure to also read the upgrade guide corresponding to this Genero version.
This version of Genero Desktop Client is desupported, use a more recent version of the product.
Corresponding upgrade guide: GDC 2.20 upgrade guide.
Overview | Reference |
---|---|
GDC 2.20 is based on Qt4. | See GDC 2.20 upgrade guide. |
SVG image format is supported. If an SVG image is displayed to an For all other form items, the SVG image is used as a pixmap. It cannot be resized. |
See the Providing the image resource topic in the Genero Business Development Language User Guide. |
Images used in GDC are copied and stored locally, to accelerate image lookup. Configure the cache (enabled, cache size, and so on) on the 'Advanced' tab. |
See Advanced configuration options. |
Overview | Reference |
---|---|
Create a customized login box for shortcuts. | See Creating Shortcuts using the Shortcuts Wizard |
Force ignore settings from the command line with "-i" or "--ignoreSettings". |
See Command line options |
The stored setting options include a read-only option. | See Advanced tab |
Record a log with the command line option, "-r [filename.log]" or "--logrec [filename.log]". |
See Command line options |
SSH2 is default protocol type when -T is not set. | See Command line options and The Shortcut System |
Shortcuts can be exported as and imported from a Genero Desktop Client (gdc) file. GDC can also be started with a .gdc file and the shortcut starts directly. |
See Shortcuts. |
The security level now ensures the application started by the Genero Desktop Client is the one you started. |
See Security levels. |
Several Connections and Terminals can be selected and closed (instead of closing them one by one). |
See Connections panel. |
Default Proxy and Kerberos Realm can be defined in the Options / Connection panel. This information is used when GDC connects to GAS as well as when GDC is looking for an image. |
See Connections panel. |
Overview | Reference |
---|---|
The standard frontCall getwindowid has been added. |
See the getWindowId topic in the Genero Business Development Language User Guide. |
Four new parameters have been added for the functionCall Standard feinfo:
|
See the feInfo topic in the Genero Business Development Language User Guide. |
Overview | Reference |
---|---|
You can add a TreeView widget in your Genero application, based on a simple DISPLAY ARRAY. |
See the Tree views topic in the Genero Business Development Language User Guide. |
HTML hyperlinks are now managed in Labels by setting the styleAttribute textFormat to "html" . |
See the TextEdit style attributes topic in the Genero Business Development Language User Guide. |
TextEdit can have an integrated search facility with style integratedSearch. |
See the TextEdit style attributes topic in the Genero Business Development Language User Guide. |
A spelling checker is included for TextEdits. |
See the TextEdit style attributes topic in the Genero Business Development Language User Guide. |
Folder nodes support a position style attribute. |
See the Message style attributes topic in the Genero Business Development Language User Guide. |
Window style attributes actionPanelDecoration and ringMenuDecoration have been introduced to define the decoration for the ActionFrame. |
See the Window style attributes topic in the Genero Business Development Language User Guide. |
Menu " |
See the Menu style attributes topic in the Genero Business Development Language User Guide. |
You can now use the mouse wheel to change the focus of the menu. |
No reference. |
The Button node now supports a "buttonType" style attribute. |
See the Button style attributes topic in the Genero Business Development Language User Guide. |
MDI Containers can now be displayed as "Tabbed MDI" (like FireFox / IE7) with two new style
attributes: |
See the Window style attributes topic in the Genero Business Development Language User Guide. |
Overview | Reference |
---|---|
MultiSelection in DISPLAY ARRAY enables you to select different lines using the usual key combination (SHIFT, CTRL, and so on) .
|
See the DISPLAY ARRAY topics in the Genero Business Development Language User Guide |
Columns can be sorted in INPUT ARRAY. |
See the Editable record list (INPUT ARRAY) section in the Genero Business Development Language User Guide. |
The TABLE widget can be used to render a Picture Flow, a widget to display images with an animated transition effect. |
See the Table style attributes topic in the Genero Business Development Language User Guide. |
When you resize a table and make it wider than the size of the content, an empty space can appear on the right side. You can now set the styleAttribute resizeFillsEmptySpace to "yes" and the last column will be automatically resized to fill the empty space. |
See the Table style attributes topic in the Genero Business Development Language User Guide. |
Overview | Reference |
---|---|
To adapt to Multiple Dialogs and ON ACTION ... IN FIELD, the LocalAction mechanism has been slightly revised. |
See the ON ACTION block topic in the Genero Business Development Language User Guide. |
The Genero Desktop Client creates local actions prefixed by the screen record, for instancesr1.nextrow. This allows you to create ActionViews bound to a specific screen record, such as a dedicated navigation panel for a specific table. |
See List of local actions in the Genero Business Development Language User Guide. |