> I have a problem preserving the text field size after executing
> ImportFileInto. In Cast member preferences I pointed to "Scrolling" (I
> really need it, as many imported documents are rather long). When I execute
> the ImportFileInto, the field is being resized and does not fit into the
> movie window. Can anyone help me solve this problem?

Hardcoded, but you can make it flexible:

  originalRect = member(1).rect
  importFileInto member(1), "PathName"
  member(1).rect = originalRect

-Kurt


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to