so the user
can always get back to full functionality with a simple restart, even if a bug
in your app prevents you from cleaning up.
-Ron Hunsinger
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderat
Then boot off
that filesystem. You wouldn't be copying anything, so there shouldn't be any
licensing issues.
I'm not sure how well that would play with FileVault, and there are a lot of
other thorny issues to work out, but it's an approach you might want to
consider.
-Ron Hunsi
The volume's UUID persists across all those things, but not across an erase.
You can use it to be sure you're referring to the proper volume.
You can get the volume's UUID from diskutil info. You can read the
FSEventStoreUUID from /.fseventsd/fseventsd-uuid
-Ron Hunsinger
besides, the situation cannot arise with displays.)
-Ron Hunsinger
___
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.ap
special to the shell, but I'm not sure what would happen if you
inserted backslashes in the middle of a multi-byte character, nor whether the
behavior will change in later versions of the shell, so be sure you're
prepending backslashe
On Oct 31, 2011, at 2:42 PM, G S wrote:
> So does anyone know what the new setting is, or how to clear the
> "downloaded from Internet" flag on the files themselves?
xattr -d com.apple.quarantine file...
-Ron Hunsinger
___
Cocoa-
t;. I wouldn't expect to use it to "Save in the same file in a
different format", any more than I would use it to "Save in the same file with
different content."
Look at how TextEdit handles letting the user choose a file format, with its
"Mak
On Sep 7, 2011, at 11:19 AM, N!K wrote:
> What I'm trying to do is really very simple. I want a pushbutton to seek data
> input for the model (easily done). Then I want a pushbutton to display two
> different views of the data.
The pushbutton sets a flag indicating which view of the data shou
On Aug 15, 2011, at 12:08 AM, Charles Srstka wrote:
> Really? Surely there are better uses of your time than trying to track down
> an old bug in an expired beta version that people aren’t even supposed to be
> able to run anymore.
Isn't the purpose of a beta to uncover bugs for you to track do
On Aug 3, 2011, at 6:38 PM, Kevin Bracey wrote:
> NSMutableArray *someInfo = [NSArray arrayWithObjects:@"made" , @"it",
> @"across",. nil];
Did you really want to create an NSArray (non-mutable) and then pass it off as
an NSMutableArray? Since you mentioned ARC, I'm surprised the compiler didn
On Jul 31, 2011, at 12:27 AM, Ron Hunsinger wrote:
> The point vincent was making was ...
Sorry for the misattribution. I meant "The point Graham Cox and Scott Ribe were
making was ...".
___
Cocoa-dev mailing list (Cocoa-dev@li
On Jul 30, 2011, at 11:39 PM, vincent habchi wrote:
>> Memory is "virtual", the addresses you appear to be working with are not
>> real (i.e. they don't refer to the real address of the physical RAM
>> underneath). Instead, a bit of hardware translates these to the real
>> addresses as needed
On Jun 12, 2011, at 5:22 PM, Nick wrote:
> Would it be possible to create a similar icon? Is it hardcoded in Dock, or
> by manipulating with Dock's plist or some other way I could make an another
> application behave like this?
Finder and Trash are hardcoded into the Dock. If you examine
~/Libra
On Jun 1, 2011, at 8:17 AM, Graham Cox wrote:
>
> On 02/06/2011, at 1:12 AM, JAMES ROGERS wrote:
>
>> K&R says to declare and initialize an array in C:
>>
>> int myArray[2] = {1,2};
>>
>> If the above is entered into the .h file
>
>
> That's because a .h file is the HEADER.
>
> You ne
14 matches
Mail list logo