martin.berg
unread,Dec 1, 2009, 11:44:43 AM12/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to juicekit
Hi,
I am using
treemap.addEventListener(TransitionEvent.START, disableMouseEvents);
treemap.addEventListener(TransitionEvent.CANCEL, enableMouseEvents);
treemap.addEventListener(TransitionEvent.END, enableMouseEvents);
to detect the start/end of the transition and block mouse events this
works fine, except right after the 1st treemap load,
I need to click and it all works as expected just not right after the
1st load ?
Does it work for you ?