Wish Layout error message

MikeH

Well-Known Member
Licensed User
Longtime User
Is it possible to add the error line number to this message?
Maybe even a link to jump to that line?

1638305919111.png


Thank you Erel, as always.
Mike.
 

Star-Dust

Expert
Licensed User
Longtime User
This error is not in a line of code that's why there is no line number.
The error is in the design script in the layout, you probably entered a so and to align a view you then deleted it
 

MikeH

Well-Known Member
Licensed User
Longtime User
This error is not in a line of code that's why there is no line number.
The error is in the design script in the layout, you probably entered a so and to align a view you then deleted it
Yes, thanks, I am aware of that. The designer script has line numbers, thats what I'm referring to. In this case it was at line 40 of 138. Yes, was my luck to start searching backwards from 138 :(
 

Star-Dust

Expert
Licensed User
Longtime User
Yes, thanks, I am aware of that. The designer script has line numbers, thats what I'm referring to. In this case it was at line 40 of 138. Yes, was my luck to start searching backwards from 138 :(
a very long script indeed. Never ran a script more than 10 lines
 
Top