Re: 2 icons showing in dock

2013-03-03 Thread Rob McBroom
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

Re: 2 icons showing in dock

2013-03-01 Thread Rob McBroom
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/> __

Re: 2 icons showing in dock

2013-02-28 Thread Rob McBroom
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

Re: 2 icons showing in dock

2013-02-27 Thread Rob McBroom
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

interpretKeyEvents: and insertText: under 10.8

2012-09-27 Thread Rob McBroom
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

Re: reading preferences from com.apple.mail under 10.8

2012-08-13 Thread Rob McBroom
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

Re: reading preferences from com.apple.mail under 10.8

2012-08-02 Thread Rob McBroom
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

Re: reading preferences from com.apple.mail under 10.8

2012-08-02 Thread Rob McBroom
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

reading preferences from com.apple.mail under 10.8

2012-08-01 Thread Rob McBroom
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/>