Servoy 2.2.4

Servoy announcements

Servoy 2.2.4

Postby Jan Blok » Tue Feb 07, 2006 11:24 pm

We announce the immediate availability of Servoy 2.2.4

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

This version will also be available through auto update shortly (via help menu -> check for new version)

Thanks to all for the issues reports!

Changes:
[fix]-calendar should not change timepart of date
[fix]-onSearch setting to 'none' is illegal, has now same effect as default
[fix]-toolbar panel remove did not function properly from plugins
[fix]-ident seq compare http://forum.servoy.com/viewtopic.php?t=5605 and http://forum.servoy.com/viewtopic.php?p=28695#28695
[fix]-converting foundset back and forth http://forum.servoy.com/viewtopic.php?t=4830
[fix]-dual formatting on field causes edit to be lost
[fix]-dev. globals display problem http://forum.servoy.com/viewtopic.php?t=5667
[fix]-hair line printing broken (special matte border)
[fix]-incorrect html use in valuelist/combobox http://forum.servoy.com/viewtopic.php?t=5669
[fix]-onRecordEditStart was also fired when form is not visible
[fix]-better js array support: plugins.names.join() fix. http://forum.servoy.com/viewtopic.php?p=28214#28214
[enh]-better async loading in tables/portals
[enh]-non editable text/html area made searchable http://forum.servoy.com/viewtopic.php?p=27536#27536
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby patrick » Wed Feb 08, 2006 10:30 am

Jan forgot to mention:

[enh]-blazing fast rollback of transactions

:D
Patrick Ruhsert
Servoy DACH
patrick
 
Posts: 3703
Joined: Wed Jun 11, 2003 10:33 am
Location: Munich, Germany

Postby ROCLASI » Wed Feb 08, 2006 11:41 am

I updated a copy of 2.2.1 to 2.2.4 and noticed that Servoy is more strict on the styles. Which I think is a good thing :) .

But now I can't set the form border to none anymore.
I can set it to inset, outset and groove, but not to none. Setting the border width also doesn't do anything.
I checked the manual and the syntax is correct.

Any ideas?
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby Jan Blok » Wed Feb 08, 2006 12:21 pm

I think there are 3 options
1) remove the border-style property from the css
2) set border-width: 0px 0px 0px 0px
3) border-style: empty
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby ROCLASI » Wed Feb 08, 2006 12:46 pm

Jan Blok wrote:I think there are 3 options
1) remove the border-style property from the css
2) set border-width: 0px 0px 0px 0px
3) border-style: empty


I tried all options and combinations but no success.
Also the help doesn't list 'empty' as a border-style option but names 'none' instead. I tried both.
The thing is that using a border-style like inset, groove or outset does work in CSS.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby Harjo » Wed Feb 08, 2006 2:34 pm

Robert,

I use:

label
{
border-style: empty;

that works perfect on windows!

not on Mac?
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 Harjo » Wed Feb 08, 2006 2:37 pm

In my case, on Mac client it also works!
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 ROCLASI » Wed Feb 08, 2006 2:42 pm

Hi Harjo,

Labels work fine for me.
The issue is with the CSS for forms.
Like:
Code: Select all
form
{
   border-style: empty;
}

What do you see?
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby Harjo » Wed Feb 08, 2006 2:43 pm

ah, now I see.

you mentioned the form!

empty, does not work indeed! :shock:
use:

border-style: solid;
border-width: 0;

:)
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 ROCLASI » Wed Feb 08, 2006 3:03 pm

That does work indeed! Thanks! :D

But...it works a bit too well. :shock:
With forms loaded in a hidden tabpanel that has a border then the border gets erased. Sometimes partly.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby Harjo » Wed Feb 08, 2006 3:17 pm

do you mean the border of the tabpanel or the border of the form, inside the tabpanel?
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 ROCLASI » Wed Feb 08, 2006 3:19 pm

The border of the tabpanel that holds the form.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby Harjo » Wed Feb 08, 2006 3:20 pm

but is'nt that the way it supposed to be?

If you make the tabpanel hidden, than no border must be seen. Only the border of the current form, in the tabpanel.
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 ROCLASI » Wed Feb 08, 2006 3:28 pm

When you make a tabpanel hidden you hide the LAF tabs and border.
But you still can add a border with the border property.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Postby ROCLASI » Wed Feb 08, 2006 3:33 pm

Hmmm..seems the issue is with Special Matte. When you use Line or Matte it draws fine but not so with Special Matte.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Next

Return to Announcements

Who is online

Users browsing this forum: No registered users and 14 guests