Hi All !

In my timeline, I receive updates via ajax. Before inserting them, I
am updating it's classname [to have underlined text to indicate a "not
seen" event] and then, I insert them;No problem.

If the user clicks the event, in the fillInfoBubble, I am using the
following code, to remove this extra classname [to indicate to the
user, the event has been seen]:

if( (this._classname) && (this._classname != ""))
{
        this._classname = "";
        tlBandInfos[0].eventPainter.paint();
}

The repaint needs - dependent on the brwoser and users CPU - up to
three seconds and it temorarely blocks. I wish just to get a
recommendation/note about my way to make this.

I could use an async method instead, but I would prefer a direct
method  ;-)

Thanks a lot.

br--mabra

--~--~---------~--~----~------------~-------~--~----~
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