refreshing textField
hi,
i have dynamic textfield custom made scrollbar text xml loaded. have dynamicly created menu. after click on menu, new content loaded textfield. scrollbar visible if content_mc (where textfield is) higher mask. problem looks content not loaded textfield , blank textfield, scrollbar visible, means content loaded, don't know it, content doesn't start @ begining , can't there.i blank textfield after few clicks assume has refreshing textfield. ideas? thx help
i have dynamic textfield custom made scrollbar text xml loaded. have dynamicly created menu. after click on menu, new content loaded textfield. scrollbar visible if content_mc (where textfield is) higher mask. problem looks content not loaded textfield , blank textfield, scrollbar visible, means content loaded, don't know it, content doesn't start @ begining , can't there.i blank textfield after few clicks assume has refreshing textfield. ideas? thx help
hi,
have enabled ignorewhite (true) xml ?
and also, make entire text field content single empty string , assign original. like,
youtextfeild.text ="";
youtextfeild.text = yourtext;
and scroller component using ??
is flash inbuilt component ?
have enabled ignorewhite (true) xml ?
and also, make entire text field content single empty string , assign original. like,
youtextfeild.text ="";
youtextfeild.text = yourtext;
and scroller component using ??
is flash inbuilt component ?
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment