Page 1 of 1

My simple catalog scripts stopped working in last betas?

Posted: 24 Apr 2009 21:57
by kartal
Hi

I had couple small catalog scripts like these that were working fine until yesterday when I updated to latest beta. I am getting "stepping through script window" and telling me somthing like focus is resolved. IS there a way to fix this?

These were set to "goto location".

Code: Select all

"//
  focus "list";
  #1421;

thanks

Re: My simple catalog scripts stopped working in last betas?

Posted: 24 Apr 2009 23:08
by serendipity
kartal wrote:Hi

I had couple small catalog scripts like these that were working fine until yesterday when I updated to latest beta. I am getting "stepping through script window" and telling me somthing like focus is resolved. IS there a way to fix this?

These were set to "goto location".

Code: Select all

"//
  focus "list";
  #1421;

thanks
Why does your script start with this?

Code: Select all

"//

Re: My simple catalog scripts stopped working in last betas?

Posted: 24 Apr 2009 23:24
by kartal
I do not know it was based on a forum suggestion I believe. It was working fine until yesterday.

Re: My simple catalog scripts stopped working in last betas?

Posted: 24 Apr 2009 23:43
by kartal
btw having that or not having that does not make much difference I get the same error.

Re: My simple catalog scripts stopped working in last betas?

Posted: 25 Apr 2009 00:25
by serendipity
kartal wrote:btw having that or not having that does not make much difference I get the same error.
I just tried something similar and it works for me, what happens for you?

Code: Select all

//Focus list
  focus;
//Goto XY data
  #536;

Re: My simple catalog scripts stopped working in last betas?

Posted: 25 Apr 2009 00:29
by kartal
This is what I get. I am on v7.90.0143

Re: My simple catalog scripts stopped working in last betas?

Posted: 25 Apr 2009 01:01
by serendipity
kartal wrote:This is what I get. I am on v7.90.0143
Hmmm strange. Just asking the obvious, have you turned off "Step through scripts" from menu "scripting"?

Re: My simple catalog scripts stopped working in last betas?

Posted: 25 Apr 2009 01:12
by kartal
I guess it was obvious to you :) Strange but it was enabled for some reason. It was working until yesterday.

Thanks for the tip though.