We are pleased to announce the immediate availability of Servoy 6.0 rc 4.
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.
There is a known issue with IE9 and DnD, which will be corrected in next release.
Client Changes
[fix] 401006 ComboBox dropdowns aren’t wide enough anymore in the Smart Client
WebClient Changes
[fix] 277652 Ability to drop in between 2 records when doing DND
[fix] 400485 StyleSheet border-left-width not correctly applied in the WC (field becomes narrower instead) and in the Smart Client the border color is wrong when using CSs Hex Color shorthand notation
[fix] 400457 ,400456 Labels, with a 1px images (gradient) do not anchor, grow anymore
[fix] 399328 WebClient button alignment issues
[fix] 399956 Element sizing issue in the WebClient
[fix] 399955 WebClient checkbox/radiobutton fields do not show correctly when sized for 2 columns
[fix] 399365 Margin applied through CSS has no effect on Radio/Checkboxes with a single value valuelist attached in the SmartClient, while it works properly in WebClient or when a multi value valuelists is attached
Developer Changes
[fix] 400483 Form containing an element with the same name as the form results is 2 builder markers complaining about duplicate elements on the form
[fix] 400567 Using the alldataproviders property of the form’s selected record generates a warning
[fix] 400380 No builder marker generated to a label of which the labelFor property is set to a non-existing element
Application Server Changes
[fix] 399384 StackoverflowError in Servoy v6.0rc3
[fix] 399595 servoy_sample_solutionModel does not work
Plugin/Beans Changes
[fix] 400633 File Plugin Issue With Selecting Both Files And Dirs
[fix] 400379 sample code/tooltip of plugins.window.showfileOpenDialog explain the return type
I am trying to reduce the warnings showing up in servoy6_rc1 and now am stuck with some hundereds of warning related to Dynamic object property access.
its something like this:-
/**
@param {String} formName
@properties={typeid:24,uuid:“85004476-b152-4493-b5ed-ecc0d42f9697”}
*/
function hideBusyProgress(formName)
{
forms[sFrmName].firstName = … // am trying to initialize my dataProviders…
}
warning received for above code:- “The property ptcon_add1 is undefined for the type Form”
I tried working with some JSDoc but in vain… so need some help friends…
We have also found that RC4 will not launch on Win64; Servoy Developer splash freezes. On the Mac, we find it does open, but if you go to CLEAN the projects, it will hang permanently.
When using the new CSS styling for odd/even/selected in the Web Client, the table seems to remember which rows you previously selected and then highlights all of them when you re-sort…
Hi
this might be a stupid question, but I am looking at a client’s solution that is currently running under Servoy 5.2.6
I am looking at the solution that I have checked out from their SVN repository and trying to fix some of the Warnings & Info’s.
If I do things to forms or methods that do not use any Servoy 6 specific code/features to fix them, can I commit those changes back to the SVN for use back in 5.2.6??
jcompagner:
if you are careful then that should be fine.
Hi Johan,
so it is possible to open a servoy 5.2.9. workspace in Servoy 6 and work already in advance at the warnings? and still can use the workspace after that for 5.2.9?
can you explain, what you mean by: be careful? some tips?