realbasic-plugins
[Top] [All Lists]

MenuItem.Tag and Dynamic Access

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: MenuItem.Tag and Dynamic Access
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Sun, 19 Mar 2006 17:07:14 -0500
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
The code:

void MenuItem_TagSetter(REALobject self, REALobject value)
{
        if (REALSetPropValue(self, "Tag", value))
                return;
        else
                dlog("DYNAMIC ACCESS FAILURE: MenuItem_TagSetter");
}

leads to dynamic access failure. What's the correct way to access the Tag-field of a menu item?

Alfred
_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>
  • MenuItem.Tag and Dynamic Access, Alfred Van Hoek <=