I don't think the events are relevant in this instance. what if you create a copy of the component and make all methods private (don't share with host) ?
would you still get the error? if the error stops, you know that a shared method is being invoked. in that case, you can add a trace at the top of every public method. again, using a copy, just to investigate what's going on. > I can not figure out what is running, and whatever is running, I can't > interrupt (debugger) ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

