Hi Trevor,
While debugging some of my handlers I turned to the message watcher to try and see what was going on.
Whenever I go to another card in my stack I see that the framework executes the following two handlers:
window_isManaged
window_isCardInit
Invariably following this there is either 1 or 2 "ThrowError" messages.
Looking at the handlers in question I placed a "put e" in the "window_isCardInit" handler.
it was #573, "Handler: can't find handler"
So I went back to have a look at "window_isCardInit" and the only handler being called is the function "sWindowsA".
I then did a global (all open stack files) search and came up with nothing.
I also manually opened every script I could find in the framework and still couldn't see it.
It seems this function doesn't exist.
The ThrowError messages do not seem to cause any problem but I am just wondering if this function is indeed missing, if it is required or perhaps has its name been changed and this line was missed.
Do I need to be concerned?
James