Re: [Flashcoders] problems with dynamic text field autosize property

2006-05-27 Thread Duncan Reid
seems like thickness and sharpness don't effect too much but gridFitType definetely does, i'm glad you jumped into this conversation, never knew about that! dunc On 5/26/06, erixtekila [EMAIL PROTECTED] wrote: Use question.textHeight not question._height Are textHeight / textWidth

[Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Scott Brantley
Hi Everyone, I'm having a problem with the dynamic text field autosize property. The problem I'm having is that I'm not catching the correct height of the textfield directly after the textfield is filled with text. In other words, I create a dynamic textfield and give it a set width and then I

Re: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Duncan Reid
Hi Scott, I think it's one of those wait a frame type deals, either that or try question.textHeight. Dunc On 5/26/06, Scott Brantley [EMAIL PROTECTED] wrote: Hi Everyone, I'm having a problem with the dynamic text field autosize property. The problem I'm having is that I'm not catching

RE: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Scott Brantley
, May 26, 2006 4:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] problems with dynamic text field autosize property Hi Scott, I think it's one of those wait a frame type deals, either that or try question.textHeight. Dunc On 5/26/06, Scott Brantley [EMAIL PROTECTED] wrote: Hi

RE: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Steven Sacks
Of Duncan Reid Sent: Friday, May 26, 2006 4:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] problems with dynamic text field autosize property Hi Scott, I think it's one of those wait a frame type deals, either that or try question.textHeight. Dunc On 5/26/06

Re: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread erixtekila
Use question.textHeight not question._height Are textHeight / textWidth accurate when used in combinaison with FlashType's thickness, sharpness, gridFitType… It don't seems to evaluate the extra sizes correctly. --- erixtekila http://blog.v-i-a.net/