Re: How to display AboutBox window in Agent Application

2009-09-14 Thread cocoa learner
Thanks TONs n TONs Nathan.I was struggling for this solution. Regards Cocoa.learner On Mon, Sep 14, 2009 at 12:36 AM, Nathan Kinsinger < nkinsin...@brotherbard.com> wrote: > On Sep 12, 2009, at 10:02 PM, cocoa learner wrote: > > Hi All, >> I have created an Agent Application using key - Applica

Re: How to display AboutBox window in Agent Application

2009-09-13 Thread Nathan Kinsinger
On Sep 12, 2009, at 10:02 PM, cocoa learner wrote: Hi All, I have created an Agent Application using key - Application is agent (UIElement) = true in Info.plist file. Problem # 1). my AboutBox window is not getting displayed. Here is my code snippet - AppController.h @interface AppController

How to display AboutBox window in Agent Application

2009-09-12 Thread cocoa learner
Hi All, I have created an Agent Application using key - Application is agent (UIElement) = true in Info.plist file. Problem # 1). my AboutBox window is not getting displayed. Here is my code snippet - AppController.h @interface AppController : NSObject { // some more data member to run app a