1

Topic: BeforeRPC event not firing (MCFileManager.NET)

i'm working with the .NET version of MCFileManager (version 3.1.0.4) and noticed that rpc/rpc.aspx is not dispatching the BeforeRPC event; as a result, the OnBeforeRPC event in my custom plugin is not firing.

I've fixed this in my local copy by adding to following line (immediately after the Init event is dispatched):

man.DispatchEvent(EventType.BeforeRPC, method, args);

2

Re: BeforeRPC event not firing (MCFileManager.NET)

Thanks for pointing this out. I've fixed this now in the SVN so it will be included in the next release.

Best regards,
Spocke - Main developer of TinyMCE