On 30 Apr 2008, at 04:21, Development wrote:

I am using the DRFrameworks and trying to set the finder window view mode for the disc thats created. According to the documentation this is done by passing an NSNumber to the properties dictionary for the key DRMacWindowView The problem is that after a couple of hours on google and the dev site I've not been able to find the valid numbers that represent the different window view modes. Does any one happen to know where to find this or what they are?

I've not really used this part of the DiscRecording framework, but It looks like you may need to do some reverse engineering.

Maybe create some DRFSObjects from an existing folder with a known view, and then use something like the following to get the value: [fsObject propertyForKey:DRMacWindowView inFilesystem:DRHFSPlus mergeWithOtherFilesystems:NO]

(not tested)

You may like to know that there is an Apple mailing list dedicated to the DiscRecording framework.

Hope this Helps,
Dave

------
David Kennedy (http://www.zenopolis.com)


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to