Page 2 of 2

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 1:34 pm
by jcompagner
i tried you exact html (but with different image) and that still works for me just fine.

If you look in the source is the html code really escaped?

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 1:51 pm
by rossent
jcompagner wrote:i tried you exact html (but with different image) and that still works for me just fine.

If you look in the source is the html code really escaped?


Yes, the HTML code was escaped to underline the mnemonic letter. Clearing the mnemonic property of that label resolved the issue. In other words, when using a mnemonic letter for a label, the label text cannot contain HTML if the solution will be used in Web Client.

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 3:15 pm
by jcompagner
rossent wrote:

Yes, the HTML code was escaped to underline the mnemonic letter. Clearing the mnemonic property of that label resolved the issue. In other words, when using a mnemonic letter for a label, the label text cannot contain HTML if the solution will be used in Web Client.


thats weird then, if i just set the mnemonic property on my label it see the html code for that but still the html is not escaped. Is it purely a label?

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 3:24 pm
by rossent
jcompagner wrote:thats weird then, if i just set the mnemonic property on my label it see the html code for that but still the html is not escaped. Is it purely a label?


The label does have an onAction event callback assigned, so you can think of it as a button, but does not have the showFocus set to true, so it is not really a button. Just a label on which the user can click to perform an action.

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 5:26 pm
by jcompagner
that last part doesn't matter to much i think at least for me. The thing is the mnemonic because we are trying to generate some html for that mnemonic and we do that by searching for the mnemonic char in the html...
Problem is then ofcourse what part is pure text? So i will disable this for html labels.

Re: Servoy 6.0 rc 3

PostPosted: Wed Jul 13, 2011 7:34 pm
by rafig
Hi,
I might be being stupid, but for the first time ever, I tried using this new installer to just install Servoy Application Server and the bundled Postgres database.
It seems to have installed SAS & Postgres, but I can only see a service for Servoy, not Postgres.
How do I get a Postgres database server service running to make databases available to connect to? (I am not at all familiar with setting up Postgres, just using it in my local Servoy Developer instance)
Thanks

Rafi

Re: Servoy 6.0 rc 3

PostPosted: Thu Jul 14, 2011 9:50 am
by Jan Blok
You did see and run the dedicated postgress installer? during the servoy install?

Re: Servoy 6.0 rc 3

PostPosted: Thu Jul 14, 2011 10:05 am
by rafig
Hi Jan,
Jan Blok wrote:You did see and run the dedicated postgress installer? during the servoy install?

I did and I chose the bundled version as I thought it would be quicker and easier.
Should I have chosen to download the 'full' version?
Thanks

Rafi

Re: Servoy 6.0 rc 3

PostPosted: Thu Jul 14, 2011 10:46 am
by ROCLASI
Hi Rafi,

When you use the bundled version for Server deployments then you need to set it up as a service yourself. Therefor it's easier to use the EnterpriseDB (EDB) installer (which is the other option) that does all that for you.
Also the EDB installer sets PostgreSQL up in a very secure manner (runs under postgres system user, etc.).

Re: Servoy 6.0 rc 3

PostPosted: Thu Jul 14, 2011 1:02 pm
by mboegem
I'm trying to do a fresh developer install of rc3 under macOSX (10.6.8 ), but unfortunately the install ends with an error 'invalid type code: 03'
PG is already running, during install I'm able to succesfully connect to the (Existing) DB.

Any idea what is wrong here?

Re: Servoy 6.0 rc 3

PostPosted: Mon Jul 18, 2011 10:41 am
by rossent
rossent wrote:Hi Servoy,

I am seeing a lot of these errors in my Server Log after updating to RC3:

Code: Select all
2011-07-13 10:10    Worker-5    ERROR    com.servoy.j2db.util.Debug    Index found on non-existent column 'null'?
2011-07-13 10:09    main    ERROR    com.servoy.j2db.util.Debug    Index found on non-existent column 'null'?
2011-07-13 10:09    main    ERROR    com.servoy.j2db.util.Debug    Index found on non-existent column 'null'?
2011-07-13 10:09    DLTK indexing    ERROR    com.servoy.j2db.util.Debug    Index found on non-existent column 'null'?


What is causing this and what needs to be done to fix that? The server log is basically flooded with these...


Any update on this?

Re: Servoy 6.0 rc 3

PostPosted: Mon Jul 18, 2011 10:44 am
by jcompagner
that should be fixed in the next RC

Re: Servoy 6.0 rc 3

PostPosted: Mon Jul 18, 2011 11:55 am
by rafig
Hi Robert,
ROCLASI wrote:Hi Rafi,

When you use the bundled version for Server deployments then you need to set it up as a service yourself. Therefor it's easier to use the EnterpriseDB (EDB) installer (which is the other option) that does all that for you.
Also the EDB installer sets PostgreSQL up in a very secure manner (runs under postgres system user, etc.).

Thanks, I thought it might be that & so was going to try that next time I am at client (hopefully sometime this week...)
Thanks

Rafi

Re: Servoy 6.0 rc 3

PostPosted: Mon Jul 18, 2011 4:04 pm
by Javier.Valencia
Is drag n drop working on 6.0 rc 3?
- I've tried the sample from viewtopic.php?f=22&t=13507
It works fine on 5 but the drop events do not fire on this version
- It is also happening with my own solution that works fine on 5.2.7 web-client but it doesn't on 6.0 rc 3
Thanks!

Re: Servoy 6.0 rc 3

PostPosted: Mon Jul 18, 2011 4:39 pm
by Gabi Boros
this is fixed in the next rc

Javier.Valencia wrote:Is drag n drop working on 6.0 rc 3?
- I've tried the sample from viewtopic.php?f=22&t=13507
It works fine on 5 but the drop events do not fire on this version
- It is also happening with my own solution that works fine on 5.2.7 web-client but it doesn't on 6.0 rc 3
Thanks!