Page 1 of 1

Show custom popup for pin on mouse click for showing details

Posted: Mon Jan 09, 2017 1:46 pm
by webdirekt
- 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)

Re: Show custom popup for pin on mouse click for showing det

Posted: Wed Jan 11, 2017 3:55 pm
by LNM_PTV
Hello,

what about using OnMouseLeftButtonDown + ALT?

Re: Show custom popup for pin on mouse click for showing det

Posted: Thu Jan 12, 2017 9:42 am
by webdirekt
Hello,

Thanks for the idea. We will try this and get back to you :)