My simple catalog scripts stopped working in last betas?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kartal
Posts: 208
Joined: 14 Aug 2008 18:06

My simple catalog scripts stopped working in last betas?

Post 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

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

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

Post 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

"//

kartal
Posts: 208
Joined: 14 Aug 2008 18:06

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

Post by kartal »

I do not know it was based on a forum suggestion I believe. It was working fine until yesterday.

kartal
Posts: 208
Joined: 14 Aug 2008 18:06

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

Post by kartal »

btw having that or not having that does not make much difference I get the same error.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

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

Post 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;

kartal
Posts: 208
Joined: 14 Aug 2008 18:06

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

Post by kartal »

This is what I get. I am on v7.90.0143
To see the attached files, you need to log into the forum.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

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

Post 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"?

kartal
Posts: 208
Joined: 14 Aug 2008 18:06

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

Post 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.

Post Reply