Normal
If its suppose to be a window plugin, you need a valid windowID (use one that's below 10000, and not currently used - see the enumeration in GUIWindow.cs for the currently allocated ones) and you also need to make sure the GetHome function in the ISetupForm interface returns values, e.g.I think you also need to implement the IShowPlugin interface.Sam
If its suppose to be a window plugin, you need a valid windowID (use one that's below 10000, and not currently used - see the enumeration in GUIWindow.cs for the currently allocated ones) and you also need to make sure the GetHome function in the ISetupForm interface returns values, e.g.
I think you also need to implement the IShowPlugin interface.
Sam