[fix] important security fix
[fix] rendering of images in hyperlinks in text_area field
[fix] type_ahead field with related valuelist
[fix] style class on combobox and checkbox fallback to field as before (Servoy 3.5.3)
[fix] undone transparency support for forms (caused all kinds of UI compatibility problems)
[fix] addTab in webclient not working for tabpanels without having any initial tab
[fix] beans repainted too often in the webclient, even if there was no actual change in the bean
Hmm…is it me or did 3.5.5 just undo the fix for the background color of body form ?
When set to default the form is white instead of the LAF’s default color (grey in my case).
svroemisse:
This version will be available shortly through auto update for users of 3.5 versions (check via help menu → check for new version)
How can I use auto update for installations where only application server is installed and not developer?
The application server doesn’t have help menu.
And when download the complete installation and install it, it requires to use the correct options and I want to avoid that the operator uses wrong options. Otherwise I always have to do these updates myself.
ROCLASI:
Hmm…is it me or did 3.5.5 just undo the fix for the background color of body form ?
When set to default the form is white instead of the LAF’s default color (grey in my case).
gzola:
Why now the default alignment of text elements has been changed from left to center?
Are you referring to the screenshot I posted? I aligned it like that.
I don’t see any text alignment changes between 2.5.4 and 2.5.5.
Or are you referring to checkboxes and comboboxes being centered?
If so then read this thread.
ROCLASI:
Hmm…is it me or did 3.5.5 just undo the fix for the background color of body form ?
When set to default the form is white instead of the LAF’s default color (grey in my case).
Of course for me it’s not a fix if you have undone transparency support for forms
It was just an inconsistent behaviour according to transparency and this inconsistency is back again.
I hope we are not getting more and more into work around programming with Servoy because of hangovers from previous versions.
When is transparency on forms working again?
Best regards, Robert
svroemisse:
We announce the immediate availability of the Servoy 3.5.5 security fix release.
Make a backup of your current Servoy installation (directory and database) before installing.
This version will be available shortly through auto update for users of 3.5 versions (check via help menu → check for new version)
[fix] important security fix
[fix] rendering of images in hyperlinks in text_area field
[fix] type_ahead field with related valuelist
[fix] style class on combobox and checkbox fallback to field as before (Servoy 3.5.3)
[fix] undone transparency support for forms (caused all kinds of UI compatibility problems)
[fix] addTab in webclient not working for tabpanels without having any initial tab
[fix] beans repainted too often in the webclient, even if there was no actual change in the bean
I have a problem printing total fileds at end report. The fields are placed in a section Trailing Grand summary or footer. If fields summary is set anchors on the right, the fields are not printed.
ROCLASI:
Hmm…is it me or did 3.5.5 just undo the fix for the background color of body form ?
When set to default the form is white instead of the LAF’s default color (grey in my case).
First of all anchors are not meant to be used in print forms. Right anchor is a special case because it will anchor to the right of your window; this may cause some elements to be outside of the printable area. There are some workarounds to this problem you can try: use print sliding, change screen resolution( the higher the resolution, the higher the risk for elements to get outside printable area),move element to the left in the form, change size of the paper from print preview.
gzola:
I have a problem printing total fileds at end report. The fields are placed in a section Trailing Grand summary or footer. If fields summary is set anchors on the right, the fields are not printed.