guys, thnkx for the feedback.
I still hope there will be a fix for this issue at some point.
From what I understand my colleague will try to write a separate start-up file for his installation.
Hope that will keep him working!
guys, thnkx for the feedback.
I still hope there will be a fix for this issue at some point.
From what I understand my colleague will try to write a separate start-up file for his installation.
Hope that will keep him working!
mboegem:
and there’s no way to automate the delete action when executing the client?
or at least create some kind of cleanup button for our fellow Mac users?
I have created an Automator action that deletes the file and then starts Servoy. I should say that now that blank screen doesn’t appear any more, or maybe just once every hundred restarts. If you are interested in this Automator Action, please let me know.
Hi Rioba,
I would love to test your automator action. Can you maybe post it to the forum?
Hi Marcel,
I enclose the Automator Action (Servoy Automator) as a zip file. As you will see I have also made a custom icon combining the Servoy icon with the Automator one so it can be easily recognized on the dock or the desktop.
After unzipping you must change 2 lines in the file “document.wflow” inside the application package. These are the steps:
a) right click on the “Servoy Automator” application and select “Show Package Contents”;
b) using a text editor (such as BBEdit, TextWrangler, Smultron, Editra, aso) search the following text (it starts at line 51)
<array>
<string>~/Servoy 5.2/servoy_workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/globals.js.launch</string>
</array>
and modify the text between and for the path to the “globals.js.launch” file on your disk (you could just change the string “~/Servoy 5.2/servoy_workspace/” to path of your Eclipse workspace folder)
c) do the same for the string (at line 325)
<dict>
<key>appPath</key>
<string>~/Servoy 5.2/developer/servoy.app</string>
</dict>
Change the text enclosed in to the path of the Servoy application. Here too it would suffice to change the string “~/Servoy 5.2/” to the location of you Servoy developer folder.
I am not sure (I have used this application on my computer only), but it may be necessary to change the Servoy Automator privileges (cmd-i on the application icon and set the administrator name with read & write privileges)
Servoy Automator.zip (73.3 KB)
Hi Rioba,
I will check this out one of these days. Looks good
Thank you for this!
Hmm, the rights are ok but the automator remains active after starting it and when closing Servoy the automator starts it up a second time with a dialog saying that the action ‘Launch Application’ encountered a problem.
I will investigate this later. I have done quite a few applescripts but never an automator so it could take some time…
I checked the script and I can’t find any reason for this behavior. On my computer it works ok. I have tested it in Mac OS X 10.5 and 10.6.
Hi Rioba,
No problem, I will figure it out and let you know
I am already happy with the script so that I have a starting point…