Normal
Ok, I've just looked through the configuration source code, and it seems like you need to ensure that the GetWindowID method from ISetupForm returns a windowID that corresponds to one of the classes in your plugin that inherits from GUIWindow.Make sure you override the GetID method in the class that inherits from GUIWindow so that it returns a correct WindowID. Different windows should have different WindowIDs, but the one returned from the GetWindowID ISetupForm method has to match one of the windows.Sam
Ok, I've just looked through the configuration source code, and it seems like you need to ensure that the GetWindowID method from ISetupForm returns a windowID that corresponds to one of the classes in your plugin that inherits from GUIWindow.
Make sure you override the GetID method in the class that inherits from GUIWindow so that it returns a correct WindowID. Different windows should have different WindowIDs, but the one returned from the GetWindowID ISetupForm method has to match one of the windows.
Sam