e app.
>> Unfortunately I really want this behavior in my app so removing it creates
>> other issues :-)
>
> What precisely is the behavior you're looking to preserve?
In our case, Dock icon visibility is a user preference. Personally, I always
turn it off, but a lot of u
erything I can think
of. Different users, with and without “restoring windows”, putting two copies
of the app in different places and having the one in a non-standard location
launch at login, etc.
--
Rob McBroom
<http://www.skurfer.com/>
__
abbing in the dark, since I can’t reproduce
it, but it’s something.
--
Rob McBroom
<http://www.skurfer.com/>
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact th
cation on disk. Also, if you leave the
icons alone and simply restart the Dock, the second one goes away, which
wouldn’t happen if there were two copies running.
--
Rob McBroom
<http://www.skurfer.com/>
___
Cocoa-dev mailing list (Co
sponder are not the same object.
So is this a bug, or am I misunderstanding something? Thanks.
--
Rob McBroom
<http://www.skurfer.com/>
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator
ble to read and write from Mail's defaults domain successfully.
Yes, it does. And wouldn't you assume it uses the NSUserDefaults class for
that? But apparently not.
For now, I'm just using `dictionaryWithContentsOfFile:`, which is also
n
On Aug 2, 2012, at 3:07 AM, Shane Stanley wrote:
> On 01/08/2012, at 1:07 AM, Rob McBroom wrote:
>
>> Mail is, but so is TextEdit and I have no problem reading its prefs.
>
> Are you sure you have no problem with TextEdit? It looks like when Mail moves
> its prefs to its
On Aug 2, 2012, at 1:44 AM, Jens Alfke wrote:
> On Jul 31, 2012, at 8:07 AM, Rob McBroom wrote:
>
>> Hello. I’m trying to read Mail’s preferences to find a suitable SMTP server
>> so users don’t have to re-enter such configuration details. It seems to have
>> stopped
encesCurrentUser,
kCFPreferencesAnyHost);
but neither return any results on a 10.8 system. My application is not
sandboxed. Mail is, but so is TextEdit and I have no problem reading its prefs.
Any ideas? Thanks.
--
Rob McBroom
<http://www.skurfer.com/>