On Tue, Jul 26, 2011 at 7:23 PM, vade <dokt...@mac.com> wrote: > Im fairly certain this is a known issue, but it appears 10.7 has 3rd party > input port ordering issues when running in 64 bit mode, not respecting the > output of > > + (NSArray*) sortedPropertyPortKeys; > > However running in 32 bit mode seems fine. > > Is this fixable via some preference or cache cleansing I have not found, or > a re-compile? > > Filed as bug: 9845407 > > Thanks. >
I don't really think you want to hear this, and am guessing you probably already know this, but for the sake of other readers, and out of curiosity to see if you get the same results: Upon Lion, when building QCPlugins, I've abandoned the sortedPropertyKeys and when I setup: + (NSDictionary*) attributesForPropertyPortWithKey:(NSString*)key I list everything so that the port I want to be at the top is listed last, to the port at the bottom being listed first. I've only tested this with *one plugin build, *but results seemed consistent, and correct, as opposed to using the sortedPropertPortKeys method. So, that *may* work. -- George Toledo gtole...@gmail.com www.georgetoledo.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com