On 3 May 2006, at 13:57, Mark O'Neill wrote:
I can't find that in the language reference, nor can I seem to pass
the x or y values to PopUp without it causing a "method does not
exist" error.
Ah, are you talking about the X & Y params in the
ConstructContextualMenu event?
I'm not using ConstructContextualMenu as (quite honestly) I had no
idea how to get it to work with a dynamic menu - the event never
seems to fire, so I'm just using:
Sub ShowPopUpMenu(mp As MenuItem)
dim mi As MenuItem
mi = mp.PopUp
if mi <> nil then
// Action the event
else
// other stuff
end if
End Sub
And there doesn't seem to be a way of passing X&Y to that routine.
Any help would be appreciated.
All the best,
Mark.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>