A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Tooltips on List Items

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    21

    Tooltips on List Items

    Greetings!

    I would like to see how I should proceed on this question. I have a list component on my stage that is dynamically populated from an xml file. I would like to be able to have a tooltip function run when the user rolls their mouse over the list items.

    Is this possible...and if so, how would you recommend I proceed?

    Thanks for any insight you can provide.

    - - Jeff

  2. #2
    Banned NTD's Avatar
    Join Date
    Feb 2004
    Posts
    3,438
    Hi,

    The listbox component doesn't have a rollover event for items. You could either add a rollOver method to the listbox class code, or maybe a workaround. One idea that comes to mind is using an onEnterFrame event to check the mouse position and attach a movie from the library when the mouse is in the specified coordinates.

    hope it helps

  3. #3
    Junior Member
    Join Date
    Jun 2002
    Posts
    21
    Thanks. I'll give those ideas a shot.

    - - Jeff

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