- How to invoke MouseUp Event on Mouse Left Button Click ?
We have implemented following functionalities -
-------------------------------------------------------------------------------------------
1) Single Selection Of Pin
- We have implemented this functionality using CTRL(Left or Right) +
OnMouseLeftButtonDown
- Set the mode as Click
OnMouseLeftButtonUp
- Display the clicked Pin as Selected.
2) Multiple Selection Of Pin
- We have implemented this functionality using CTRL(Left or Right) + SHIFT(Left or Right) +
OnMouseLeftButtonDown and dragged the mouse
- Creates the rectangle or poylgon for selecting multiple pins
OnMouseLeftButtonUp
- Display all the pins covered in the rectangle on MouseLeftButtonDown event.
3) Drag and Drop Of Pin
- We have implemented functionality using MouseLeftButtonDown + MouseMove
We need to implement following functionality -
----------------------------------------------------------------------------------------------
1) Detailed Information Of Pin on Single Click
- We want to display the detailed information on MouseUp ?
Please see the screenshot attached of Mouse Click events.(MouseEvents.png)
Show custom popup for pin on mouse click for showing details
Re: Show custom popup for pin on mouse click for showing det
Hello,
what about using OnMouseLeftButtonDown + ALT?
what about using OnMouseLeftButtonDown + ALT?
Lars Moritz
Technical Consultant
PTV GROUP, Germany
Technical Consultant
PTV GROUP, Germany
Re: Show custom popup for pin on mouse click for showing det
Hello,
Thanks for the idea. We will try this and get back to you
Thanks for the idea. We will try this and get back to you