On 3 Apr, 2007, at 9:47 AM, Steve Garman wrote: >> More on the RectControl.ConstructContextualMenu event. > >> It should be nice if the event could be fired when right-click the >> listbox header to do customizations like Apple Mail's message lists. > > On windows it does fire. > As a quick test, the following works when right-clicking the > Listbox header > on XP using 2007r2 > > Function ConstructContextualMenu(base as MenuItem, _ > x as Integer, y as Integer) As Boolean > base.Append( EditPaste ) > End Function
OK, so this is a MacOnly bug with ConstructContextualMenu. I'll update the feedback report. Thanks Giuseppe Farese _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
