Servoy 5.1.3

Servoy announcements

Re: Servoy 5.1.3

Postby jcompagner » Fri May 21, 2010 3:50 pm

jbader wrote:Does this release fix the webkit-based browser input field issue, where characters were disappearing from fields as users input text?

Thanks



yes that should be in this build.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.1.3

Postby jcompagner » Fri May 21, 2010 3:51 pm

martinh wrote:I guess <?xml version="1.0;" encoding="UTF-8;" ?> is the problem.
1.0; should be 1.0 and UTF-8; should be UTF-8


If this is changed, then it starts the application



yes this is a know problem, a new release of jasper plugin will be made that fixes that. for now remove the ; in the version="1.0;"
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.1.3

Postby jbader » Fri May 21, 2010 7:07 pm

"yes that should be in this build."

Great to hear. Thanks a lot Johan.
jbader
 
Posts: 520
Joined: Sun Sep 18, 2005 4:24 am
Location: Miami, FL

Re: Servoy 5.1.3

Postby Sjoerd » Thu May 27, 2010 12:06 pm

I am testing Servoy 5.1.3. on this moment.

I have a problem with the Desktop Icon creation. On windows XP, Vista etc. it is working OK.
On Mac OSX Leopard and Snow Leopard it doesn't work anymore. Version 5.1.1 was working OK.
The icon-image of the Servoy-client is not displayed in the Servoy-Client. The JAVA-coffeecup is back again.
Also the desktop-icon is not created. The program is asking for the name and place to save the shortcut but it doesn't save??

Is this a problem in Servoy 5.1.3. ?

For checking the problem I did a clean install of Servoy 5.1.3. without changes. I have also updated the MacOS to the latest JAVA-version.
Still not working.


Signing of the JAR-files etc and the new JAVA-updates on Windows and MacOSX is the most work.
I don't like all the warnings and info boxes of the signing of a program. Users don't like this kind of messages when they need to reinstall the Servoy Client.
I have seen in the forum more complaints about the signing problems.
This is a JAVA case and not Servoy but maybe we can make a solution with signing of the complete software with one SSL certificate.
Is it possible to sign the JAR files with the keystore file of Servoy? Maybe new or updated plugins can be signed automatically with the servoy_updater.
Otherwise all plugin and bean developers must use the same SSL certificate for signing.


Regards,

Sjoerd Hannema
Sjoerd
 
Posts: 12
Joined: Wed Feb 14, 2007 10:03 pm
Location: Leeuwarden - Netherlands

Re: Servoy 5.1.3

Postby jcompagner » Thu May 27, 2010 12:11 pm

as far as i know there are no changes in the shortcut creation.
Does 5.1.1 and 5.1.3 on the exact same mac with the exact same java version do display different behaviors?

There is already a forum post that holds a small tool/java app where you can sign everything with 1 certificate.

viewtopic.php?f=15&t=14188&st=0&sk=t&sd=a#p74828
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.1.3

Postby Sjoerd » Thu May 27, 2010 2:03 pm

I have checked some things:

I have installed a clean Servoy 5.1.2. application server - This version is creating the desktop shortcut and images on the MacOSX - with latest JAVA 6 - 20.

The clean Servoy 5.1.3. application server is not deploying the image icon and desktop shortcut. Servoy is starting up well without errors but no shortcut on the desktop and no icon in the dock.

Something has been changed in this between 5.1.2. and 5.1.3. ???


I have checked the downloaded servoy_client.jnlp. No much differences between 5.1.2 and 5.1.3.
Differences:
5.1.3. is:
<j2se version="1.5+" java-vm-args="-XX:SoftRefLRUPolicyMSPerMB=3600000" />
<j2se version="1.6+" java-vm-args="-XX:SoftRefLRUPolicyMSPerMB=3600000" />

5.1.2.:
<j2se version="1.5+" />
<j2se version="1.6+" />
<property name="apple.laf.useScreenMenuBar" value="true"/>



Regards,

Sjoerd Hannema
Sjoerd
 
Posts: 12
Joined: Wed Feb 14, 2007 10:03 pm
Location: Leeuwarden - Netherlands

Re: Servoy 5.1.3

Postby rafig » Thu May 27, 2010 2:42 pm

