combobox onmouse out

  • 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!

  • 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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!