Page 1 of 1

Servoy Not Responding

PostPosted: Fri Mar 02, 2012 12:25 pm
by dpearce
I have a form in my solution and it seems that when i edit the js methods, i suddenly get a beach ball and Servoy becomes unresponsive.

I have deleted everything from the scripts and then pasted the script back in, but it keeps on doing this.

Is the file link to the form? it is a very complicated form, so I am loathe to delete and start again.

It appears that there must be some form of corruption in this file.

What is the best way to sort it out? it is making my developer unusable as it crashes every time I range a single character. It is limited to this one form.

When i duplicate the form i get the same issue though in the new duplicated js. the form itself on the GUI doesn't cause the problem when saving or editing.

David

Re: Servoy Not Responding

PostPosted: Fri Mar 02, 2012 12:56 pm
by Joas
I think the best way to find the problem is to narrow it down.
So first only paste the top half of the methods back in and see if you still get the problem, if not try the bottom half. And so on until you find which part of the code is the culprit.

Re: Servoy Not Responding

PostPosted: Fri Mar 02, 2012 1:47 pm
by dpearce
OK,

so it will be the code and not the underlying file structure i guess.

WIll do that and see what happens.