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
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
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
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
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
__
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
19 matches
Mail list logo