Results 1 to 2 of 2
Thread: Scrollbars in textfields
-
May 8th, 2012, 11:11 AM #110Registered User
postsScrollbars in textfields
Hi, I am trying to work out how exactly to add a scroll bar to the following textfield.. I have a deadline to meet very very soon, any assistance now is greatly appreciated.
Code:var bio:String = evt.artistInfo.bio.summary; var bioFormat : TextFormat = new TextFormat("Century Gothic", 12, 0x336699, false, false, false, null, null, TextFormatAlign.LEFT, 10, 10, 0, null); bioFormat.align = "justify"; bioField.defaultTextFormat = bioFormat; bioField.width = 215; bioField.height = 250; bioField.x = 60; bioField.y = 250; bioField.multiline = true; bioField.wordWrap = true; bioField.htmlText = bio; bioField.blendMode = BlendMode.LAYER; bioField.alpha = 1; addChild(bioField);
-
May 8th, 2012, 12:03 PM #2218Carebear
postsif you are looking for custom text scroller take a look in this post
http://www.kirupa.com/forum/showthre...1972-scrollbar

Reply With Quote

Bookmarks