Servoy 2.2rc3

Release notes for Servoy betas

Servoy 2.2rc3

Postby Jan Blok » Tue Mar 15, 2005 5:29 pm

We announce the immediate availability of Servoy 2.2rc3

NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.

This version is available through auto update (if you have beta update notify enabled, meaning having the line 'wantsBetaCodeNotifies=true' in your servoy.properties file)

Previous beta build info

[fix]-label/button rollover when setting the normal icon on click
[fix]-default sort when using a related sort http://forum.servoy.com/viewtopic.php?t=2499&start=15
[fix]-record locked message when you have the lock yourself.
[fix]-after lock is gained it is now guaranteed that you are working with the latest data.
[fix]-setFont on a htmlarea field is using that font as it default font.
[fix]-tooltips works now with a check/radio value list http://forum.servoy.com/viewtopic.php?p=19605#19605
[fix]-elements.length was wrong when having a portal on the form http://forum.servoy.com/viewtopic.php?t=4054
[fix]-for onHide problems with a second form in a dialog http://forum.servoy.com/viewtopic.php?t=3724
[fix]-foundsetUpdater when updating a column to null when there is no where part http://forum.servoy.com/viewtopic.php?t=3948
[fix]-methods in methods menu can be started in design mode
[fix]-global multikey non-equals relation problem icw null value in globals
[fix]-headless client now runs correctly when using java.awt.headless JVM option
[fix]-classloading of bean and plugins are now the same as in client
[fix]-no longer blob/media column select, but do true lazy blob retrieve from db
[enh]-i18n.setLocale() changes are now seen in the menu
[enh]-dataset.getAsText(...) cvs/tab generation,see sample code
[enh]-file/char encoding option in text export plugin
[enh]-default UTF16 char encoding in excel export plugin
[enh]-made mail plugin char encoding an option in admin page
[enh]-better code suggestion for string concat http://forum.servoy.com/viewtopic.php?t=195&start=15
[enh]-special comment tags support in the textarea and use color of special cases http://forum.servoy.com/viewtopic.php?t=4068
[new]-windows service software version in full Servoy installer
[new]-postgress driver bundled in full Servoy installer

plugin developers:
[enh]-IClientPluginAccess.getSolutionName() to retrieve the solution name, returns null if none open
Last edited by Jan Blok on Mon Apr 11, 2005 11:37 pm, edited 2 times in total.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 2.2rc3

Postby Westy » Tue Mar 15, 2005 7:33 pm

It looks like a lot of hard work has been done to give us these latest fixes and enhancements. Thank you to everyone at Servoy!

One question. What does the following mean?
Jan Blok wrote:[new]-new windows service software version in full Servoy installer
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Postby Jan Blok » Tue Mar 15, 2005 7:55 pm

That the software required for running the servoy server as windows service is updated.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby patrick » Tue Mar 15, 2005 7:57 pm

And how is the property "Ignore" under form/controller different from "None"?
patrick
 
Posts: 3703
Joined: Wed Jun 11, 2003 10:33 am
Location: Munich, Germany

Postby Jan Blok » Tue Mar 15, 2005 8:07 pm

Ah thats something small we forgot to mension... it means the form defines no controller and leaves the one which is set by a previous form.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby JerryR » Wed Mar 16, 2005 5:55 pm

Great work, guys!

Question...I know folks have asked for control over the display of the black vertical bar that indicates the selected record in listviews. With rc3, the bar is now gone from many (but not all) of our listviews. Can't for the life of me see what is controlling whether the bar shows or not. What does?
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby jcompagner » Wed Mar 16, 2005 6:26 pm

on the forms you don't see it, do you have a label or an other component completely at the left? (that is not transparent)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby JerryR » Wed Mar 16, 2005 6:28 pm

I think this is a bug. Just figured out what's controlling it...if you set a background color other than 'default' on the form Body, the vertical rectangle indicating selected record disappears.
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby JerryR » Wed Mar 16, 2005 6:31 pm

Additional info...the space occupied by the veritcal bar is not 'visible' either with Body background set to other than 'Default'--in other words, all elements on the body shift to the left when you change background color.
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby JerryR » Wed Mar 16, 2005 7:42 pm

Still more...I have two cases: List views that show the selected-record vertical rectangle and list views that don't.
    * For the ones that do show it, I can make it disappear by changing the body background color, per my previous post.
    * For the ones that do not show it, changing the background color has no effect--Indeed, so far, I can't get it to show no matter what changes I make.
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby jcompagner » Thu Mar 17, 2005 3:24 pm

the background is set problem is fixed.
Now the selection bar is painted.

You still are able to hide it (by accident or not) when you have a component completely at the left and as big as the body.
Then you also will not see it.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby pbakker » Thu Mar 17, 2005 5:08 pm

with the alterations of the coloring of code in Servoy Editor, the following error was introduced:

If you have some code and you comment it out wit "//" and lateronwards remove the "//", only part of the uncommented row of code goes back to the proper color. Everything behind a ".", "(", ")" or ";" seems to stay dark green.

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

Postby jcompagner » Thu Mar 17, 2005 5:15 pm

yes know problem. And not easy fixable.
You have to reopen the method for now to get that completely right.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby JerryR » Thu Mar 17, 2005 5:49 pm

Thanks, Johan. Fix will be in rc4?
Jerry Robinson
JPR Engineering Inc
JerryR
 
Posts: 104
Joined: Sat Jan 17, 2004 4:30 am
Location: Pacific Palisades, CA

Postby jcompagner » Thu Mar 17, 2005 5:54 pm

yes
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Next

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 29 guests

cron