Hello, How can I determ wich component (panel or grid) is under the mouse pointer when 'right-click' event occurs?
I use Thanks, Andrew |
Hi Andrew, If you want to make the distinction between a grid and a panel you can implement a generic procedure which determines if the right clicked object is a grid or panel:
Then, you should define a rightClick event for each grid and panel and use the procedure above as the action code:
Hope this helps, |
Hi Ibrahim, api_application.getEvent() - ok! Thank you |