We are pleased to announce the immediate availability of Servoy 6.1 release candidate 4 (releaseNumber 1416).
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.
For Servoy 6.1 feature highlights see wiki
The issues fixed only in 6.1 or not yet released in other versions are:
Client Changes
[chg] New Servoy 6.1 CSS2 & CSS3 features will only work in WebClient, they are too fragile in SmartClient (Swing)
[fix] SVY-2454 When using the new option for scrollable TABLE_VIEW forms in web client, the column headers are not scrolled horizontally with their respective columns
[fix] SVY-2342 Web client grid scrolling
[fix] SVY-2407 WebClient table sort not working if data in Label or Field as Label
[fix] SVY-2400 When using UUID as primary keys, controller.loadData(relation or foundset) fails with error
[fix] SVY-2374 IndexOutOfBoundsException when using setValueListItems
Developer Changes
[fix] SVY-2436 Repository as team provider password issue
[fix] SVY-2419 margin documentation missing
[fix] SVY-2389 Continues build exporter does not work with our solutions
[fix] SVY-2373 Null pointer exception when adding new field to table
[fix] SVY-2297 Invalid warning when using JSDataSet.addColumn() method with 3 arguments
Styleclass background-images are not visible in RC4 in the SmartClient. Webclient is working normal. Is it a known bug?
I guess it’s due to this: [chg] New Servoy 6.1 CSS2 & CSS3 features will only work in WebClient, they are too fragile in SmartClient (Swing)
I thought background-image is CSS1… But anyway, if I want to use the background images for webclient (which is working) then it whould be nice to see the result of that in the developer (on the form-builder), too, because right now everything is grey…
briese-it:
I thought background-image is CSS1… But anyway, if I want to use the background images for webclient (which is working) then it whould be nice to see the result of that in the developer (on the form-builder), too, because right now everything is grey…
Form designer shows the background images if form is in solution of type Normal or Web Client Only. Do you have an example that is not working?
I see. All my forms are within solutions of type “module” because they are only moduls of the main-solution with type “normal”. Now I have to change all my moduls to type normal or webclient for showing background-images? I think that’s not the correct way…
briese-it:
I see. All my forms are within solutions of type “module” because they are only moduls of the main-solution with type “normal”. Now I have to change all my moduls to type normal or webclient for showing background-images? I think that’s not the correct way…
We changed this so it looks at main solution type instead of form solution type. Will be included in next release.
Hi everybody!
I’m trying to understand how with 6.1 this List_view is shown as follow :
[attachment=0]giorn_6_1_rc.jpg[/attachment]
while the same one is correctly shown in 6.0.6 (it happens with all browsers) :
[attachment=1]giorn_6_0_6.jpg[/attachment]
Do you have any idea?
Thanks in advance.
We noticed that in RC4 that changing the active solution takes quite a long time. The build process is also slower compared to 6.0.6 (and even some of the prior RCs). The worst part however is that after changing the active solution and waiting for the build to finish, when we start a debug session we get all kinds of unexpected runtime errors like “variable is not defined” or “method is not defined” which go away if we restart the Servoy Developer. What could be causing this?
studiomiazzo:
Hi everybody!
I’m trying to understand how with 6.1 this List_view is shown as follow :
[attachment=0]giorn_6_1_rc.jpg[/attachment]
while the same one is correctly shown in 6.0.6 (it happens with all browsers) :
[attachment=1]giorn_6_0_6.jpg[/attachment]
Do you have any idea?
Thanks in advance.
In Servoy 6.1 ListView support for Web Client was added, so ListView will be displayed as SmartClient ListView.
I understand, thank you. Do you think I have to switch to the TableView for my purpose?
studiomiazzo:
I understand, thank you. Do you think I have to switch to the TableView for my purpose?
Yes, in 6.0 Web Client the listview is actually a tableview.
Hi Servoy,
In 6.0.6 we could bind fields using 2-hop relations - for example, on a form based on table A we could place a field with a dataprovider set as: A_to_B.B_to_C.some_column
In 6.1 RC4 such bindings are still possible (at least the UI in the Servoy Developer allows it) but at runtime no data is displayed in fields or labels which use more than 1-hop relations like the one described above. Is this a bug or an intentional change? Are such bindings supported by Servoy in 6.1?
How can we update an application server from 6.0.6 to 6.1 RC4 without having to uninstall it and re-install it from from scratch?
Hi Rossen,
You don’t have to uninstall your 6.0 instance. You can simply install the 6.1 instance in another directory.
As for updating. You can’t update to a different major version. The updater doesn’t support that.
Hi Servoy,
We are having trouble with the solution imports on Application servers and medias in particular. The problem is this - we have a text file containing some system information added as a media to a solution. The text file is modified outside the Servoy Developer as part of our build process but when debugging in Servoy Developer, all changes are correctly reflected and the behavior is as expected. When we export the solution and look directly in the generated .servoy file, the included media file in the binary folder has the correct contents. However, when the solution is imported in an Application Server, the media data in the Servoy repository database is not updated and still has the prior revision and content. What could be causing this issue? Why the media data which is included in the .servoy file is not used to update the data in the repository on the server? Do we need to do something special when the content of media files is modified in order to ensure that the changes will be imported correctly?
rossent:
Hi Servoy,
We are having trouble with the solution imports on Application servers and medias in particular. The problem is this - we have a text file containing some system information added as a media to a solution. The text file is modified outside the Servoy Developer as part of our build process but when debugging in Servoy Developer, all changes are correctly reflected and the behavior is as expected. When we export the solution and look directly in the generated .servoy file, the included media file in the binary folder has the correct contents. However, when the solution is imported in an Application Server, the media data in the Servoy repository database is not updated and still has the prior revision and content. What could be causing this issue? Why the media data which is included in the .servoy file is not used to update the data in the repository on the server? Do we need to do something special when the content of media files is modified in order to ensure that the changes will be imported correctly?
Seems a duplicate issue of:
https://support.servoy.com/browse/SVY-2529
That should be fixed in rc5.
jasantana:
Hi,
Is this viewtopic.php?f=1&t=18067#p97311 fixed ??
Yes, think so, the case Johan indicated in that thread is closed as fixed.