Hi,
I'm using a DisclosurePanel and have registered an onClose-event-
handler and an an onOpen-event-handler. In these handlers I want to
store the status of the panel (open or closed) with an rpc method on
the server. This part is working. In the second part I want to open or
close the panel with his setOpen method due to the open status on the
server. But the setOpen method fires the onOpen or onClose events
again and changes the status on the server.
Is there a way to decide, if the source of the event is a mouse click
or the setOpen method?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to