Servoy 2.0 Available

Servoy announcements

Servoy 2.0 Available

Postby admin » Wed Apr 28, 2004 5:05 pm

Servoy 2.0 Final is now available for download.

We would like to thank all beta testers for testing all the beta versions.

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 Servoy 2.0 from the download section on the developer website at: http://developer.servoy.com.

Enhancements and fixes:

[enh]-Export sampledata with solution
[enh]-Form by query http://forum.servoy.com/viewtopic.php?p=5692
[enh]-Matching columnames at import
[enh]-Method tab titles can now display formnames (optionally via preference menu)
[enh]-added "-upgradeRepository" flag to server start argument to let the server upgrade the repository.
[enh]-added application.executeProgramInBackground(...)
[enh]-added context menu to show a form via a form node http://forum.servoy.com/viewtopic.php?t=1794
[enh]-application.playSound('media:///click.wav')
[enh]-application.writeXMLFile('text.xml',thexml) //writes with the file with encoding as specified in the xml
[enh]-change printer using a method http://forum.servoy.com/viewtopic.php?p=6752
[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]-databaseManager.getFoundSetDataProviderAsArray(...)
[enh]-databasesManager.convertFoundset(...) http://forum.servoy.com/viewtopic.php?t=1171
[enh]-databasesManager.convertToDataSet(...) http://forum.servoy.com/viewtopic.php?t ... c&start=15
[enh]-date chooser improvements (null == current date, today button, next (or prev) month switches year when needed)
[enh]-db dependent layer (hibernate), repository on Sybase and firebird 1.5 also work now
[enh]-delete of multiple media's at once in media dialog
[enh]-developer option to use system page setup dialog
[enh]-double click on method type properties http://forum.servoy.com/viewtopic.php?p=5756
[enh]-enabled/disable checkbox for database server connections
[enh]-encrypted ssl communication between server and client
[enh]-expand/collapse arrows in the debugger window added to splitpanes.
[enh]-file plugin http://forum.servoy.com/viewtopic.php?t=450
[enh]-font lookups changed, to support the different naming on different platforms
[enh]-get server time: application.getServerTimeStamp() http://forum.servoy.com/viewtopic.php?p=5780
[enh]-global rename in dataprovider dialog http://forum.servoy.com/viewtopic.php?p=3865#3865
[enh]-global search replace in method editor
[enh]-images improvements (best of old and new world) http://forum.servoy.com/viewtopic.php?t=966
[enh]-indicate SSL use http://forum.servoy.com/viewtopic.php?p=5759
[enh]-it is now possible to use non related tab panels
[enh]-losing database connection overnight http://forum.servoy.com/viewtopic.php?p=5411
[enh]-mail plugin supports attachements
[enh]-major image display improvement
[enh]-more functions on security node
[enh]-more tooltip texts http://forum.servoy.com/viewtopic.php?p=6723 http://forum.servoy.com/viewtopic.php?p=6331
[enh]-more undo in the codeeditor, added menu items in edit menu http://forum.servoy.com/viewtopic.php?t=1324
[enh]-place image with correct size http://forum.servoy.com/viewtopic.php?p=4110#4110
[enh]-portals elements are now in the accessible in javascript (under elements node) http://forum.servoy.com/viewtopic.php?t=1334
[enh]-possible to exclude elements from the tab sequence
[enh]-possible to provide initial value to application.showColorChooser(...)/showFontChooser(...)
[enh]-possiblity to clear warnings in status via context menu http://forum.servoy.com/viewtopic.php?t=1809
[enh]-readOnly property on form and elements
[enh]-refresh more than one record at once http://forum.servoy.com/viewtopic.php?p=5783
[enh]-relation editable on portal
[enh]-relation spec tooltip in relation overview dialog
[enh]-remove solution protection (if password is known)
[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]-scrolling improved in printpreview/designer
[enh]-server plugin properties are shown admin page
[enh]-servoy_row_bgcolor http://forum.servoy.com/viewtopic.php?t=1054
[enh]-show solution name on debugger window http://forum.servoy.com/viewtopic.php?t=1765
[enh]-stored procedure and database functions call changed (in/output params, must specify the complete call string like "{? = call sp_calcTotal(?,?)}".
[enh]-stored procedure calling now possible with databaseManager.executeStoredProcedure(...)
[enh]-storedProcdure support in databaseManager
[enh]-support for font dialog popup: var font = application.showFontDialog()
[enh]-tabpanel tab coloring possible via JavaScript
[enh]-tabpanel.setTabText http://forum.servoy.com/viewtopic.php?p=6611
[enh]-time can be changed in datechooser if format contains time portion http://forum.servoy.com/viewtopic.php?t=1347
[enh]-updates via SQL http://forum.servoy.com/viewtopic.php?p=5456
[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
[enh]-var thexml = controller.printXML()
[enh]-warning dialog when sliding fields overlap each other
[enh]-windowMenuDialog is not longer modal and can be used for fast switching between forms during designing forms.
[enh]-you can now use alt-arrow left and right keys to navigate history
[enh]-zooming in printpreview is now working
[fix]-1 or 0 also seens as boolean with element boolean values. http://forum.servoy.com/viewtopic.php?t=1572
[fix]-Can't create a field after deleting one first... http://forum.servoy.com/viewtopic.php?p=6133
[fix]-Changes not reflecting even after solution flushing http://forum.servoy.com/viewtopic.php?p=6603
[fix]-Checkbox also works on strings ("1" == selected) http://forum.servoy.com/viewtopic.php?t=1554
[fix]-Custom controllers in formdialog not showing http://forum.servoy.com/viewtopic.php?t=1342
[fix]-Deleting New record direct after creation did not work
[fix]-Don't show ID in combo when readonly (if display/real are different) http://forum.servoy.com/viewtopic.php?t=1571
[fix]-Draw grid as lines instead of dots? http://forum.servoy.com/viewtopic.php?p=6651
[fix]-Dynamic global variables (globals.XXX = 'yyy' possible when XXX is not defined) http://forum.servoy.com/viewtopic.php?t=1574
[fix]-Empty choices not visible anymore in solution settings start/stop methods http://forum.servoy.com/viewtopic.php?t=1371
[fix]-FTP bean does not work on servoy client http://forum.servoy.com/viewtopic.php?p=6535
[fix]-Fix for breakpoints suddenly stopping one line above the visible breakpoint after design>browse switch
[fix]-Globals and empty foundset http://forum.servoy.com/viewtopic.php?p=6443
[fix]-Image disappearing in developer fix
[fix]-Import changes http://forum.servoy.com/viewtopic.php?p=6620 http://forum.servoy.com/viewtopic.php?p=6606
[fix]-Javascript Engine fix, Datatypes (String/Number/Dates) http://forum.servoy.com/viewtopic.php?t=1046
[fix]-Last row not imported from excel file http://forum.servoy.com/viewtopic.php?p=6685
[fix]-MSSQL Server problem when a report is using subsum icw 2 sort columns
[fix]-MSSQL Server solution import problems http://forum.servoy.com/viewtopic.php?p=4341
[fix]-MYSQL Database Defined Relations Problem http://forum.servoy.com/viewtopic.php?p=6625
[fix]-Margin property http://forum.servoy.com/viewtopic.php?p=6410 http://forum.servoy.com/viewtopic.php?p=6637
[fix]-Memory leaks http://forum.servoy.com/viewtopic.php?t=897&start=15 and http://forum.servoy.com/viewtopic.php?p=4366#4366
[fix]-Memory usage http://forum.servoy.com/viewtopic.php?t=1372
[fix]-Problems with maximum aggregation http://forum.servoy.com/viewtopic.php?p=5650
[fix]-Radio/Checkbox component fixes http://forum.servoy.com/viewtopic.php?t=1391
[fix]-RelatedFoundSets aren't updated icw foundSetUpdater
[fix]-Resizing the property editor of a dataprovider/field http://forum.servoy.com/viewtopic.php?p=5792
[fix]-Save/onchange data fixes http://forum.servoy.com/viewtopic.php?t=1402
[fix]-Scrolling in HTML fields not working
[fix]-Stackoverflow error with circular relations.
[fix]-Tabpanel tooltip http://forum.servoy.com/viewtopic.php?t=1431
[fix]-The combo's list uses the format now http://forum.servoy.com/viewtopic.php?t=1394
[fix]-Tracking fixes http://forum.servoy.com/viewtopic.php?t=1403
[fix]-Tracking strange behaviour http://forum.servoy.com/viewtopic.php?p=5722
[fix]-about window http://forum.servoy.com/viewtopic.php?p=6654
[fix]-added fields in admin page for SMTP authentication http://forum.servoy.com/viewtopic.php?p=7153
[fix]-align on combobox
[fix]-alignment didn't work properly on combobox http://forum.servoy.com/viewtopic.php?t=1815
[fix]-allow separator in valuelist which use real and display value
[fix]-assigning value to global variable http://forum.servoy.com/viewtopic.php?t=1425
[fix]-better "number" database type support
[fix]-better documentation for JSTable/JSColumn http://forum.servoy.com/viewtopic.php?p=7478
[fix]-better handling of developer errors http://forum.servoy.com/viewtopic.php?p=8099#8099
[fix]-better new row support http://forum.servoy.com/viewtopic.php?t=1813
[fix]-bgcolor behavior change http://forum.servoy.com/viewtopic.php?t=1551
[fix]-breakpoints set when in design mode are remembered
[fix]-calculation fix when based on aggregations
[fix]-changed storing and display of numbers http://forum.servoy.com/viewtopic.php?p=7089
[fix]-check relations if rename of globals and delete of globals or columns http://forum.servoy.com/viewtopic.php?t=1207
[fix]-click on label in tableview empties dataprovider used on same label
[fix]-clients are not cleared in admin page http://forum.servoy.com/viewtopic.php?p=7530
[fix]-column properties lost in Servoy 2.0 rc1
[fix]-combobox renderer under win lnf value dissappears in portal table http://forum.servoy.com/viewtopic.php?t=1303
[fix]-crc mismatch when an empty media is used
[fix]-current record lost in printpreview http://forum.servoy.com/viewtopic.php?t=1577
[fix]-custom queries with dates as question argument replacements used to fail http://forum.servoy.com/viewtopic.php?t=1383
[fix]-debugger has no longer one line mismatch
[fix]-debugger improved (play of globals, resume/stop of scripts)
[fix]-debugger output screen http://forum.servoy.com/viewtopic.php?p=6646
[fix]-delete in tableview/portal can trigger "can't save data" fix
[fix]-deletion of table columns are automaticly reflected in method editor
[fix]-disappearing rows in the popup of the Combox http://forum.servoy.com/viewtopic.php?t=1228
[fix]-doubleclicking a selected valuelist http://forum.servoy.com/viewtopic.php?p=5460
[fix]-duplicate form bug
[fix]-duplicate users names are not allowed in security
[fix]-duplicating a method and renameing http://forum.servoy.com/viewtopic.php?p=6633
[fix]-extends search did not always work from JavaScript
[fix]-extract style slowness http://forum.servoy.com/viewtopic.php?t=1555
[fix]-find on not used foundset failed
[fix]-fixed use of drawings in portals
[fix]-form dialog on wrong location http://forum.servoy.com/viewtopic.php?p=7427
[fix]-formatting allows neg sign in as suffix
[fix]-formatting can handle display and edit formats separatly
[fix]-found workaround for menu bars graying out under the mac 1.4.2 release http://forum.servoy.com/viewtopic.php?t=1280
[fix]-getColumnName does not return first column
[fix]-global relation are now really global, anywhere useable (not longer bound to table)
[fix]-globals methods are moved in submenu if over 20 present
[fix]-if (dateCalc <= endDate) now works
[fix]-import problem http://forum.servoy.com/viewtopic.php?t=1548
[fix]-in datefield when value is null the format is shown
[fix]-in loading more plugins/beans in background
[fix]-invalid relatations always displayed at the root of the relations dialog
[fix]-issue in sequence auto assinging to PK columns http://forum.servoy.com/viewtopic.php?p=7388
[fix]-javascript splice on java native arrays http://forum.servoy.com/viewtopic.php?t=1375
[fix]-lazy blob loading did not work for related data
[fix]-line clipping http://forum.servoy.com/viewtopic.php?p=3701
[fix]-loading image refresh problem http://forum.servoy.com/viewtopic.php?p=5765
[fix]-loosing default printer in print dialog
[fix]-mediafield not accessible for javascript
[fix]-method editor does not show http://forum.servoy.com/viewtopic.php?p=6204
[fix]-name mixup when global exists with same name as column
[fix]-no paints anymore when running a script when not wanted (no call to updateUI)
[fix]-no progress shown when creating new release after export
[fix]-plugin API now also exposes "final fields"
[fix]-plugins.http.getMediaData and outofmemory http://forum.servoy.com/viewtopic.php?p=5729
[fix]-portal foundset issue http://forum.servoy.com/viewtopic.php?t ... light=rc12
[fix]-portal printing fail on mac.
[fix]-possibility to create empty valuelists http://forum.servoy.com/viewtopic.php?t=1370
[fix]-possible to mark a column as db identity http://forum.servoy.com/viewtopic.php?t=1438
[fix]-postgress/mysql upgrade failures http://forum.servoy.com/viewtopic.php?p=7268
[fix]-print preview in client does not show
[fix]-printing of portals did not use smart-break (and not always did show all records) http://forum.servoy.com/viewtopic.php?p=7573
[fix]-printpreview zoom adapts to printScale
[fix]-problem with portal http://forum.servoy.com/viewtopic.php?p=6347
[fix]-problem with resizing font dialog http://forum.servoy.com/viewtopic.php?t=1037
[fix]-radio and check boxes always in black http://forum.servoy.com/viewtopic.php?p=6361
[fix]-radios/checks focus gained after change data http://forum.servoy.com/viewtopic.php?t=102
[fix]-readOnly icw find/search
[fix]-rectangles/media fields are now showing all JavaScript methods in code editor
[fix]-refresh problems of calculations/aggregations http://forum.servoy.com/viewtopic.php?p=6675
[fix]-related calculated field display issue http://forum.servoy.com/viewtopic.php?p=7440
[fix]-related search not working correctly http://forum.servoy.com/viewtopic.php?t=1430
[fix]-relations dialog stays empty when one or more relations are invalid http://forum.servoy.com/viewtopic.php?t=1333
[fix]-repainting components after size/location changes http://forum.servoy.com/viewtopic.php?t=1538
[fix]-reporting grandtotal was not working in all cases
[fix]-request focus change http://forum.servoy.com/viewtopic.php?p=7566
[fix]-requestFocus now also works in table/list-view http://forum.servoy.com/viewtopic.php?p=7266
[fix]-restart from within service is now working
[fix]-savedata shortcut key 'F6' in Developer is now working
[fix]-search/replace memory improvements
[fix]-searching via a relation based on a global http://forum.servoy.com/viewtopic.php?p=6437
[fix]-security dialog/import issue http://forum.servoy.com/viewtopic.php?p ... ight=#3930
[fix]-security didn't work properly in b6
[fix]-security.createGroup/user is not reflected in dialog until application is restarted http://forum.servoy.com/viewtopic.php?p=6170
[fix]-setting a field via global relation when no records are present was ignored
[fix]-showing calendar from dialog issues addressed http://forum.servoy.com/viewtopic.php?t=1709
[fix]-showing images in label problem http://forum.servoy.com/viewtopic.php?p=7307
[fix]-some concurrent modification exception fixes
[fix]-sort does load all records in tableview
[fix]-sort keeps selected record if possible
[fix]-sort on form icw empty foundset did return all records
[fix]-sorting in related tabpanel shows all records http://forum.servoy.com/viewtopic.php?p=7468
[fix]-special matte values are not remembered http://forum.servoy.com/viewtopic.php?p=6264
[fix]-stringToNumber change http://forum.servoy.com/viewtopic.php?p=3781#3781
[fix]-tab panel save problem http://forum.servoy.com/viewtopic.php?p=5028
[fix]-tabsequence if buttons don't have an action yet http://forum.servoy.com/viewtopic.php?t=1260
[fix]-tag support in tab text http://forum.servoy.com/viewtopic.php?t=1822
[fix]-test if form is being displayed in dialog http://forum.servoy.com/viewtopic.php?t=1427
[fix]-the dataproviders under a relation in the method editor are auto refreshed when fk table changes
[fix]-the function of < > was the opposite in relations
[fix]-the rounding in fields is not the same in edit en view state
[fix]-transparency on rtf/text_area now working
[fix]-usage of some beans not allowed http://forum.servoy.com/viewtopic.php?t=755
[fix]-use of multiple subsumaries was not working in all cases when sorted differently
[fix]-using 2 same tablenames on different servers http://forum.servoy.com/viewtopic.php?t=1205
[fix]-value not removed from related valuelists http://forum.servoy.com/viewtopic.php?p=6299
[fix]-valuelist filled with dataset is lost http://forum.servoy.com/viewtopic.php?t=1340
[fix]-various import/export problems: http://forum.servoy.com/viewtopic.php?t=1139 , http://forum.servoy.com/viewtopic.php?t=1189
[fix]-various readOnly property fixes http://forum.servoy.com/viewtopic.php?t=1212 and http://forum.servoy.com/viewtopic.php?t=1283
admin
Site Admin
 
Posts: 72
Joined: Wed Apr 23, 2003 4:29 pm

Postby Harjo » Wed Apr 28, 2004 11:27 pm

CONGRATULATIONS!! :D with the birthday of 2.0 final!

Guys, thank YOU, for all the effort, you put in, to rule out all the bug's en sometimes explain to us, (in the late-night-hours!!) that it was not a bug, but a stupidy of us!! :lol:
SUPER!
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Postby Westy » Wed Apr 28, 2004 11:32 pm

A tremendous achievement. THANK YOU VERY MUCH to all those who worked so hard to make this happen!!! :lol:
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Postby mpwiedemann » Thu Apr 29, 2004 6:14 am

Just a quick note to say thanks for a GREAT product and also for the outstanding support. I wish all software companies were as responsive as Servoy.

Keep up the good work!

Martin :D
mpwiedemann
 
Posts: 49
Joined: Sun Jun 01, 2003 9:08 pm
Location: Seattle, WA

Postby faheemhameed » Thu Apr 29, 2004 9:07 am

Well done. Thanks for your excellent work.

I will be looking for using third party beans/plugins seamlessly in the future servoy versions.

Thanks
User avatar
faheemhameed
 
Posts: 763
Joined: Wed Sep 10, 2003 7:23 am

Congratulations

Postby megaquests » Sun May 02, 2004 1:45 pm

congratulations on release of v2, a great product and thanks for all the support..

we only started using servoy about 12 weeks ago and already I dont know how we'd do without it :D

thanks again
Eugene
megaquests
 
Posts: 91
Joined: Mon Mar 01, 2004 1:09 pm
Location: Brighton, UK


Return to Announcements

Who is online

Users browsing this forum: No registered users and 17 guests