↧
Adding different features to different GUI Windows...
I currently have 2 GUI Windows. I want to make one have a label and the other have a button.Here is the script I'm using:(found off a tutorial)var windowRect0 = Rect (20, 20, 120, 50); var windowRect1...
View ArticleGetWindowWithRect from JS to C# not work?
Hi every body, I got this problem: I'm trying to make a floating window fixed size with C#, already made one with JS, something like this: // JavaScript MYWindow EditorWindow static function Init() {...
View Articlewindow black content when resizing
How is it posible to "refresh", so to speak, the contents of a window when resizing it. It is only getting rendered correctly when windows resizing is released, but until then it shows a black...
View Article