Child pages
  • Releases of 2020

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Programming Features

  • Added Headless client plugin: allows the execution of methods in headless clients started on the Application Server
  • Added onResize event on Forms
  • Added .isValid() function on JSserver node of Maintenance plugin
  • Added media:/// url support in PDF_Output plugin
  • Added fullscreen parameter to application.showFormInDialog
  • Added date format mask support
  • Added input validation on integer/number fields
  • Added .addHeader() on Poster class of HTTP Plugin
  • Added option to set the body of a HTTP Post by setting a parameter withkeyvalue "body" on Poster class of HTTP Plugin
  • Native SplitPane support in Smart and Web Client: Tabpanel element orientation property is extended with values  "split_horizontal' and 'split_vertical' for resizable split pane support
  • Merged Kiosk, Kiosk, MenuBar & PopupMenu plugin functionality into Window plugin, deprecating the Kiosk, MenuBar and Popup menu plugin
  • Enhancement: foundSet.add/removeFoundSetFilterParam will return false when there are unsaved records that cannot be saved
  • Enhancement: added option to showFileSaveDialog and showFileOpenDialog methods to specify the title of the dialog

Developer

...

Servoy

...

Deployment

  • Enhancement: Added Connection Profiles to the Application Server
  • Enhancement: Added Socket tunnel option to the Application Server 
  • Enhancement: Added option to start Application Server in Socket & HTTP tunnel mode
  • Kerebos authentication support for HTTP tunnel
  • Improved Smart Client startup time (related to number of modules and usergroups)
  • Added actual RMI port info to the Admin pages
  • Added links on admin page to enable/disable Tracing
  • Enhancement: better message when closing solution in Smart Client when solution browsing is turned off.
  • Enhancement; better error message in Smart Client with connection issues: "Error loading related data| instead of "Error in relation"

Client Compatibility

...

Note
titleBehavior change

Prior to 5.1, the syntax write&File(null/String,....) would write the file serverside, in 5.1 and beyond it will trigger the streaming behavior to the browser as described above.

Note
titleMethod execution

When during method execution the writeXxxFile function is called multiple times, this will result in only streaming the file specified in the last call to the browser. All previous calls to the writeXxxFile function will be discarded.

...

Note
titleSmart Client behavior when specifying the callback method parameter

When the callback method parameter is specified when operating in a Smart Client, the File Open Dialog will still show immediately and halt execution of the method until closed. When the method finishes, the callback method will be called as well.

Note
titleMethod execution

As mentioned above, in the Web Client the media upload dialog will be shown to the user after the method that called the showFileOpenDialog function has finished and when the user has selected the file, the callback method is called with the selected file as a argument of type JSFile.
When during method execution the showFileOpenDialog function is called multiple times, this will result in only the last media upload dialog being displayed. All previous calls to the showFileOpenDialog function will be discarded.

...

titleBrowser limitations

...

is released using a strict release schedule which can be found here: Servoy Release Schedule And Release Notes

The last releases are:

2022.06 Whats new

2022.03 Whats new

2021.12 Whats new

2021.03 Whats new