On May 23, 2016 8:15:52 AM Paul Dupuis <[email protected]> wrote:

Does anyone have a compiled list of which messages need to be passed or
*should* be passed vs those that you do not have to concern yourself with?

There's no real rule about it, it all depends on the stack and it's own set of handlers. In some cases you want the message passed so that another handler can continue to process the message, and in other cases you don't want to do that because further processing isn't wanted or needed. And if there aren't any other handlers in the message path that process the message then it doesn't matter if you pass it or not.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com



_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to