Servoy 6.0 alpha 7

Release notes for Servoy betas

Servoy 6.0 alpha 7

Postby Jan Blok » Mon Apr 04, 2011 9:33 pm

We are pleased to announce the immediate availability of Servoy 6.0 a7, this will be the last alpha version.

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.

For all the highlights read the wiki

Smartclient Changes
[fix] 366694 Not Editable checkbox (=editable with spaceBar)

Webclient Changes
[enh] 333885 WC Performance tuning, page source cleanup
[fix] 353541 SplitPane divider position change causes a refresh in the browser, while this isn't needed
[fix] 369949 OnRender event does not produce correct results for Labels used on TABLE_VIEW forms
[fix] 316100 Calling Servoy method from HTML

Developer Changes
[enh] 364669,355291 More fine grained control for form element z-order
[enh] 352143 add name property to label when placing label
[fix] 363400 E4X processing in validation not correct yet
[fix] 345890 Ability to drag Form from the Solex onto Panels (tab/tabless/split) in the open Form Editor
[fix] 348943 No warning for "xxx instanceof Label" while Label is not something that can be used
[fix] 369533 Developer stops responding when multiple columns are deleted
[fix] 369948 FormEditor performance issue on forms with large amount of resulting JavaScript code
[fix] 354119 JSLib: Numer.toString([radix]) missing
[fix] 370521 Code in template for the onError event handler on solutions has markers
[fix] 159851 Code complete with JSDoc support
[fix] 324263 users uid cannot be changed
[fix] 141037 cursor position wrong when creating first method
[fix] 219167 JSDoc handling on nested stuff not working properly
[fix] 333181 Multivalue Editors for Bean Properties
[fix] 299723 Deleting from methods/vars from Solution Explorer deletes var comments
[fix] 370295,371284 addTableFilterParam is NOT Cumulative - With Custome SQL & 'IN' Syntax
[fix] 325338 Developer "hangs" a long time when database is unreachable
[fix] 359850 Issue in validator for params of type Object with defined properties

Plugin Changes
[fix] 332054 DBTree(Table)View bean has an opaque property, instead of a transparent property like everything else in Servoy
[fix] 354349 Dbtreeview background color is not shown properly
[fix] 344743 DBTree(Table) bean has a border property whereas all default Servoy elements have a bordertype property
[fix] 333407 TreeView erratic Behavior in SC on the Mac
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 6.0 alpha 7

Postby jcompagner » Tue Apr 05, 2011 10:58 am

Jan Blok wrote:[fix] 348943 No warning for "xxx instanceof Label" while Label is not something that can be used


this one means that it is now possible it check the elements for there type
We have added for alle elements now Runtime types that can be checked, they all start with the prefix Runtime, like RuntimeTextField
so instead of this:

Code: Select all
if (elements.myelement != null && elements.myelement.getElementType() == ELEMENT_TYPES.TEXT_FIELD) {
    // its a textfield
}


you can do:

Code: Select all
if (elements.myelement instanceof RuntimeTextField) {
   /** @type {RuntimeTextField} */
   var field = elements.myelement;
    // its a textfield
}
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 6.0 alpha 7

Postby midiepas » Mon Jul 16, 2012 10:59 am

Hello,

last week I updated my developer to this version and I don´t know if it's a new bug (or I'm doing something wrong for a long time) but I have problems with the rollover images.
In particular my problem is when I have a label/button with the "ImageMedia" and "RolloverImageMedia" properties and over this button a label (only text), because if I move the mouse over the button the image change but the label over the button 'disappears' (in fact the label has sent behind the button).

Thanks for the help.
midiepas
 
Posts: 4
Joined: Mon Sep 26, 2011 9:50 am

Re: Servoy 6.0 alpha 7

Postby jcompagner » Mon Jul 16, 2012 2:08 pm

Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet


Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 18 guests