Servoy 3.0 Release Candidate 6

Release notes for Servoy betas

Servoy 3.0 Release Candidate 6

Postby Jan Blok » Wed Sep 20, 2006 5:06 pm

We announce the immediate availability of Servoy 3.0 Release Candidate 6

NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.

This version is available through auto update and download page on Servoy website (developer section)

Changes:
[fix]-pdf printing from webclient (missing text_area's)
[fix]-image plugin memory leak
[fix]-solution import bug
[fix]-font definition in css which has an incorrect size (0)
[fix]-cancel developer securitydialog login (inconsistent state)
[fix]-beans properties (like name) not set correctly
[enh]-webclient checkbox alignment improved
[new]-databaseManager.setCreateEmptyFormFoundsets() turns the default foundset record loading off (must be called in solution open method)
[chg]-newRecords are default created ontop (unless specified with an argument) which is much faster UI wise

Previous releases:
http://forum.servoy.com/viewtopic.php?t=7003
Last edited by Jan Blok on Mon Oct 02, 2006 5:31 pm, edited 1 time in total.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby chartpacs » Wed Sep 20, 2006 5:44 pm

Hi Jan,

Thanks for the update. What is the benefit of the new databaseManager.setCreateEmptyFormFoundsets() function?
Regards,
Servoy Developer
Version 3.1 beta2-build 401
Java version 1.5.0_06-64, Mac OS X 10.4.8
User avatar
chartpacs
 
Posts: 188
Joined: Wed May 10, 2006 6:50 pm
Location: Cleveland, OH

Postby Jan Blok » Wed Sep 20, 2006 6:58 pm

It makes the application faster if you always start in the forms with a search or use forms only related.
This is the same as calling foundset.clearFoundset() in all the forms onLoad method.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Css and buttons

Postby rioba » Fri Sep 22, 2006 9:26 am

In rc6 I have a problem with css and buttons. In my solution button text is generated by a tag connected to a global variable. The text is displayed correctly but the formatting defined by the css (font, size, weight) is not. Setting the font property in the properties panel fixes the problem, but it is quite annoying.


Servoy 3.0 rc6
MacOS X 10.4.7
rioba
 
Posts: 242
Joined: Mon Aug 08, 2005 4:26 pm

Bordertype of rectangular not shown correctly when 0

Postby Rene » Sun Sep 24, 2006 2:31 pm

Hello Servoyans,

When you want to set a linewidth of 0 in the bordertype property of a rectangle eg SpecialMatteBorder the line stays visible (1) when a bigger number is entered the specified line gets thicker as it`s supposed to

A field element hides the 0 value correctly.

Servoy Developer
Version 3.0rc6-build 370
Java version 1.5.0_06-b05 (Windows XP)

Kind regards Rene
Rene
 
Posts: 121
Joined: Sat Dec 27, 2003 1:33 pm
Location: Venhorst, The Netherlands

Re: Servoy 3.0 Release Candidate 6

Postby Robert Huber » Mon Sep 25, 2006 8:51 pm

Hi Jan and all other Servoyans

DBTreeView works like a charm, thanks, just have to find out how to overcome the lazy loading .-)

Also thanks to put new records on top, at first glance little problems, but for a user very annoying.

Thanks and looking forward for more such fixes/enhancements to come :-)

Best regards, Robert

PS: Much success and good luck at Servoy World, hope to be there next time.

Jan Blok wrote:We announce the immediate availability of Servoy 3.0 Release Candidate 6

NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.

This version is available through auto update and download page on Servoy website (developer section)

Changes:
[fix]-pdf printing from webclient (missing text_area's)
[fix]-image plugin memory leak
[fix]-solution import bug
[fix]-font definition in css which has an incorrect size (0)
[fix]-cancel developer securitydialog login (inconsistent state)
[fix]-beans properties (like name) not set correctly
[enh]-webclient checkbox alignment improved
[new]-databaseManager.setCreateEmptyFormFoundsets() turns the default foundset record loading off (must be called in solution open method)
[chg]-newRecords are default created ontop (unless specified with an argument) which is much faster UI wise

Previous releases:
http://forum.servoy.com/viewtopic.php?t=7003
Robert Huber
7r gmbh, Switzerland
SAN Developer
www.seven-r.ch
User avatar
Robert Huber
 
Posts: 1239
Joined: Tue Aug 23, 2005 6:52 pm
Location: Schaffhausen, Switzerland

Postby swingman » Tue Sep 26, 2006 1:34 pm

Hi all,

Servoy 3.0 seems to be more strict with styles than 2.2.x.

Just converting an old project going back to version 1.2 (2004) to Servoy 3.0 and have come across the following issue:

There are some items hidden somewhere in the project which refer to a style which as been deleted a long time ago. These are not visible in developer.

Servoy 3.0 refused to import my solution, complaining about the missing style. As you are all away enjoying the Developer Conference, I decide to fix this myself.

Warning: Make Backups first!!!

Before exporting from Servoy 2.2.x, open the servoy_repository in your favouite SQL tool:

Code: Select all
UPDATE servoy_element_properties SET property_value = 'brandnewstyle' WHERE content_id = 40 AND property_value = 'thenameofstylethatwasdeletedalongtimeago'


Restart Servoy. Export. Import into 3.0 :-)
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Postby swingman » Tue Sep 26, 2006 5:37 pm

My 5-user license code for development I received when I joining the SAN in 2004 don't work with Servoy 3.0rc6. What do we do?

Need to demo for our client how fast Servoy is, before he buys his own licenses...
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Postby maarten » Tue Sep 26, 2006 10:31 pm

Hi Christion,

Just try again. Should be ok now.
Maarten Berkenbosch
User avatar
maarten
 
Posts: 797
Joined: Wed Apr 23, 2003 10:52 pm
Location: Amersfoort, Netherlands

Postby swingman » Wed Sep 27, 2006 12:50 am

Thanks!
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London


Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 13 guests