Hi,
The software i'm working on is uging MW and I need to handle the Double click event in my application. Unfortunately the event is catched by MW and my application receives no notification.
I investigated a bit and i found out this page. Since MW defines a handler for the double click event, it has to call FireDblClick( ); in the handler for the parent application to be notified.
I provided a patch in this issue, it's not a big one just one line that adds FireDblClick( ); in the MW double click hanlder and now my application can also handle double click event on the map.
What do you think about this modification ? Could it be integrated to the trunk ?
Vincent
The software i'm working on is uging MW and I need to handle the Double click event in my application. Unfortunately the event is catched by MW and my application receives no notification.
I investigated a bit and i found out this page. Since MW defines a handler for the double click event, it has to call FireDblClick( ); in the handler for the parent application to be notified.
I provided a patch in this issue, it's not a big one just one line that adds FireDblClick( ); in the MW double click hanlder and now my application can also handle double click event on the map.
What do you think about this modification ? Could it be integrated to the trunk ?
Vincent