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.
[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.
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:
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
Bert:
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
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.
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?