Page 1 of 2

Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 3:30 pm
by svroemisse
We are pleased to announce the immediate availability of Servoy 4.1.0 beta 6.

Make a backup of your current Servoy installation (directory and database) before installing.

This version is available through the download page on the Servoy website (developer section). This version will also be available through auto update shortly.

Changes
[new] case 169286: function i18n.setI18NMessage(String i18nKey, String value) was added in order to specify i18n key values at runtime
[new] support for setting row height in DBTreeView bean

[enh] added 'foundset' and 'exception' to the code completion of 'record'
[enh] relations and valuelists in solutionmodel can also be built with a datasource argument to be able to use the new feature dataset-as-datasource

[chg] constant rename COLUMN -> VARIABLE
[chg] constant rename DM_TYPE -> COLUMNTYPE
[chg] during solution export, a warning dialog is shown if there are errors in the solution
[chg] made servoy_sample_solutionModel more user friendly

[fix] case 122392: error in log when clicking XmlNode in Solution Explorer
[fix] case 142891: form parts can be drawn to locations where it makes no sense
[fix] case 161928: warning dialog needed when checking out specific release from STP, instead of head
[fix] case 168997: rowBGColorCalculation not called for the editing row
[fix] case 169061: webclient GUI issues with disabled anchors
[fix] case 171210: turning off label decorations in developer cause null pointer exception during save
[fix] case 171212: help indexing is not working, causing search not to work
[fix] case 171336: find mode in dialog errors in web client

Known issues
- still some small anchoring issues in web client; web client anchoring can be switched off via the 'servoy.webclient.enableAnchors' property in the servoy.properties config file, like: servoy.webclient.enableAnchors=false
- internal error when clicking a tree element in servoy_sample_solutionModel solution from web client

Changes in previous release
Servoy 4.1.0 beta 5

Re: Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 10:06 pm
by SteveInLA
There does not appear to be a link for Servoy 4.1 beta on the download page.

Re: Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 10:20 pm
by pbakker
Hi Steve,

We're looking into this.

Paul

Re: Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 10:32 pm
by SteveInLA
I successfully used the command line on the Mac and on the PC for now.
Code: Select all
java -jar servoy_updater.jar -beta

Re: Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 10:41 pm
by pbakker
The proper downloadlinks are available again.

Paul

Re: Servoy 4.1.0 beta 6

PostPosted: Mon Nov 10, 2008 10:49 pm
by ryanparrish
I loaded in b6 and all my forms that use form inheritance went completely wacky.
* I commented out a line in a method that is a child form and all the form variables at the top of the .js file got replaced with a copy of all the methods that are in the *parent* form causing all kinds of errors about duplicated methods and UUID's (good thing I use subversion).
* Also now on the list of methods for the parent form (the area that used to be called the "outline" in 3.5) all the parent forms methods have the name of one of the child form appended to the end in square brackets - the complete reverse of how it is supposed to be.
* Some of the child forms methods are displaying like the above mentioned parent form, except rather than showing the parent form name in the square brackets, they are displaying some other child forms name.


Is there a way to revert to b5? :wink:

Re: Servoy 4.1.0 beta 6

PostPosted: Tue Nov 11, 2008 10:34 am
by jcompagner
the form inheritance problems are fixed for the next beta.

Re: Servoy 4.1.0 beta 6

PostPosted: Tue Nov 11, 2008 8:15 pm
by david
There are separate functions to create each type of field (JSForm.newTextField(), JSForm.newTextArea(), etc) but missing is a way to get the displayType of an existing JSField object.

Re: Servoy 4.1.0 beta 6

PostPosted: Wed Nov 12, 2008 9:46 am
by svroemisse
david wrote:There are separate functions to create each type of field (JSForm.newTextField(), JSForm.newTextArea(), etc) but missing is a way to get the displayType of an existing JSField object.

I created case 173940: "Missing a way to get the displayType of an existing JSField object" for that.

Re: Servoy 4.1.0 beta 6

PostPosted: Wed Nov 12, 2008 2:26 pm
by Kahuna
svroemisse wrote:We are pleased to announce the immediate availability of Servoy 4.1.0 beta 6.

Make a backup of your current Servoy installation (directory and database) before installing.

This version is available through the download page on the Servoy website (developer section). This version will also be available through auto update shortly.


Is it possible to upgrade to this new beta without overwriting my current installation, that is, to keep the current workspace and server connection definitions etc intact?

With the last beta I created a fresh install, copied my workspace over but had to rebuild the servers etc.

Re: Servoy 4.1.0 beta 6

PostPosted: Wed Nov 12, 2008 2:28 pm
by lvostinar
The server connections are stored in servoy.properties. You can copy that as well.

Re: Servoy 4.1.0 beta 6

PostPosted: Wed Nov 12, 2008 2:42 pm
by Kahuna
lvostinar wrote:The server connections are stored in servoy.properties. You can copy that as well.


Is that all I'll need to copy to get back to my current set-up Laurian?

Wo'nt the app server need to have the solution uploaded again?

Is there a way to have an auto update of this beta, and have all my settings and app server config retained?

Re: Servoy 4.1.0 beta 6

PostPosted: Wed Nov 12, 2008 2:55 pm
by lvostinar
If you also want the solutions you must use the same repository database for the two installs. This is needed if you do team operations with servoy team provider( checkout,update, commit ...) and want to use the same solutions. The local solutions are the ones from workspace. You must do this manually.

Re: Servoy 4.1.0 beta 6

PostPosted: Thu Nov 13, 2008 6:01 pm
by coulombre
"the form inheritance problems are fixed for the next beta."

Had the same problem... is there a planned date for the next beta?

Thanks,

Rich

Re: Servoy 4.1.0 beta 6

PostPosted: Thu Nov 13, 2008 6:15 pm
by jcompagner
planning is tomorrow.