Page 1 of 1

AutoSize oSay

Posted: Wed Dec 12, 2007 9:27 pm
by Otto
Is there an autosize property in the say object?
Thanks in advance
Otto

Re: AutoSize oSay

Posted: Wed Dec 12, 2007 10:33 pm
by Enrico Maria Giordano
If you omit the SIZE clause then the SAY object is autosize.

EMG

Posted: Thu Dec 13, 2007 7:00 am
by Otto
How can I do this with workshop?
regards,
Otto

Posted: Thu Dec 13, 2007 12:58 pm
by Enrico Maria Giordano
You have to calculate the width of the text using GetTextWidth() function and then to use the Move() method to resize the SAY object.

EMG