| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Frameworks = MachO, Garth Hjelte |
|---|---|
| Next by Date: | include <vector.h> causes lots of errors, Alexander Cohen |
| Previous by Thread: | HOWTO? -"You Can't!" (Plugins with gcc), ejgolf ejgolf |
| Next by Thread: | include <vector.h> causes lots of errors, Alexander Cohen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |