• Hi,

    Is there a script for combobox onmouse out > auto collapse list of the combobox drop down list?

    is it possible? if so, any guide that i can look up to or maybe some sample code.

    thanks,

    Bryan

  • hi,

    I did use

    <plugin name="combobox" url="virtualdata/graphics/combobox.swf" rowcount="15" keep="true" align="lefttop" x="1" y="5" onout="closeList()"/>

    as soon as i move out the mouse from the combox it collapses, its good, but i cannot select on the drop down anymore cause it closes as soon as i move down to select.

    Any expert advise on how the code should be?

    Appreciate it!

    Best!

  • Please stop posting in several sections about the same problem.

    Providing a link to show what is happening would probably help someone to better understand your issue.

  • Hi,

    Any help on this?

    I just cant figure out how i can implement the on mouse out on combox within the VT image. Also, if I use onout="closeList() it functions but i cannot click nor choose the dropdown menu cause it closes as soon as i move the mouse.

    Any help. please?

    Thanks,

  • Hi,

    should be done with the cursor position,
    if mouse go over the area of the list then don't close it
    or if the mouse is off the list area then closelist();

    Code
    onout="if(mouse.stagex < 490, closelist());"

    the code above not good, if any skilled programmer can spent 2mn to correct it , will be fine *g*

    z

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!