We announce the immediate availability of Servoy 2.0RC2.
NOTE: this is a Release Candidate, use with caution and make BACKUPS before you start.
Before installing: If you use Mac OS X or Linux download the attached servoy_developer.jar and place it in your servoy installation directory.
Make a backup of your current Servoy installation directory. If you don't use Firebird as your repository database also make a backup of the database you use as a repository database server.
Do not use in production until you have verified that it works properly with test data.
Servoy 2.0RC2 is only available via autoupdate. Start Servoy developer 1.2 or 2.0bx and you will be notified about it. This version does not yet contain the new database engine.
[fix]-column properties lost in Servoy 2.0 rc1
[fix]-the function of < > was the opposite in relations
[enh]-readOnly property on form and elements
[enh]-more functions on security node
[enh]-encrypted ssl communication between server and client
[enh]-relation editable on portal
[enh]-mail plugin supports attachements
[fix]-security didn't work properly in b6
various other fixes
Earlier enhancements and fixes:
[enh]-you can now use alt-arrow left and right keys to navigate history
[enh]-place image with correct size http://forum.servoy.com/viewtopic.php?p=4110#4110
[enh]-delete of multiple media's at once in media dialog
[enh]-date chooser improvements (null == current date, today button, next (or prev) month switches year when needed)
[enh]-images improvements (best of old and new world) http://forum.servoy.com/viewtopic.php?t=966
[enh]-stored procedure and database functions call changed (in/output params, must specify the complete call string like "{? = call sp_calcTotal(?,?)}".
[enh]-expand/collapse arrows in the debugger window added to splitpanes.
[enh]-windowMenuDialog is not longer modal and can be used for fast switching between forms during designing forms.
[enh]-tabpanel tab coloring possible via JavaScript
[enh]-it is now possible to use non related tab panels
[enh]-use of system page setup dialog is now optional in developer preferences (apple did required special one, windows can still use system dialog) http://forum.servoy.com/viewtopic.php?t=925
[fix]-Memory leaks http://forum.servoy.com/viewtopic.php?t=897&start=15 and http://forum.servoy.com/viewtopic.php?p=4366#4366
[fix]-getColumnName does not return first column
[fix]-radios/checks focus gained after change data http://forum.servoy.com/viewtopic.php?t=102
[fix]-Javascript Engine fix, Datatypes (String/Number/Dates) http://forum.servoy.com/viewtopic.php?t=1046
[fix]-MSSQL Server solution import problems http://forum.servoy.com/viewtopic.php?p=4341
[fix]-MSSQL Server problem when a report is using subsum icw 2 sort columns
[fix]-plugin API now also exposes "final fields"
[fix]-rectangles/media fields are now showing all JavaScript methods in code editor
[fix]-reporting grandtotal was not working in all cases
[fix]-use of multiple subsumaries was not working in all cases when sorted differently
[fix]-global relation are now really global, anywhere useable (not longer bound to table)
[fix]-transparency on rtf/text_area now working
[fix]-usage of some beans not allowed http://forum.servoy.com/viewtopic.php?t=755
[fix]-problem with resizing font dialog http://forum.servoy.com/viewtopic.php?t=1037
[fix]-security dialog/import issue http://forum.servoy.com/viewtopic.php?p ... ight=#3930
[fix]-duplicate form bug
[fix]-mediafield not accessible for javascript
[enh]-remove solution protection (if password is known)
[enh]-server plugin properties are shown admin page
[enh]-storedProcdure support in databaseManager
[enh]-possible to provide initial value to application.showColorChooser(...)/showFontChooser(...)
[enh]-added "-upgradeRepository" flag to server start argument to let the server upgrade the repository.
[enh]-added application.executeProgramInBackground(...)
[enh]-application.playSound('media:///click.wav')
[enh]-application.writeXMLFile('text.xml',thexml) //writes with the file with encoding as specified in the xml
[enh]-checkboxes/radiobuttons do wrap_horizontal when vertical scrollbar is to never or does layout wrap_vertical when horizontal scrollbar is set to never
[enh]-create temporary files: var tempFileName = application.createTempFile('myfile','pdf')
[enh]-db dependent layer (hibernate), repository on Sybase and firebird 1.5 also work now
[enh]-developer option to use system page setup dialog
[enh]-file plugin http://forum.servoy.com/viewtopic.php?t=450
[enh]-global rename in dataprovider dialog http://forum.servoy.com/viewtopic.php?p=3865#3865
[enh]-global search replace in method editor
[enh]-major image display improvement
[enh]-possible to exclude elements from the tab sequence
[enh]-request last job name on scheduler plugin http://forum.servoy.com/viewtopic.php?t=830
[enh]-return false; in form.onHide stops hiding (when for example in dialog) http://forum.servoy.com/viewtopic.php?t=762
[enh]-scheduler plugin needs get last runned cron job and args to method http://forum.servoy.com/viewtopic.php?t=878
[enh]-stored procedure calling now possible with databaseManager.executeStoredProcedure(...)
[enh]-support for font dialog popup: var font = application.showFontDialog()
[enh]-var thexml = controller.printXML()
[fix]-Scrolling in HTML fields not working
[fix]-debugger has no longer one line mismatch
[fix]-find on not used foundset failed
[fix]-if (dateCalc <= endDate) now works
[fix]-lazy blob loading did not work for related data
[fix]-line clipping http://forum.servoy.com/viewtopic.php?p=3701
[fix]-no progress shown when creating new release after export
[fix]-stringToNumber change http://forum.servoy.com/viewtopic.php?p=3781#3781