Reply to thread

Hi,

 

I am using controls (Windows.Forms) in GUIWindows. The only way I can get to the form is via GUIContext.form which given its lower casing I assume is not the best way :)

 

How should non GUIControl controls get added to a GUI Window in a safe way. I have been playing with it but occasionally I get MP locking up completely when moving back windows and also the remote/ arrow keys stop responding so focus is lost somewhere. I have looked at the debug level in the logs but not much is coming out so next step is building the entire things and debugging, something I was hoping not to have to do for a plugin.

 

Anybody know of examples?


Top Bottom