Show custom popup for pin on mouse click for showing details
Posted: Mon Jan 09, 2017 1:46 pm
- 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)
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)