Location(x,y) of the clicked MenuItem?

J

JustMe

Is it possible to find out the actual location of a specific menuitem?

Basically, in the OnCLICK event of a menuitem, I want to create a dynamic
contextmenu and then show it at the same location so that it appears to be
an actual 'submenu'.

I've tried manually adding menuitems to the main menuitem in its onclick
event, however after I've added the items, the click event doesn't appear to
fire anymore.

Suggestions anyone?
Thanks in advance:
--Terry
 
J

JustMe

Never mind, I figured it out.

I'm using the POPUP event instead of the click event, and it works fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top