Ask a Question related to Macromedia Director Lingo, Design and Development.
-
blkli0n webforumsuser@macromedia.com #1
dynamically resize text field
Hi,
I need to be able to adjust my text fields during runtime an then export the height and width of my field to a text file.
example
sprite(165).width = my variable
sprite(165).height = my variable
This function only seams to work on members that are bitmaps or vector type not text fields.
Thanks,
Ben
blkli0n webforumsuser@macromedia.com Guest
-
resize live streams dynamically
Hello! I currently work on a supervision- and video-conference software with live-video based on flash player 8/9 and FMS2. For this purpose i... -
dynamically name text field
K here we go again I have a form, that gets a list of users and outputs there names, and salaries, with every user there is a text field to apply... -
resize text field on scale...
This seems to be a tricky subject... Well maybe not trick or hard but I sure haven't seen a good tutorial on it. This is the situation: I have... -
Dynamically resize the stage?
Is it possible to dynamically resize the stage area, if playing inside an HTML page? Thanks, CP -
resize browser & swf dynamically?
I have embedded a flash swf in a table in an html page. I'd like to resize the page for larger browser windows and have the flash resize dynamically... -
Rob Dillon #2
Re: dynamically resize text field
Hi Ben,
The width and height of a field or text sprite, or member, are
gettable, but not settable.
To change the width or height of a text or field sprite you need to set
the rect of the member. Set the framing property of the member to fixed
for best results.
--
Rob
_______
Rob Dillon
Team Macromedia
[url]http://www.ddg-designs.com[/url]
412-243-9119
[url]http://www.macromedia.com/software/trial/[/url]
Rob Dillon Guest



Reply With Quote

