How to remove NSUserNotification from NotificationCenter

2013-07-03 Thread anni saini
I am using NSUserNotificationCenter to display scheduled Notifications. I have notifications of my app in the right side notification panel so whenever I click on the notification it'll launch the app but it won't remove notification from the panel. 1. When app is not running and I clicked

Re: iOS OpenGL ES woes

2013-07-03 Thread Vincent Habchi
David, BTW, is it possible to add subviews to a CAEAGLLayer backed view? I have been fighting all day to show a progress indicator atop this backed view, in vain. Thanks! Vincent ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Carbon removal

2013-07-03 Thread Chris Paveglio
I've got a project that I am working with, that I did not create. I am trying to understand it and I would like to remove the Carbon framework dependencies in it. I don't know anything about Carbon. Is there a good resource to read up on it? Are there replacement methods in other frameworks to

Re: iOS OpenGL ES woes

2013-07-03 Thread David Duncan
On Jul 3, 2013, at 10:08 AM, Vincent Habchi vi...@macports.org wrote: David, BTW, is it possible to add subviews to a CAEAGLLayer backed view? I have been fighting all day to show a progress indicator atop this backed view, in vain. Yes, as long as you wrap the CAEAGLLayer with a UIView

Re: iOS OpenGL ES woes

2013-07-03 Thread vincent habchi
David, Yes, […] Thanks for your quick answer and your kindness, as usual! Then something is wrong with my setup, I’ll investigate further. Have a great day! Vincent ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Carbon removal

2013-07-03 Thread Jens Alfke
On Jul 3, 2013, at 10:23 AM, Chris Paveglio chris_paveg...@yahoo.com wrote: For example, here's a function I will need to replace, where could I find any of the same calls or another function to replace OSStatus? This is an event handler — I’m not sure what it’s doing, but it’s certainly

Re: Carbon removal

2013-07-03 Thread Jerry Krinock
On 2013 Jul 03, at 10:23, Chris Paveglio chris_paveg...@yahoo.com wrote: I am trying to understand it and I would like to remove the Carbon framework dependencies in it. As I understand it, the box surrounding Carbon is fuzzy. There are even some API documents with Carbon in their names

Re: Why are these layout constraints being ignored?

2013-07-03 Thread Rob Nikander
Thanks, it's good to know I'm not the only one. I've abandoned constraints for now and am using the old way. Rob On Tue, Jul 2, 2013 at 12:43 PM, Kyle Sluder k...@ksluder.com wrote: On Jun 25, 2013, at 6:10 AM, Rob Nikander rob.nikan...@gmail.com wrote: I create 4 constraints with the

[MEET] Toronto Cocoaheads / tacow - July 9

2013-07-03 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, July 9, 2013 in meeting room 310 of Metro Hall. Ash Furrow will be discussing UICollectionView. For more details and to RSVP, head over to http://www.meetup.com/tacow-org/events/124074922/. Thanks, and see you there! —Karl. smime.p7s

Re: NSSplitView similar to Xcode's editor/debug area split view

2013-07-03 Thread Chuck Soper
Hi Andy, Thanks for this code snippet. It was exactly what I was asking for, but it didn't fit for my specific situation. I now have a split view with three subviews with different holding priorities. The only way I could get this to work was to use constraints, and animate them. It's mostly

Re: voiceover question

2013-07-03 Thread Rick C.
I have some more info about my post the other day (below) it actually goes back to this discussion here some months back: http://www.cocoabuilder.com/archive/cocoa/326386-2-icons-showing-in-dock.html In trying to solve this double-icon issue (which I'm not sure that I did) I introduced this