Re: Question about DRFrameworks
Re: Question about DRFrameworks
- Subject: Re: Question about DRFrameworks
- From: Citizen <email@hidden>
- Date: Wed, 30 Apr 2008 10:17:04 +0100
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 (email@hidden)
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:
This email sent to email@hidden