Servoy 2.2 final Available

Servoy announcements

Servoy 2.2 final Available

Postby Jan Blok » Fri Jun 10, 2005 5:46 pm

Servoy 2.2 Final is now available for download.

We would like to thank all the testers for testing the prerelease version.

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.2 from the download section on the developer website at: http://developer.servoy.com (auto update will be released shortly)

Most important changes:
-Module development support
-Headless Client

Major changes which may effect the working of your solutions:
[fix]-dataset.sort(...) is 1 based now
[fix]-utils.stringPosition(...) had faulty implementation
[fix]-security had a flaw that user in multiple groups did not always get the right security level
[fix]-history.getFormName() method uses a absolute index instead of relative (which was not very useful)

Fixes/Enhances:
[enh]-toFront executed on main Servoy window when client is activated from URL
[enh]-new Servoy client shortcut icon
[enh]- "null" support in default value for globals http://forum.servoy.com/viewtopic.php?t=4607
[enh]-improved error output when a calc is failing
[enh]-improved rollback of Servoy version (downloading old jars)
[enh]-improved focus lost on saveData (tableview won't lose focus anymore)
[fix]-loadRecords(query) with multipk did not always work correct
[fix]-freeze due to background processing in tableview/portal
[fix]-db identity columns when setting this new pk to relatedfoundsets
[fix]-focus issues when making a new method
[fix]-tooltip performance problems in Tableview
[fix]-addTab with fore or background color parameter http://forum.servoy.com/viewtopic.php?t=4611&highlight=
[fix]-search problems with numeric fields. http://forum.servoy.com/viewtopic.php?t=4600
Fixes/Enhances in previous builds
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby gzola » Fri Jun 10, 2005 7:20 pm

[enh]-toFront executed on main Servoy window when client is activated from URL


You boys are indeed extraordinary!!!!!!!

Thanks, Thanks, Thanks......
:D :D :D

Giovanni Zola
Servizio Innovazione Informatica
Comune di Nuoro
User avatar
gzola
 
Posts: 91
Joined: Mon Nov 29, 2004 2:24 pm
Location: Nuoro, Sardegna, Italy

Postby Stef » Fri Jun 10, 2005 8:38 pm

Congrats!

Thanks for all your efforts!
Stef
 
Posts: 208
Joined: Wed May 28, 2003 2:19 pm
Location: Kasterlee, Belgium

Postby pbakker » Fri Jun 10, 2005 9:11 pm

Congratulations Servoy team on the delivery of 2.2!!!

Keep up the fantastic job!

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Postby Westy » Fri Jun 10, 2005 11:29 pm

Congratulations. This is a huge achievement that is VERY MUCH APPRECIATED. Thank you!
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Postby JerryR » Fri Jun 10, 2005 11:33 pm

Congratulations! 2.2 is a huge leap from 2.1. We VERY MUCH appreciate all your hard work.
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby ngervasi » Sat Jun 11, 2005 11:45 am

Great Job!
Servoy 2.2 is really a killer app!
Nicola Gervasi
sintpro.com
SAN Partner
ngervasi
 
Posts: 1485
Joined: Tue Dec 21, 2004 12:47 pm
Location: Arezzo, Italy

Postby grahamg » Sat Jun 11, 2005 12:50 pm

Well done the Dev team AGAIN. 2.2 is a great product and progress of Servoy in last 12months is really astounding.

A software company that listens and is responsive to developers, and turns out tremendous tools at regular intervals is truly a rare thing. Keep up the great work and don't change the way you operate.

Regards

Graham Greensall
Worxinfo Ltd
grahamg
 
Posts: 752
Joined: Fri Oct 03, 2003 3:15 pm
Location: Midlands UK

Postby IT2Be » Sat Jun 11, 2005 5:33 pm

Guys, you made me even happyer than I already was. Congratulations with this new release...
Marcel J.G. Trapman (IT2BE)
SAN partner - Freelance Java and Servoy
Servoy Components - IT2BE Plug-ins and Beans for Servoy
ServoyForge - Open Source Components for Servoy
User avatar
IT2Be
Servoy Expert
 
Posts: 4766
Joined: Tue Oct 14, 2003 7:09 pm
Location: Germany

Postby Karel Broer » Sat Jun 11, 2005 11:02 pm

Congratulations with the 2.2 release and very, very well done Servoyians!
Keep up the good work and don't forget to have fun! :D
Karel Broer
ServoyCamp - http://www.servoycamp.com
User avatar
Karel Broer
 
Posts: 779
Joined: Mon May 03, 2004 12:49 am
Location: Doetinchem

Postby Harjo » Sun Jun 12, 2005 7:54 pm

Thanks, to Servoy 2.2 we have finished a project for one our customers, which is a mass-mailer and sends 40.000 personalized emails, with personalized subjects, with personalized pdf, (with images) en barcode included. This all is generated on-the-fly and is sending the total mail (110kb) in every 2 seconds!!
(I must say that the slowing factor is not Servoy but the SMTP-server!)

THANKS SERVOY! FOR CHANGING OUR BUSINESS AND MAKING IT TO A SUCCES!
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Postby Morley » Mon Jun 13, 2005 3:50 pm

[fix]-dataset.sort(...) is 1 based now
Could someone explain the significance of being "1 based"? Thanks.
Morley Chalmers
7Office Inc.
User avatar
Morley
 
Posts: 891
Joined: Fri Apr 25, 2003 4:54 pm
Location: Toronto, Canada

Postby Jan Blok » Mon Jun 13, 2005 3:58 pm

dataset.sort(0,true) did in the past sort the first column
dataset.sort(1,true) does now sort the first column

all fuctions are 1 based, so we considered this a inconsistency...
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Headless Harriet

Postby Harriet_Rosenberg » Wed Jun 15, 2005 12:18 am

Slow down, guys! I can't keep up with all these great developments. Null Globals, Version Rollback, Color Parameters. Modules, Headless Clients ...

... Headless Harriet!

(still making my way through the basics)

Seriously, this gets more fun every day. Congratulations and best of luck with this release.

Happy Harriet
Harriet_Rosenberg
 
Posts: 14
Joined: Fri Apr 29, 2005 9:29 pm

Postby faheemhameed » Wed Jun 15, 2005 5:43 am

Million thanks servoians. We love servoy. It has changed our way of working (we were filemaker developers previously) and it gives us peace of mind.
Hameed
Pilot simple software
Hong Kong
User avatar
faheemhameed
 
Posts: 763
Joined: Wed Sep 10, 2003 7:23 am

Next

Return to Announcements

Who is online

Users browsing this forum: No registered users and 21 guests

cron