RE: [Flashcoders] Hide scrollbar until enough text to require it(UIScrollbar)

2005-12-07 Thread Paul Steven
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.maxscroll1){
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


Re: [Flashcoders] Hide scrollbar until enough text to require it (UIScrollbar)

2005-12-02 Thread Devendran I
Hi,
   
  After assigning text to the Text box check this
   
  if(myText_txt.maxscroll1){
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


RE: [Flashcoders] Hide scrollbar until enough text to require it(UIScrollbar)

2005-12-02 Thread Paul Steven
Thanks Devendran

Is there a way to get this to work with input text so when they type into
the text area, when there is sufficient text to require a scrollbar it
appears. Also if they remove text so there is no longer a need for it, it
then disappears again?

Thanks

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.maxscroll1){
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