Why have I seen multiple examples that seem to encourage that the signal-handler resources be stored into the data of a window, document, etc..?If I'm going to wire a "loaded" or "saved" handler for a document from its activate method, why shouldn't I just store the resource to a field on the object?
Dustin