how are you starting the server? by servoy_server.bat?
I had the same issue there today.
When I started the by servoy_developer.bat everything was working fine.
how are you starting the server? by servoy_server.bat?
I had the same issue there today.
When I started the by servoy_developer.bat everything was working fine.
No, I haven’t tried Server yet - just working on Developer. Strange that you had the same problem but opposite symptoms.
Will test with server.bat later
Thanks
Graham
Again a great accomplishment Servoyians! Excellent work and I love using the Multi Developer!
Now tested - Localhost & WebClient work fine with Server - but the processes are killed when Developer started
Graham
Hi Guys,
I just updated to 3.1 final from 3.1.rc1 and now my app is not displaying correct format for date fields after a find. I am using mysql and before a find the date fields are formatted mm/dd/yyyy, and display correctly i.e. 11/20/2005. Once I do a find, the date fields display the data directly from the database i.e. 2006-10-05 13:02:01.0 and the only way I can get the format back is to go into design mode and back out again.
Anyone else seeing this?
Thanks
Graham
[enh] application.closeSolution(…) accepts solution name and method+params (to start another solution after close)
I’m not having much luck getting this to work in Developer.
application.closeSolution("MySolution")
will close the solution, but doesn’t open MySolution until I click on the Open Solution icon. Then I instantly see ‘Loading Solution MySolution’ in the staus area, and it loads. Is this necessary? Shouldn’t it just load without clicking on the icon?
Assistance/clarification appreciated.
gmountain:
Hi Guys,
I just updated to 3.1 final from 3.1.rc1 and now my app is not displaying correct format for date fields after a find. I am using mysql and before a find the date fields are formatted mm/dd/yyyy, and display correctly i.e. 11/20/2005. Once I do a find, the date fields display the data directly from the database i.e. 2006-10-05 13:02:01.0 and the only way I can get the format back is to go into design mode and back out again.Anyone else seeing this?
Thanks
Graham
I get this in version 3.02.
In V3.1 some tool tips now have the text ‘-Enter’ at the end
Changing the tooltip text to HTML leaves trailling blank space
THis only seems to affect existing tooltips from earlier versions. New TTs appear normally. Editing an old tool tip doesn’t seem to fix the problem.
Hi,
I have upgraded the servoy to 3.1
Now I am getting the message “unregistered version…”
Servoy pops up this message after 1 hour.
In the Application Preferences → License dialog, I am getting “Code OK”
I am not sure why I am getting this. I guess I still have the subscription.
You have to fill in the new registrations keys for 3.x
antonio:
[enh] application.closeSolution(…) accepts solution name and method+params (to start another solution after close)
I’m not having much luck getting this to work in Developer.
application.closeSolution("MySolution")
will close the solution, but doesn’t open MySolution until I click on the Open Solution icon. Then I instantly see ‘Loading Solution MySolution’ in the staus area, and it loads. Is this necessary? Shouldn’t it just load without clicking on the icon?
please test in client, the developer the bahaviour is little different.
faheemhameed:
Hi,I have upgraded the servoy to 3.1
Now I am getting the message “unregistered version…”
Servoy pops up this message after 1 hour.In the Application Preferences → License dialog, I am getting “Code OK”
I am not sure why I am getting this. I guess I still have the subscription.
Are you sure you do not have other license keys in the servoy.properties, when running developer?
antonio:
In V3.1 some tool tips now have the text ‘-Enter’ at the end
Changing the tooltip text to HTML leaves trailling blank space
THis only seems to affect existing tooltips from earlier versions. New TTs appear normally. Editing an old tool tip doesn’t seem to fix the problem.
Please submit a case (with a sample) in our support system http://crm.servoy.com/servoy-webclient/ … oy_support (since we are unable te reproduce this)
faheemhameed wrote:
Hi,I have upgraded the servoy to 3.1
Now I am getting the message “unregistered version…”
Servoy pops up this message after 1 hour.In the Application Preferences → License dialog, I am getting “Code OK”
I am not sure why I am getting this. I guess I still have the subscription.
Are you sure you do not have other license keys in the servoy.properties, when running developer?
I am not getting the message any more. Thanks!
I’m not having much luck getting this to work in Developer.
Code:
application.closeSolution(“MySolution”)will close the solution, but doesn’t open MySolution until I click on the Open Solution icon. Then I instantly see ‘Loading Solution MySolution’ in the staus area, and it loads. Is this necessary? Shouldn’t it just load without clicking on the icon?
In the smart client it was not correctly working. This will be fixed in 3.1.1+
I just updated to 3.1 final from 3.1.rc1 and now my app is not displaying correct format for date fields after a find. I am using mysql and before a find the date fields are formatted mm/dd/yyyy, and display correctly i.e. 11/20/2005. Once I do a find, the date fields display the data directly from the database i.e. 2006-10-05 13:02:01.0 and the only way I can get the format back is to go into design mode and back out again.
i can’t reproduce this (i tried it in tableview and record view) but the format string is always set back when the search is finished.
Can you make a case with a sample solution?
Jan Blok:
antonio:
I’m not having much luck getting this to work in Developer.please test in client, the developer the bahaviour is little different.
Jan, I need it to work in Developer too - I am using Servoy Offline!
Hi all,
We had to do a bit of work getting our 2.2.4 solutions working in 3.0.x.
Does anyone have experiences to share about moving to 3.1?
What are the advantages?
Any changes/issues to watch out for?
swingman:
Hi all,Any changes/issues to watch out for?
Look out the GetMethodTriggerElementName and GetMethodTriggerFormName: their behaviour is less forgiving.
Riccardino:
Look out the GetMethodTriggerElementName and GetMethodTriggerFormName: their behaviour is less forgiving.
Thanks Riccardo, this is just the kind of info I’m after. I do get occasional warnings about these in the logs already, that GetMethodTriggerElementName/GetMethodTriggerFormName are empty and it should never happen. This is possibly because I re-use methods in different contexts.
My main problem 2.2.4 → 3.0.x was scripts attached to onDataChange/onSave would sometimes create infinite loops in 3.0.x. Had some scrips to clean up text before saving in an old version of mySQL used by my main web host.
Also, a design issue, if you build an screen for users to create something manually, you can’t necessarily reuse those scripts to auto-create without the form being visible. When no record shows, the foundsets of related tabpanels don’t behave the same way since they don’t know which record they are supposed to be attached to.
So, I have had to make special forms for creating and manipulating records in the background which have independendent foundsets to get around this.