Oh, you are right, thank you! Didn't tried because I thought it applies only to certain elements.
But anyway scroll functional is needed. Also i can't figure out why button on text is not clickableIt should work but its not...
Community entity UI
Discussion in 'Rust Development' started by ShadowEvil, Jun 5, 2015.
-
I didn't have time to test yet but has the UI issue where button text are not being displayed been fixed?
-
Back to UI development and bumping thread.
A small question to those who has developed some sort of worthy UI.
How are you guys align elements so nicely and precisely? -
How is the state of simplifieing of the feature?
-
Does someone know how to use the current UI styles/icons etc?
-
-
Well I made an extension for the UI to be more flexible and a lot easier but since the common naming bug has not been fix, I stopped working on the extension. It's actually fully functional with a built-in system to remove the client UI on a specified time. (useful for displaying a notification message)...
-
The naming bug is really annoying, but there is a temporary compromise. -
Sorry let me rephrase my question: Does someone know how to use the Rust icons/panels/styles etc? I just want to reconstruct the current GUI with some modifications.
-
how would you draw like a dot?
-
Code:
Brush aBrush =(Brush)Brushes.Black; Graphics g =this.CreateGraphics();g.FillRectangle(aBrush, x, y,1,1);
-
-
Someone wants to erase his permanent pen dot on his screen lol
-
Anyways. How do I draw a canvas? :c -
-
[DOUBLEPOST=1436548203][/DOUBLEPOST]Code:{ ""type"":""RectTransform"", ""anchormin"": ""0.07 0.91"", ""anchormax"": ""0.93 0.98"" }
-
-
If i'm not wrong... (but u can test it) -
-
Okay so I decided that I will fix up the extension of mine this coming week and then release it for you all to toy with it and see what can be improved/added.
I basically converted the whole position/sizing of the UI into a more flexible system that works very similar to how Unity GUI works. (Having a x start position, y start position, the width and height of it.)... the RectTransform system was the one thing that took the longest to perfect since it works in such a weird way.