Thank you ever so much - that works a dream

Cheers

Paul

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Devendran
I
Sent: 02 December 2005 11:40
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Hide scrollbar until enough text to require
it(UIScrollbar)


Hi,

  After assigning text to the Text box check this

  if(myText_txt.maxscroll>1){
        myScrollBar._visible = true;
  }else{
        myScrollBar._visible = false;
  }

  i hope this will help u.

  Regards
  Devendran


Paul Steven <[EMAIL PROTECTED]> wrote:
  When I include the UIScrollbar in my flash movie, the bar element appears
even when there is no text yet in the input text area and unfortunately it
isn't that pretty on its own.

So I would like this not to appear until there is enough text to justify its
appearance. The arrows do not appear until such time.

Any help much appreciated.

Thanks

Paul


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




---------------------------------
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to