We are pleased to announce the immediate availability of Servoy 6.0.2 release.
This version is available through the download option on the Servoy website and auto-update.
Always make a backup of your current Servoy installation (directory and database) before installing/upgrading.
To update a Servoy eclipse open Check for updates via help menu.
Client Changes
[fix] SVY-28 Java 7 Screws Up Labels With Line
[fix] SVY-44 Size of labels
[fix] SVY-951 Sorting over relation
[fix] SVY-142 Smart client hangs at application.exit/logout
[fix] SVY-68 SortDialogs RadioRenderers placed too far down and not setting colors and border
[fix] SVY-864 when starting a SC over a slow connection, you see the solutionName in the titleBar first, before solution title is shown
[fix] SVY-936 Modules are not initialized in the correct order
[enh] SVY-188 Log/tracking all “selected” record_ids from chosen tables to conform with HIPAA rules
WebClient Changes
[fix] SVY-948 Clients lose focus all the time
[fix] SVY-25 Popup Not Showing in Table View
[fix] SVY-46 Files not downloaded right on Android
[fix] SVY-146 Supplying just odd/even row styling, so no selected row styling will not color the selected row according to the odd/even styling, depending if the selected row is an odd or even row
[fix] SVY-147 Backwards compatibility problem with onDoubleClick and controller.show()
[fix] SVY-221 When closing a dialog in the Web Client, the cursor is lost.
[fix] SVY-476 SPlitpanes: in Chrome (maybe also other browsers) the splitpane causes an error in the log of the browser, because the CSS of the divider references a layout_sprit.png that does not exist on the server
[fix] SVY-876 Script error in Servoy
[fix] SVY-877 Text gets unnecessary break when printing
[fix] SVY-891 Anchoring issue
[fix] SVY-918 Client-side Javascript error ‘child is null’
[fix] SVY-927 onRender: It is not possible to hide a field in a tableview using the visible-property
[fix] SVY-928 tooltip text continues to display behind items in a value list
[fix] SVY-932 Rowbackground color doesn’t use style background
Application Server Changes
[fix] SVY-944 Identical find-mode queries don’t end up with identical SQL generated.
[fix] SVY-225 Importing Solution to Server i18n keys don’t update
[fix] SVY-845 Admin page warns when deleting a solution that a restart is required in order to import the same solution again, but this is actually not the case
Developers Changes
[fix] SVY-886 Sample code of JSRecord.getChangedData() should contain typing for the returned JSDataSet
[fix] SVY-134 DLTK incorrectly suppresses warnings on non-existing properties
[fix] SVY-945 Group element not recognized in type completion
[fix] SVY-966 Small error in the logic that opens the StartPage, causing the ‘Show on Startup’ checkbox to initialize with the wrong state the first time (Patch included)
[fix] SVY-212 Outline View (Sorting)
[fix] SVY-117 Variable Tooltip Display Problems in Debug
[fix] SVY-145 sample of element.name.border is wrong
[fix] SVY-220 Wrong warning about db index
[fix] SVY-908 In the method selection dialog, there is no scrollbar when the method signatures are too long
Plugin/Beans Changes
[fix] SVY-895 RESTful plugin, ability to throw a JavaScript Array containing error status code and response body
[fix] SVY-893 NullPointerException when plugins call IServerAccess.addPerformanceTiming(String action, long time_ms)