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 accu

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/ _

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

2006-05-26 Thread Steven Sacks
> > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Duncan > Reid > Sent: Friday, May 26, 2006 4:15 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] problems with dynamic text field autosize > pro

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

2006-05-26 Thread Scott Brantley
nt: 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, Scott Brantley

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 catchin