URGENT!!!
I think in the 'bug fixing' for some of the editable/read only stuff, you have messed something else up.
----
[fix] 285464 Editable combobox isn’t editable when the form is set to readonly = false
[fix] 288952, 292348 Form datetime var and find mode error
[fix] 289232 Error when clicking on the calendar icon for date fields in find mode.
----
I have a system that we are trying to go live with TODAY that I set up the new live server using 5.1.3.(All previous testing etc. was 5.1.0. I went to 5.1.3 as [fix] 288480 replaceSelectedText not working correctly in RTF area was for this client!!)
On forms that have most of the fields set to 'non-editable' (i.e. property 'Editable' is not checked), before 5.1.3 if I went into 'Find' mode, I could click into those fields to enter search values. Now in 5.1.3 I can't!!!
So far we might be able to get by as I have a separate search screen to find on a Patient Number, but this MUST BE FIXED!
Has no one else found this?
Thanks,
Rafi
rafig
 
Posts: 704
Joined: Mon Dec 22, 2003 12:58 pm
Location: Watford, UK

Re: Servoy 5.1.3

Postby jcompagner » Thu May 27, 2010 3:17 pm

Sjoerd wrote:The clean Servoy 5.1.3. application server is not deploying the image icon and desktop shortcut. Servoy is starting up well without errors but no shortcut on the desktop and no icon in the dock.


we tracked down the problem and it was already fixed for 5.1.4
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.1.3

Postby Gabi Boros » Thu May 27, 2010 4:13 pm

[quote="rafig"]URGENT!!!
I think in the 'bug fixing' for some of the editable/read only stuff, you have messed something else up.
----
[fix] 285464 Editable combobox isn’t editable when the form is set to readonly = false
[fix] 288952, 292348 Form datetime var and find mode error
[fix] 289232 Error when clicking on the calendar icon for date fields in find mode.
----
I have a system that we are trying to go live with TODAY that I set up the new live server using 5.1.3.(All previous testing etc. was 5.1.0. I went to 5.1.3 as [fix] 288480 replaceSelectedText not working correctly in RTF area was for this client!!)
On forms that have most of the fields set to 'non-editable' (i.e. property 'Editable' is not checked), before 5.1.3 if I went into 'Find' mode, I could click into those fields to enter search values. Now in 5.1.3 I can't!!!
So far we might be able to get by as I have a separate search screen to find on a Patient Number, but this MUST BE FIXED!
Has no one else found this?
Thanks,
Rafi[/quote]

the issue will be fixed in the upcoming release
Gabi Boros
 
Posts: 399
Joined: Tue Jun 26, 2007 4:03 pm
Location: Timisoara, Romania

Re: Servoy 5.1.3

Postby rafig » Thu May 27, 2010 4:36 pm

[quote="Gabi Boros"]the issue will be fixed in the upcoming release[/quote]

Thanks, but how can something as simple as that have 'got thru' ?

Rafi
rafig
 
Posts: 704
Joined: Mon Dec 22, 2003 12:58 pm
Location: Watford, UK

Re: Servoy 5.1.3

Postby MichelvGent » Tue Nov 02, 2010 10:06 am

[fix] 289444 ESC key (back to old text) not working in TEXT-AREA

When I have 2 text area fields on the same form and I hit esc on the last one, it will revert changes in that text area. But if I hit esc in the first text area, it will change the data with the data from the other text area.

Am I doing something wrong or is this a minor bug that came with this fix?
I do not know if the problem did exist in servoy 4.

Michel

Current version:
Version: 5.2.1 - build 999
MichelvGent
 
Posts: 28
Joined: Tue Mar 09, 2010 2:21 pm

Re: Servoy 5.1.3

Postby Jan Blok » Tue Nov 02, 2010 11:22 am

We re-opened the case
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 5.1.3

Postby MichelvGent » Tue Nov 02, 2010 11:26 am

Thanks for the fast reply :D
MichelvGent
 
Posts: 28
Joined: Tue Mar 09, 2010 2:21 pm

Re: Servoy 5.1.3

Postby MichelvGent » Thu Nov 11, 2010 9:12 am

Jan,

Since this was not our case, I can't see the status for it.
Could you keep me posted?
MichelvGent
 
Posts: 28
Joined: Tue Mar 09, 2010 2:21 pm

Re: Servoy 5.1.3

Postby jasantana » Thu Nov 11, 2010 12:13 pm

Is this http://forum.servoy.com/viewtopic.php?f ... 190#p81374 solved in version 5.1.3 ?

Thanks.
Best regards,
Juan Antonio Santana Medina
jasantana@nephos-solutions.co.uk
Servoy MVP 2015
Servoy 6.x - Servoy 7.x - Servoy 8.x - MySQL - PostgreSQL - Visual Foxpro 9
User avatar
jasantana
 
Posts: 555
Joined: Tue Aug 10, 2010 11:40 am
Location: Leeds - West Yorkshire - United Kingdom

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: Bing [Bot] and 15 guests