Refresh form on Mac OS X 10.4

Hi,

I use MAC OS/X 10.4.7
I have the last version of JAVA and a I have a bug with the refresh of forms.

For example, on a form in designer and when I swith to preview, Nothing append (nothing in the screen).

Regards,

With your phrase ‘in designer’ do you just mean ‘in Developer’ or do you mean having a form in design mode?
Also do you mean with ‘preview’ the print preview?

If you mean design mode and print preview then you should know that you can’t switch from design mode to print preview.
Also when you are not in design mode then your print preview might be disabled as well when you have set the usePrintPreviewCmd form property to -none-.

Hope this helps.

I have experienced this on Mac OS X 10.4.6/7 with Java 1.5 and Servoy 2.2.5… Think I restarted Servoy and it went away.

With your phrase ‘in designer’ do you just mean ‘in Developer’ or do you mean having a form in design mode?
Also do you mean with ‘preview’ the print preview?

Sorry
‘in designer’ mean in a form design mode
And ‘preview’ mean the same form in utilisation mode (not in preview print)

I have experienced this on Mac OS X 10.4.6/7 with Java 1.5 and Servoy 2.2.5… Think I restarted Servoy and it went away.

When I restart servoy, I have always this problem :confused:

I had something like that when I had a dynamically built tabpanel on combination with an onload event. I dunno the details anymore.
Does this happen with all your solutions or only with one?

I have solve this problem

It was a textfield on my list view. this textfield displayed a calculation that returned a number. But in the code of this calculation, it was finally a text and not a number in return.

In this case, Servoy doesn’t return a error, but a bug on the refresh form.

Finally, I’ve always this problem.

It very difficult to develop with this:/
Sometimes my Editor windows become grey and I have to restart Servoy…