Refresh form on Mac

Hello,

I’ve regulary problems with the refresh on my editor window on Servoy’s developer.

When I have this problem, I can only restart the application. Resize, close and open change nothing. It’s not really confortable to develop and restart application every 5 minutes :confused:

I develop on :

  • MAC Os X verssion 10.4.8
  • Servoy 3.0.2
  • Java Web start 11.4.2 (for JDK 1.4.2)
  • Java cache Viewer 11.4.2 (for J2SE 5.0)

This is a screenshot of my editor window:
http://aeiasso.free.fr/capture_bug.tiff

Kinds regards,

Hi, I think I have seen something similar on an earlier version of Servoy -

In my case it was caused by my buggy scripts triggered by events and interacting in some unexpected way. Could also by bad calculations.

Check your log files… try commenting out parts of scripts to see if problem stops.

Check your log files… try commenting out parts of scripts to see if problem stops.

Ok. Where can I find log files?

On the mac they are preceded by a point. ‘.log.txt’

It can be found in your Servoy root folder. I use SubEthaEdit to open it but you can use pico or the likes as well of course.

Ok thanks

I don’t know if it’s link to this errors but just when I launch Servoy Developper, I obtain this servoy logs

http://aeiasso.free.fr/servoy_log.txt

Hi,

I think I solve my problem.

I work on postgres and MAC OS X. So when I install Postgres, the application create a ‘postgres’ user.

But I’m develop on another user on MAC OS X. When I use ‘postgres’ user, I work fine.

Hi, you can develop any any Mac OS X user account and connect to your PostgreSQL using the default “postgres” user.

If you’d like another user, create one in pgAdmin and grant the new user the necessary rights to the relevant databases.

In Servoy Developer, change the database preferences to log on using that user. You can also edit the servoy.properties files in any text editor and restart servoy developer afterwards. Make a backup first in case something goes wrong.