Servoy 2.1.1 beta1

Release notes for Servoy betas

Servoy 2.1.1 beta1

Postby Jan Aleman » Wed Oct 06, 2004 5:07 pm

We announce the immediate availability of Servoy 2.1.1 beta 1

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

Install in a separate directory, not in your default 2.1 Servoy directory (so you can easily move back to your production version). Before launching it make sure Sybase is not running to avoid connecting to your production repository. If you do not know how to stop Sybase restart your machine.

This version can be downloaded in the beta section of downloads at http://developer.servoy.com

[fix]-lookup usage icw a related valuelist
[fix]-valuelist dialog behavior not always consistent
[fix]-error in startup script
[fix]-aggregate sometimes displays wrong result in sub summary part
[fix]-TypeAhead field when using related valuelists
[fix]-when using saveData call in solution startup script
[fix]-when form in dialog, and escape is pressed when in textfield it performed a loadAllRecords
[fix]-menu items enabling when leaving find
[fix]-icon are better displayed and always printed correctly
[fix]-LAF not correctly saved when dialog is closed with escape.
[fix]-better sync between i18n dialog and i18n panel from text property
[fix]-cache cleared to early when making new record
[fix]-admin page
[enh]-possible to do foundset.clearFoundSet() in onLoad method to prevent form being loaded with data on initial show
[enh]-better "not null" support in SQL fired by Servoy
[enh]-in foundsetFilterParams null values can be used
[enh]-made stylesheets better cascade.
[enh]-getCaretPosition/setCaretPosition op textelements
[enh]-better null support in SQL updates fired by Servoy
[enh]-element copy/paste to other form does not change the name
[enh]-db defined relations are partly editable
[enh]-print(preview) performance enhancement when no sliding is used
[enh]-agent plugin balloon size can be changed
[enh]-mail plugin now supports pop3, move sample code for demo of usage.
[enh]-added dbtreeview bean, import example solution BookStudy (with sample data) for demo of usage.
Last edited by Jan Aleman on Tue Oct 19, 2004 2:36 pm, edited 1 time in total.
Jan Aleman
Servoy
Jan Aleman
 
Posts: 2083
Joined: Wed Apr 23, 2003 9:49 pm
Location: Planet Earth

Postby Bert » Wed Oct 06, 2004 11:18 pm

Are there any changes in the developer manual compared to version 2.1-final wich reside in the 'docs' of the Servoy directory or can we copy them from the 2.1-final version?
Bert de Graaff
ATB Software Servoy Developer manage your business anywhere
User avatar
Bert
 
Posts: 201
Joined: Tue May 20, 2003 11:16 am
Location: Stramproy - NL

Postby willieseabrook » Thu Oct 07, 2004 7:25 am

"[enh]-added dbtreeview bean, import example solution BookStudy (with sample data) for demo of usage."

Is there source available for that bean? Because it can do call backs it is very relevant to my unanswered post at:

http://forum.servoy.com/viewtopic.php?t=3018

I also have a lot of tree strutured data (groups/products) etc and might need to modify/enhance it.
willieseabrook
 
Posts: 27
Joined: Wed Jul 28, 2004 10:26 am

Postby Jan Blok » Thu Oct 07, 2004 10:00 am

Bert wrote:Are there any changes in the developer manual compared to version 2.1-final wich reside in the 'docs' of the Servoy directory or can we copy them from the 2.1-final version?

Yes, but press F1 and they will be downloaded if for first time
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby Bert » Thu Oct 07, 2004 2:44 pm

Jan Blok wrote:
Bert wrote:Are there any changes in the developer manual compared to version 2.1-final wich reside in the 'docs' of the Servoy directory or can we copy them from the 2.1-final version?

Yes, but press F1 and they will be downloaded if for first time

Press F1 while opening Servoy-help for the first time?
Sorry, but please explain :?
Bert de Graaff
ATB Software Servoy Developer manage your business anywhere
User avatar
Bert
 
Posts: 201
Joined: Tue May 20, 2003 11:16 am
Location: Stramproy - NL

Postby Jan Aleman » Thu Oct 07, 2004 2:58 pm

No, if you press F1 the help is opened.

In this version there are no changes in the documentation.
Jan Aleman
Servoy
Jan Aleman
 
Posts: 2083
Joined: Wed Apr 23, 2003 9:49 pm
Location: Planet Earth

foundset.clearFoundSet() in onLoad method

Postby drookwood » Tue Oct 12, 2004 11:56 am

[enh]-possible to do foundset.clearFoundSet() in onLoad method to prevent form being loaded with data on initial show


Can you explain how this is different from doing foundset.clearFoundSet() as part of an onShow method?
David Rookwood

SAN Developer
drookwood
 
Posts: 290
Joined: Tue Nov 11, 2003 7:08 pm
Location: Somerset, UK

Postby jcompagner » Tue Oct 12, 2004 4:32 pm

with an onshow you clear a foundset that is already being loaded. So there is already an interaction between the db and the servoy server to load the first bunch of data.

In the onLoad this communication is completely not done.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby drookwood » Tue Oct 12, 2004 5:44 pm

SO (just to get this straight) .. when a form is shown, any residual records from the last time the form or the relevant record set was used are loaded BEFORE any onShow method triggers?

Whereas if an onLoad method is used, the onLoad method is triggerred BEFORE the form attempts to load any previous records used?

An onLoad method always triggers before an onShow method?
David Rookwood

SAN Developer
drookwood
 
Posts: 290
Joined: Tue Nov 11, 2003 7:08 pm
Location: Somerset, UK

Postby jcompagner » Tue Oct 12, 2004 6:58 pm

yes but an onload only once!
so if you need to clear the foundset always when the form is shown then you still need to use the onshow..
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby drookwood » Tue Oct 12, 2004 11:25 pm

thanks for that clarification - I was about to reconsider my use of onShow methods that do need to clear the found set on each load!
David Rookwood

SAN Developer
drookwood
 
Posts: 290
Joined: Tue Nov 11, 2003 7:08 pm
Location: Somerset, UK


Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 23 guests

cron