Normal
If there is no need for GUI window why don't you consider changing to process plugin?There is also a way to programmatically define components like this:[SkinControlAttribute]GUIButtonControl btn = new GUIButtonControl(constructor arguments)..I'm not sure if you can skip XML file all together but take a look at Init method and set the result to true without loading any XML..
If there is no need for GUI window why don't you consider changing to process plugin?
There is also a way to programmatically define components like this:
[SkinControlAttribute]
GUIButtonControl btn = new GUIButtonControl(constructor arguments)..
I'm not sure if you can skip XML file all together but take a look at Init method and set the result to true without loading any XML..