Re: addPopupMenuWithName / FxPlug
I'm not aware of any known problems, other than sending it bad data in the array of items. If you're seeing issues, please let us know. I would imagine there's an OS limit on the menu length, though I'm not positive. Certainly good design limits you to at most a few dozen items, which would be pretty extreme. If you have more than that, I recommend some other mechanism of choosing items such as a selection box or pop-over, or something like that. Darrin On Sep 20, 2012, at 11:31 AM, George Toledo <gtoledo3@gmail.com> wrote:
Are there any known problems with the addPopupMenuWithName method, or maybe limitations on Popup menu length?
Also, is the get method an int?
Ala:
int Filter;
[parmsApi getIntValue:&Filter fromParm:kFilterPopupID atTime:renderInfo.frame];
Thanks, gt _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to dcardani@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani