Why happen Topic error ; message id is not an integer
Klaus Major
klaus at major-k.de
Tue Sep 20 07:50:38 EDT 2005
Hello Supote,
> Dear sir,
> I want to know what happen of text error below. And I want to know
> how to solve this problem.
>
> executing at 10:18:21 AM
> Type cancel: message id is not an integer
> Object NextWeek
> Line Hint button id 2691 of card id 1002 of stack "Calendar
> Schedule111" of stack "E:/schedule fill day month label of
> groupweek.rev"
this indicates that this object (a button apparently) is causing an
error with its script:
button id 2691 of card id 1002 of stack "Calendar Schedule111" of .....
And that the script is trying to "CANCEL" a -> "pending message" (see
the docs for "pending message")
but is NOT supplying a correct ID number, which MUST be numeric!
Please check your script for this line:
....
cancel ...
...
Looks like you are providing a variable with "cancel" and the
variable does not contain
a correct ID NUMBER.
Hope this helps.
> Thank you very much.
> Best Regard
> Supote
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list