We announce the immediate availability of Servoy 1.2RC6. NOTE: this is a beta, avoid using it on production data.
Make a backup of your current Servoy installation directory if you plan to upgrade or perform a clean installation into a new directory.
You can download the beta from the download section on the developer website at: http://developer.servoy.com. You can find the beta under the header “Download the latest Servoy BETA” on the download page.
Also check the following URLS for earlier 1.2 enhancements and fixes:
http://forums.servoy.com/viewtopic.php?t=469
http://forums.servoy.com/viewtopic.php?t=429
http://forums.servoy.com/viewtopic.php?t=406
[enh]-file drag and drop into media field http://forum.servoy.com/viewtopic.php?t=355 http://forum.servoy.com/viewtopic.php?t=404
[enh]-added ‘mediaOptions’ property to a graphical comonenet (icon,fill,stretch,etc)
[enh]-tabSeq also on buttons for tabbing order http://forum.servoy.com/viewtopic.php?p=1575#1575 http://forum.servoy.com/viewtopic.php?p=827#827
[enh]-renamed onChange to onDataChanged property on field to be more clear
[enh]-add titleText property to form
[enh]-globals now support default values
[enh]-changed portal line handling http://forum.servoy.com/viewtopic.php?p=1761#1761
[enh]-placing record information in title or footer in printpreview http://forum.servoy.com/viewtopic.php?p=1802#1802
[enh]-if window menu in client is empty it is now disabled
[enh]-tumbnailer getThumbnailJPGImage() on label http://forum.servoy.com/viewtopic.php?t=503
[enh]-new solution settings menu in tools menu with solution title, first form, open method and close method
[enh]-debugger variable pane now doesnt render html to make viewing of html variables easier
[fix]-servoy is much faster over low bandwith connections: added client solution cache http://forum.servoy.com/viewtopic.php?t=210
[fix]-RTF/HTML_AREA find/search http://forum.servoy.com/viewtopic.php?t=535
[fix]-save script on verify http://forum.servoy.com/viewtopic.php?p=2207#2207
[fix]-portal transparentcy is not stored in repository http://forum.servoy.com/viewtopic.php?p=1840
[fix]-animated gif only working on button http://forum.servoy.com/viewtopic.php?p=883#883
[fix]-mysql media create error http://forums.servoy.com/viewtopic.php?t=358
[fix]-portal/related data problem http://forum.servoy.com/viewtopic.php?t=552
[fix]-form load quirkiness http://forum.servoy.com/viewtopic.php?t=446
[fix]-placing record information in parts besides list/table view http://forum.servoy.com/viewtopic.php?t=509
[fix]-bug in printpreview (current record) http://forum.servoy.com/viewtopic.php?t=577
New performance feature “Asynchronized related dataloading in Tableview”:
To use asynchronized related dataloading in a form the form should use tableview instead of listview, tableview now tries to defer all related foundset data loading to the background
Changed tableview behaviour to support async. loading:
-the ‘header’ part normally occupied by the draggable column headers from the tableview is now only occupied if the ‘header’ part is not placed in the design mode. (important to make your own table header and prevent the default placed)
-the table header does not fill the available Form space if the horizontal scrollbar is present