Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set the properity of a text field

Status
Not open for further replies.

jefargrafx

Instructor
May 24, 2001
273
US
having a problem gettinga text field to show up at it's maxscroll properity

how would you writer this code

_root.myclip.textfield.maxscroll

in the frame that hold the text field

let me know
thanks jef
 
First set up a variable to get the maxscroll value and then set the field's scroll property to that variable: you can't set maxscroll, only read from it.

maximum=_root.myclip.textfield.maxscroll;
_root.myclip.textfield.scroll=maximum;
 
I see,

very easy once you think about it.

thanks

I think my problem came from trying to set the porperity maxscroll

see ya jef
 
well I can't get this to work?

do you have use telltarget??

jef
 
he is using tell target..only it reads:


_root.
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top