Thanks, Ori!
Ryan
Hello Ryan, Just to make sure, this is what you meant right? Regards, Ori Cohen Support Manager, the Visual WebGui team
Hi Ori -
Yes, Thanks for checking. That solution will be perfect.
Thanks again!
Hi Ryan,
I missed this thread and got to it through the issue that Ori opened. The idea you had to provide an interface that will resolve method names exists and it is called IContextMethodInvoker and the Visual WebGui context implements it. All you need to do is to cast the context to this interface and call the following method IContextMethodInvoker.GetMethodName(IRegisteredComponent objTarget, string strMember) which in order to get the VWG global service you will be able to use any registered component. In 6.4 you will need to register a component that has a skin that inherits from CommonSkin...
Hope that helps...
Guy
Excellent. Exactly what I needed.
Thank you very much, Guy.