Servoy 3.5.9

Servoy announcements

Servoy 3.5.9

Postby Jan Blok » Fri Mar 20, 2009 4:44 pm

We are pleased announce the immediate availability of Servoy 3.5.9

Make a backup of your current Servoy installation (directory and database) before installing.

This version will be available shortly through auto update for users of 3.5 versions (check via help menu -> check for new version)

Changes:
[enh] HTTP Tunnel SSL support
[fix] case 123350 Image Alignment in printing
[fix] case 198427 Servoy removes records on dbmg.rollbackEditedRecords(...)
[fix] case 195122 Open form in dialog for the second time exits find mode.
[fix] case 136597 WC: logging out from within a FID and showing a different URL afterwards
[fix] case 185710 Turkish language, db column , dataprovider problem
[fix] case 187321 StackError using .setChildSortDataprovider() on DbTreeView
[fix] case 187416 broken media fields display in web client
[fix] case 190951 strange behavior on form in dialog
[fix] case 190986 form in dialog and currentcontroller issue
[fix] case 198474 Webclient: button is not working properly
[fix] case 185751 Servoy prints in low resolution only
[fix] case 50698 requestFocus(false) doesn't work properly
[fix] case 80394 Webclient: Forms with a navigator show unwanted scrollbars
[fix] case 97673 Null Validation error
[fix] case 154845 Attaching onRecordEditStart method on ListView requires extra click
[fix] case 169751 ComboBox Issue, list scrolldown, does list close
[fix] case 190189 margin in styles not working right in table-view
[fix] case 195129 Webclient problem with find (related > unrelated tab, switching while in find)
[fix] case 199556 showRecord, does not take over the currentSelectedIndex in some situations
[fix] case 168412 datefields in webclient does not respect fontsize in style

Previous release
viewtopic.php?f=16&t=11915
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 3.5.9

Postby martinh » Fri Mar 20, 2009 5:08 pm

I'm missing the following:

case update (SVA:195553), DBTreeview doesn't show correct font in webclient

And also

case 189002 databaseManager.getChangedRecordData() gives wrong result

Which is very important. It gives wrong data in the database
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby Jan Blok » Fri Mar 20, 2009 5:41 pm

You are correct, those where reported and fixed against 4.x versions (and merge back a significant time later)
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 11:36 am

I see change in dbtreeview setChildSortDataprovider

[fix] case 187321 StackError using .setChildSortDataprovider() on DbTreeView

There was an error in 3.5.7
That was fixed in 3.5.8
But now the sort order has changed again, so it looks like the 3.5.7 behavior is back again
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 11:40 am

Tableview changes

I see a difference in tableviews between version 3.5.8 and 3.5.9
See the screenshots

3.5.8:

[attachment=2]tableview358.JPG[/attachment]

3.5.9:

[attachment=1]tableview359.JPG[/attachment]

And when I click a field in the tableview, then the articledescription is readable again:

[attachment=0]tableview359Click.JPG[/attachment]

What causes this situation?

Martin
You do not have the required permissions to view the files attached to this post.
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby jcompagner » Mon Mar 23, 2009 11:43 am

martin

is this web or smart?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 11:52 am

Smart client
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby jcompagner » Mon Mar 23, 2009 11:57 am

it looks like you have an extra border around it.
What exactly did you configure in the properties or style?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 12:11 pm

I made some additional checks.
Changing L&F doesn't change anything, so it has nothing to do witg L&F

The field properties have bordertype DEFAULT

The stylesheet properties for fields are:

field
{
background-color:#FFFFFF;
border-style: inset;
border-width: 0px 0px 0px 0px;
border-color: #999999 #ffffff #ffffff #999999;
font-family: Arial;
font-size: 11pt;
color: #000000;
text-align: left;
vertical-align: top;
font-weight: normal;
}



This articledescription you see on the screenshots, is a label, because it contains %%........%%. The stylesheet properties for this label are:

label.field
{
background-color:#FFFFFF;
border-style: inset;
border-width: 0px 0px 0px 0px;
border-color: #999999 #ffffff #ffffff #999999;
font-family: Arial;
font-size: 11pt;
color: #000000;
text-align: left;
vertical-align: top;
font-weight: normal;
}
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby jcompagner » Mon Mar 23, 2009 12:26 pm

i think you are seeing the results of this fix:

[fix] case 190189 margin in styles not working right in table-view

please also add the nargin property to your css, something like:

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

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 12:30 pm

You are correct Johan,

Now the form shows again like it should be.

Thanks

Martin
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby Gabi Boros » Mon Mar 23, 2009 12:36 pm

please note that using setChildSortDataprovider, you specify the sorting for the children of a node,
and therefor if you want the root nodes to be sorted, you need to sort the root foundset, before adding it to the tree;
also, note that the child sort dataprovider should be in the left table of a relation
Gabi Boros
 
Posts: 399
Joined: Tue Jun 26, 2007 4:03 pm
Location: Timisoara, Romania

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 12:40 pm

Only fieldtype HTML-area, do not show correct way. When I make it a TEXT-field, then that border is gone
How can I avoid this extra border when HTML area in tableview?
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby martinh » Mon Mar 23, 2009 12:43 pm

[quote="Gabi Boros"]please note that using setChildSortDataprovider, you specify the sorting for the children of a node,
and therefor if you want the root nodes to be sorted, you need to sort the root foundset, before adding it to the tree;
also, note that the child sort dataprovider should be in the left table of a relation[/quote]

I know. It worked correctly in 3.5.8. There was a fix from 3.5.7 to 3.5.8 and it looks like this fix is gone.
And I see the problem in the childnodes
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium

Re: Servoy 3.5.9

Postby jcompagner » Mon Mar 23, 2009 12:49 pm

martinh wrote:Only fieldtype HTML-area, do not show correct way. When I make it a TEXT-field, then that border is gone
How can I avoid this extra border when HTML area in tableview?


this seems to be a issue, can you create a case for this?
I think TextArea and HtmlArea are both a problem now.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Next

Return to Announcements

Who is online

Users browsing this forum: No registered users and 13 guests