Hi,
I have created a main dll which in turn loads other dll (plugin) files dynamically. Every plugin contains a form and by itself loads a style (isl file). However, when the plugin form is shown, it completely ignores the loaded style. I also tried to load the style in the main dll but to no effect. Any ideas?
Thank you.
I am sorry for the late reply. I managed to get it working by loading the .isl file from within every single plugin form. This means that I need to change all 100 or so plugin forms, but that will work. Thanks for your help.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
What I could suggest you is to use StyleLibraryName of Infragistics components, which allows you to specify which exactly library this component should use to be styled. Please see attached sample.
I hope that this will helps you.
I use styles a lot within forms. Just load the .isl file and it works. No issues normally. The situation is this: I have a main.dll and a plugin.dll. The plugin.dll has a public 'show' function which shows a form with a certain style. This style (isl file) is loaded by plugin.dll.Now, when I reference the plugin.dll from main.dll and then call the 'show' function, the form (from plugin.dll) is shown but it is not using the style. I hope my explanation is somewhat better now. :-)
Thanks.
Could you please clarify what the ultimate goal is. As far as I understand you want each assemblies to be stayed with its own isl. Do I got your point properly ?
I am waiting for your feedback.