A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need a little help with scrollbar

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    27

    Need a little help with scrollbar

    Hello,

    I got a problem with scrollbar, i have some buttons with the name of
    a artist, so when you click in the button with a artist name it show
    the artist cds in a text field with a scrollbar, the problem is that
    when the artist have more than five cds, some got 15 or more,
    it don't appear complet in the text field so i use the scrollbar to
    peoples scroll down the cds list, but the scrollbar don't work, but
    if i click in the textfield with mouse and scrolldown the list with
    keyboard down key it work and the scrollbar start work too, there is a way to scrollbar work without you need to click in textfield?
    Here is what im using in my buttons, the problem is on fcds field:

    on (release) {
    _root.fields.fartist = "Rush";
    _root.fields.fcountry = "Canada";
    _root.fields.fstyle = "Rock";
    _root.fields.fcds = " Caress of Steel / 1975\n
    Permanent Waves / 1980\n
    Power Windows / 1985\n
    Roll the Bones / 1981\n
    Rush / 1974\n
    Moving Pictures / 1981\n
    2112 / 1976\n
    Counterparts / 1993\n';"}


    Thank You

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    This is all one textfield?
    What's the instance name of the textfield.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center