Page 1 of 1

Servoy 4.1.0 beta 2

PostPosted: Mon Oct 13, 2008 3:22 pm
by svroemisse
We are pleased to announce the immediate availability of Servoy 4.1.0 beta 2.

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 162903: toggle form commands implemented in Eclipse Developer

[enh] optimize in form editor: paste action, only go to clipboard when command is actually executed
[enh] performance improvements for the Solution Explorer filter
[enh] support for port in Servoy Team Server URL address during solution checkout
[enh] case 163335: relation editor improvements: when the primary table is selected, prefill the primary items with the pk (as is done in 3.5)
[enh] case 164379: html bloat in webclient

[fix] case 158884: no check for methods with same name when they are created/renamed using the editor
[fix] case 159604: empty value in valuelist in web client
[fix] case 161940: column conversion fires more than once on calendar controller
[fix] case 163065: code completion doesn't include the Math object
[fix] case 163066: code completion: all form variables missing
[fix] case 163933: extend the builder with duplicat UUID checks in case files are copied on the file system
[fix] case 164163: type area in debug scripting console is too small
[fix] case 164164: bug in form extension: you CAN delete inherited elements...
[fix] case 164802: there is no quick fix for the error marker saying that a solution has a non existing module included
[fix] case 164829: "are you sure" when deleting calculations and aggregations

Known issues
- headless client sample solution broken when running from Eclipse
- error when selecting "ServoyException" or "Flow" node in Solution Explorer

Changes in previous release
Servoy 4.1.0 beta 1

Re: Servoy 4.1.0 beta 2

PostPosted: Mon Oct 13, 2008 5:26 pm
by agiletortoise
FYI, the javascript editor/parser/something or other is still choking on some more complex language constructs in this version. See case #165172.

greg.

Re: Servoy 4.1.0 beta 2

PostPosted: Wed Oct 15, 2008 11:08 am
by jcompagner
thats fixed in b3

Re: Servoy 4.1.0 beta 2

PostPosted: Fri Oct 17, 2008 9:38 am
by Riccardino
I'm getting a lot of blocking errors claiming that "TypeError: Cannot find function getSelectedTabFormName."
Is it deprecated (in this case, what should I use instead?) or is it a bug?

Re: Servoy 4.1.0 beta 2

PostPosted: Mon Oct 20, 2008 12:48 pm
by jcompagner
that function is already deprecated a long long time
you can use getTabFormNameAt(int i) for that but that method will work again in the next beta. so older solutions can still use it.

Re: Servoy 4.1.0 beta 2

PostPosted: Wed Oct 22, 2008 12:01 am
by Riccardino
Thanks. I'll change my code asap, but happy to hear I'm not obliged to do that right now. :-)