Hi Gabriel,

You'll need to change the calls to
    SimileAjax.DOM.registerEvent in compact-painter

from
    SimileAjax.DOM.registerEvent(result.iconElmtData.elmt,
"mousedown", clickHandler);

to
    SimileAjax.DOM.registerEvent(result.iconElmtData.elmt,
"mouseover", clickHandler);

Regards,

Larry

On Apr 8, 6:40 pm, Gabriel Herrera <[email protected]> wrote:
> Hey all,
>
> I'm new at Javascript but have gotten by with the help of this
> Timeline Project.  However I can't seem to find anything in the
> previous posts on implementing the events so that the bubble appears
> when you hover the mouse over an event.  I'm using the CompactPainter
> in 2.3 to larger icons as well.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to