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>