Quote:
Originally Posted by projectigi
actually its styled? o.o
|
Then, the way you have it set up makes it very hard to read.
Quote:
if you mean commenting then
having a guiscrollctrl with a text inside
the guiscrollctrl should be wide enough to show all of the text but maximum 200 px, if the text is longer it should be wrapped
so i'm trying to set the guiscrollctrl size to the mltextctrlsize
|
Maybe try something like gettextwidth() to get the text width, and then use that to calculate the size?