On Feb 13, 2006, at 1:22 PM, Charles Yeomans wrote:
On Feb 13, 2006, at 2:31 PM, Chuck Pelto wrote:
On Feb 13, 2006, at 12:27 PM, Charles Yeomans wrote:
Then I take it that the recommended course of action is as follows:
[1] Create MenuItem objects at the Project-level; each MenuItem
to be a separate ContextualMenu inside of the ListBox.
[2] Create methods inside of the Window where the ListBox is
located to build the respective CMs.
[3] When the window holding the listbox and the CMs opens, then
the methods (item #2, above) are called from inside the
ConstructContextualMenu action of the ListBox to build the CMs.
In this manner I can access these tags?
What's the call to access the tags? There is not example in the
LangRef that I've found.
See the MenuItem class. It has a property Tag as Variant.
Found that.
I take it that the methodology describe in the steps (above) is
correct?
It looks correct. I suggest writing a little sample project to try
it out.
Unfortunately, it doesn't seem to work all that well. It won't
compile due to some problem recognizing the params necessary for the
construction method.
Looking at it from the other perspective, the old ContextualMenu
object, how does one access the 'tag' feature?
Regards,
Chuck
_______________________________________________
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>