revSEObjectDeleted error SOLVED
Posted: Mon Feb 27, 2017 11:27 pm
Hi All,
I get a strange message error (for me) about this line of stack script
stack "stTextOmatic008": execution error at line 804 (Handler: can't find handler) near "revSEObjectDeleted", char 1
The error line is 330 of stack script
This happends with LC 8.1.3 (not with LC 7.06) when I open the stack but not when I send the message by message box
I tried foregroundColor instead TextColor
with an other error message
stack "stTextOmatic008": execution error at line 331 (Object: can't set object property), char 4
Thanks in advance for your light
Jean-Marc
I get a strange message error (for me) about this line of stack script
Code: Select all
set the outerglow["color"] of btn "bMyCursor" to the TextColor of fld "fText"
The error line is 330 of stack script
This happends with LC 8.1.3 (not with LC 7.06) when I open the stack but not when I send the message by message box
I tried foregroundColor instead TextColor
Code: Select all
set the outerglow["color"] of btn "bMyCursor" to the foregroundColor of fld "fText"
stack "stTextOmatic008": execution error at line 331 (Object: can't set object property), char 4
Thanks in advance for your light
Jean-Marc