Servoy 6.1 beta 3 release

Release notes for Servoy betas

Servoy 6.1 beta 3 release

Postby Jan Blok » Mon May 14, 2012 4:57 pm

We are pleased to announce the immediate availability of Servoy 6.1 beta 3 release.

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. (this version will do a repository update!)
To update a Servoy eclipse open Check for updates via help menu.

For Servoy 6.1 feature highlight see wiki

The issue's fixed only in 6.1 or not yet released in other version are:
Client Changes
[fix] SVY-2043 In webclient: Elements with a valuelist automatically show the first item from the valuelist when the element loses focus. It only shows the value, it is not written to the dataprovider.
[fix] SVY-2031 Numpad shortcut keys don't work in webclient
[fix] SVY-2029 The method databaseManager.rollbackTransaction(false) rolls back edited records even though the parameter to do so explicitly is set to false
[fix] SVY-2045 databaseManager.saveData(record/foundset) returns true when the record/foundset which is specified already has an exception
[fix] SVY-2059 JSDataSet.getColumnName(index) does not return the actual column names used in the query but generic column0, column1, etc.
[fix] SVY-2007 Odd/Even/Selected row coloring doesn't work with background-color transparent or semi transparent colors (rgba)
[fix] SVY-1975 Foundset sort problem
[fix] SVY-1966 Issues with rounded borders and background overflow in the WC
[fix] SVY-1430 Transparency not working

Developer Changes
[enh] SVY-2079 Include left-hand side column in relation name
[enh] SVY-2081 Expose custom properties
[fix] SVY-1979 NamedFoundset should only use literal only relations
[fix] SVY-2085 Login on third time throws internal error
[fix] SVY-2080 NPE when calling IQueryBuilderFactory.createSelect()
[fix] SVY-2071 Solution refuses to be activated
[fix] SVY-2058 RuntimeDataField scripting object does not expose the editable property
[fix] SVY-2056 rename global method via refactor doesn't change the global method name in valuelist
[fix] SVY-2053 The JSEvent.getSource() returns null in the onDataChange event callback invoked from CALEDAR fields
[fix] SVY-2044 When creating new function, the jsdoc with @properties isn't generated.
[fix] SVY-2025 Error when AS keyword used in JSFoundset.loadRecords(SQLquery) containing ORDER BY
[fix] SVY-2017 Element.format does not work on the web when the dataprovider is a database datetime column
[fix] SVY-2016 Renaming scopes to the same name but with different casing not possible as it's seen as a duplicate
[fix] SVY-2001 Click speed is very slow on button with showClick==false
[fix] SVY-1739 Add as module shows also the Style root object instead of just the solutions.
[fix] SVY-1676 jsForm.getFormMethod() rename
[fix] SVY-1607 No warning when you create valuelist on table without pk
[chg] SVY-2082 Expose IForm.loadRecords(IFoundSet) in Java API
[chg] SVY-2124 IForm.getElements always returns an empty IRuntimeComponent[]

Plugin Changes
[fix] SVY-2104 RawSQL plugin doesn't work in the Runtime Client
[fix] SVY-2075 window plugin createShortcut doesn't work anymore
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 6.1 beta 3 release

Postby jasantana » Mon May 14, 2012 7:54 pm

Do not know if this used to happen in 6.1.

6.0.6 does not give the warning. As you can see using the new Date() in the retuns throws a warning, but setting a variable with the construction works.

DateConstructor.png
DateConstructor.png (6.87 KiB) Viewed 11192 times
Best regards,
Juan Antonio Santana Medina
jasantana@nephos-solutions.co.uk
Servoy MVP 2015
Servoy 6.x - Servoy 7.x - Servoy 8.x - MySQL - PostgreSQL - Visual Foxpro 9
User avatar
jasantana
 
Posts: 555
Joined: Tue Aug 10, 2010 11:40 am
Location: Leeds - West Yorkshire - United Kingdom

Re: Servoy 6.1 beta 3 release

Postby jcompagner » Tue May 15, 2012 9:17 am

jasantana wrote:Do not know if this used to happen in 6.1.

6.0.6 does not give the warning. As you can see using the new Date() in the retuns throws a warning, but setting a variable with the construction works.


i don't have that in 6.1b3

Code: Select all
   
var date = new Date();
var date2 = new Date(date);
var date3 = new Date(formDate);


this form fine (formDate == form variable), also tested with a column variable which is a date or a parameter. All are working fine.
So if you have a sample where new Date(datevariable) is somehow a warning please create a case.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 6.1 beta 3 release

Postby troy » Fri May 18, 2012 8:22 pm

How should I call application.setUIProperty? It appears to have been deprecated at some point, but I can't find anyplace in the wiki or here on the forums explaining what the new call is.
Attachments
setuiprop.png
setuiprop.png (11.63 KiB) Viewed 11110 times
Troy Elliott, Data Mosaic

Image
Everything you need to build great apps with Servoy
U.S. demo server
Blog: Coding Nomad
User avatar
troy
 
Posts: 27
Joined: Fri Oct 24, 2003 8:49 pm
Location: Washington, DC

Re: Servoy 6.1 beta 3 release

Postby jcompagner » Sun May 20, 2012 2:18 pm

we made those in sync with the rest they are called get/putClientProperty now
(just like on elements)

if you hold done the ALT key when hovering over the warning, do you get then the doc of the setUIProperty? there it should be explained what should be used now.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 6.1 beta 3 release

Postby grahamg » Sat Jun 09, 2012 7:23 pm

WebClient table sorting

Have an issue in WebClient on Table views with columns that have data in Labels that are not sorting when header is clicked. Columns with Labels and Fields sort correctly in Smart Client.

Just a basic Table - not through relationship - with onSort property set to 'Default'. If one column uses a Label it will not sort even though other Field columns in same table sort asc/desc correctly.

Is it a 'feature' or was I not paying attention in class when this was discussed :?
Graham Greensall
Worxinfo Ltd
www.worxinfo.com
grahamg
 
Posts: 752
Joined: Fri Oct 03, 2003 3:15 pm
Location: Midlands UK

Re: Servoy 6.1 beta 3 release

Postby rgansevles » Sat Jun 09, 2012 9:50 pm

Graham,

Sorting on table headers should work the same in web and smart.
If you can show this in a small sample, please create a case.

Rob
Rob Gansevles
Servoy
User avatar
rgansevles
 
Posts: 1927
Joined: Wed Nov 15, 2006 6:17 pm
Location: Amersfoort, NL

Re: Servoy 6.1 beta 3 release

Postby grahamg » Sat Jun 09, 2012 11:23 pm

Hi Rob

Thanks for replying on a Saturday evening.

Issue SVY-2407 created with small sample table showing Fields, Fields as Label and Label. Only Fields sort in WebClient but all 3 sort in RichClient.

Cheers
Graham
Graham Greensall
Worxinfo Ltd
www.worxinfo.com
grahamg
 
Posts: 752
Joined: Fri Oct 03, 2003 3:15 pm
Location: Midlands UK


Return to Latest Releases

Who is online

Users browsing this forum: jcompagner and 13 guests