On 3/6/01 2:48 AM, "Mark R. Jonkman" <[EMAIL PROTECTED]> wrote:

> Try setting the rect of the member and not the sprite for text members.. me
> thinks me remember something along that line but I'm too tired to test the
> theory.


Fixes the width but the height is still being unruly:

sprite(6).member.filename = gScrhtmlStub &
gDepositoriesIndex[4].factual_table


put sprite(6).rect
-- rect(24, 311, 540, 876)
put sprite(6).member.rect
-- rect(0, 0, 500, 852)
sprite(6).member.rect = rect(0,0, 688, 232)    < -----
-- fixes the width but the height is still wrong

put sprite(6).member.rect
-- rect(0, 0, 688, 828)              <--------------!
put sprite(6).rect
-- rect(24, 311, 728, 876)
sprite(6).rect[4]=543
put sprite(6).rect
-- rect(24, 311, 728, 876)


[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