Re: Receiving system notifications in 10.8

2013-10-10 Thread Carl Hoefs
On Oct 10, 2013, at 9:28 PM, Jens Alfke wrote: > > On Oct 10, 2013, at 7:38 PM, Carl Hoefs > wrote: > >> How does one receive notifications from 10.8's new system-wide Notification >> Center? Is there a framework that allows a Cocoa program to receive system >> notifications, i.e., the one

Re: collection of applications

2013-10-10 Thread Jens Alfke
On Oct 10, 2013, at 8:44 PM, Rufat A. Abdullayev wrote: > I also saw another approach they give a link to app store from application > and downloaded other app from App Store separately but managed them from > another app like a service ... It’s a pity that I could not get more details > on i

Re: Receiving system notifications in 10.8

2013-10-10 Thread Jens Alfke
On Oct 10, 2013, at 7:38 PM, Carl Hoefs wrote: > How does one receive notifications from 10.8's new system-wide Notification > Center? Is there a framework that allows a Cocoa program to receive system > notifications, i.e., the ones that show automatically in the upper right hand > of the sc

RE: collection of applications

2013-10-10 Thread Rufat A. Abdullayev
I also saw another approach they give a link to app store from application and downloaded other app from App Store separately but managed them from another app like a service ... It’s a pity that I could not get more details on implementation! And I would like to learn out how it could be possi

Receiving system notifications in 10.8

2013-10-10 Thread Carl Hoefs
How does one receive notifications from 10.8's new system-wide Notification Center? Is there a framework that allows a Cocoa program to receive system notifications, i.e., the ones that show automatically in the upper right hand of the screen? - Carl __

NSToolbar alternatives

2013-10-10 Thread jonat...@mugginsoft.com
Is anyone aware of any open source alternatives to NSToolbar? I have looked in the usual places and turned up nothing. I need to use InAppStoreWindow to customise the window title bar. That and the requirement for a ribbon-esque style toolbar exclude using NSToolbar. Jonathan

Re: collection of applications

2013-10-10 Thread Jens Alfke
On Oct 10, 2013, at 9:38 AM, Fritz Anderson wrote: > I can only speculate, but: If you can call out to a dynamic library, wouldn't > that make it possible to download a library and execute unapproved code? > Apple's not happy with downloadable executables other than JavaScript in the > WebKit

Re: collection of applications

2013-10-10 Thread Fritz Anderson
On 10 Oct 2013, at 11:12 AM, Jens Alfke wrote: > Does anyone know the reason for this limitation? It seems arbitrary. I can > understand why you can’t spawn processes (it prevents fork-bombs and similar > attacks) but what damage can be caused by a bundled dylib? Sure, you can > change your bu

MODERATOR: End of Thread (was Re: [OT] Buttons in iOS 7)

2013-10-10 Thread Chris Hanson
Please keep posts on-topic for this list and do not continue this off-topic thread. Thanks. -- Chris Hanson, cocoa-dev co-moderator ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t

Re: collection of applications

2013-10-10 Thread Jens Alfke
On Oct 10, 2013, at 3:42 AM, Rufat A. Abdullayev wrote: > One approach is to include apps in another app as a static library. > Pls kindly share ideas about any other approaches? I don’t think there are any other approaches: * You can’t hide applications from the Springboard. All apps are visi

Re: Crash in datasource method when closing document

2013-10-10 Thread Sean McBride
On Wed, 9 Oct 2013 23:10:18 -0700, Jerry Krinock said: >> I'm using ARC. > >ARC doesn't help for KVO observers, notification observers, delegates, >manual bindings, or data sources. These must still be managed manually. > >* * * > >Here is some typical code "tear down" code. This is for a tabbed

Re: [OT] Buttons in iOS 7

2013-10-10 Thread Kyle Sluder
Protip: if you feel the need to prefix your subject line with “[OT]”, you should not send the message. Especially if your previous thread on the subject was already terminated by a moderator, Stop wasting everyone’s time. We’re not interested. --Kyle Sluder > On Oct 10, 2013, at 7:39 AM, Dave

[OT] Buttons in iOS 7

2013-10-10 Thread Dave
Hi All, Interestingly (for me anyway in a bizarre way), Buttons in iOS 7 now no longer meet the definition in the dictionary supplied with MacOS X ! Go figure! lol All the Best Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Crash in datasource method when closing document

2013-10-10 Thread Shane Stanley
On 10 Oct 2013, at 10:56 PM, Michael Babin wrote: > outlet connected? Problem solved... -- Shane Stanley 'AppleScriptObjC Explored' ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments t

Re: Crash in datasource method when closing document

2013-10-10 Thread Shane Stanley
On 10 Oct 2013, at 9:51 PM, Michael Babin wrote: > From your description, it appears that you're presenting a window/sheet when > the window is asked to close (Save/revert changes?). When the revert option > is selected, what changes occur to the underlying data supporting the outline > view?

Re: Crash in datasource method when closing document

2013-10-10 Thread Michael Babin
On Oct 10, 2013, at 6:45 AM, Shane Stanley wrote: > > On 10 Oct 2013, at 9:39 PM, Michael Babin wrote: > >> Given the use of the data source protocol to provide the data to the outline >> view and the "Revert Changes" option, my first suspect would be the data >> provided to the outline view

Re: Crash in datasource method when closing document

2013-10-10 Thread Shane Stanley
On 10 Oct 2013, at 9:39 PM, Michael Babin wrote: > Given the use of the data source protocol to provide the data to the outline > view and the "Revert Changes" option, my first suspect would be the data > provided to the outline view. Perhaps the underlying data has changed and the > outline

collection of applications

2013-10-10 Thread Rufat A. Abdullayev
Hello Dear members! I need to collect and manage ios applications on a device for our corporation to single one. For example we have 5 apps and we want to create a new app that will be like a manager(or shell) for all other apps. So I open that app and see there all my existing apps and I coul

Re: Crash in datasource method when closing document

2013-10-10 Thread Michael Babin
On Oct 10, 2013, at 12:06 AM, Shane Stanley wrote: > I have a document-based app, and it saves as a package. The document's window > contains an outline view, where the user can drag items from the Finder or > create new folders, and these will be saved to the package. I'm creating file > wrap