> 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


-- 
Steve Garman
Using REALbasic Professional on Windows XP Pro


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to