# No! Thís is thé dumbest question ever: resizing texfields

**URL:** https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763
**Category:** flash
**Created:** [September 19, 2004, 7:12pm UTC](https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763 "2004-09-19T19:12:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RedSox](https://avatars.discourse-cdn.com/v4/letter/r/e95f7d/32.png) [@RedSox](https://forum.kirupa.com/u/RedSox)
#### Post date: [September 19, 2004, 7:12pm UTC](https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763/1 "2004-09-19T19:12:47Z")

</div>

😉

I’ve been working on some various sized dynamic textfields. I have done the smallest field first (they’re inside a mc), I duplicate the mc…open it, select the textfield and change the dimensions in the info panel.

BUT for some reason not only the dimensions of the field has changed but also the font has changed - the settings are exactly the same. (\_sans, 12 px, dynamic textfield, alias text).

The strange thing is, it doesn’t appear to be all the time when I resize the textfields. So I must have done something differently along the way & can’t see what I’m doing wrong! It’s driving me nuts!

So: What is the good way to resize a text field without changing the font inside it ?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 19, 2004, 7:14pm UTC](https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763/2 "2004-09-19T19:14:51Z")

</div>

Oh, and YES I know I can 2x click the text field and drag the little square on the bottom right to resize it without changing the font, BUT that’s not what I mean: I want to change it to a certain specific size, not just drag & hope it’ll be okay.

Really annoying - thanks 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 20, 2004, 6:10am UTC](https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763/3 "2004-09-20T06:10:44Z")

</div>

> [@RedSox](#):
>
> Oh, and YES I know I can 2x click the text field and drag the little square on the bottom right to resize it without changing the font, BUT that’s not what I mean: I want to change it to a certain specific size, not just drag & hope it’ll be okay.
> 
> Really annoying - thanks 🙂

Hi, 🐇

No need to annoying. Look for TextField.class in Flash Help.  
You can make your textFields width dynamic without affecting your font size and style. 🙂

TextField.\_width - helps u to set the width u need to keep for ur textField.  
TextField.\_autoSize - as the name says makes the size auto as per the content in it.

* * *

aShIsH

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 20, 2004, 1:06pm UTC](https://forum.kirupa.com/t/no-this-is-the-dumbest-question-ever-resizing-texfields/64763/4 "2004-09-20T13:06:28Z")

</div>

Ah, perfect, I was so confused about the type tool and resize tool that I forgot to do it programatically, thanks 🙂
