This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello I need to handle a MouseDoubleClick event on diagram's elements (nodes and connections as well) when a surface is in read only mode. I added a handler to surface control, but event does not raise when user clicks on nodes or connections. But when he clicks somewhere on surface, the event raises. If the surface is not in read only mode, the event raises too (when user clicks on elements). Seems to me it worked some builds ago (I mean event raised in read only mode). Could you please help me, how can I handle events on diagram elements if surface is read only? Dmitry |
|
|
Hello Dmitry Yes this used to work a few builds ago, thanks for pointing this out. To solve the previous selection issues you had in readonly mode, I blocked events from getting to the ListBox at the core of the control. Doing this ended up blocking double click events from occurring too. I've resolved this for the next nightly build - and the selection issues will remain solved too. Apologies for the inconvenience. Jason Fauchelle |
|