Cocoa Auto Layout Warning in Xcode console

2015-08-19 Thread JanakiRam Palepu
in XIB. I've checked XIB Auto layout but they are zero. Regards, Janakiram ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Reg : Code Complexity Tools

2015-02-03 Thread JanakiRam Palepu
Hi All, I’m looking for code complexity tools for my Objective-C and Swift projects. Can any one shed pointers on these. Regards, Janakiram ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Converting File URL Scheme Path to filesystem representation string

2010-07-28 Thread JanakiRam Palepu
removing the file://localhost from the above one using standard NSString utility methods. I would like to achieve this via standard coco approach. Can any one provide some pointers on getting the below output. Output String: */Users/admin/Music/iTunes/* - Janakiram

How to Access iPhoto,iTunes and iMove Playlist Information

2010-06-15 Thread JanakiRam Palepu
Hi All, I would need to access iTunes , iPhoto and iMovie application's playlist information and show them in my Cocoa Application ( Mac OS version can be 10.6). Can any one suggest me the ways to implement this feature in my Cocoa app. Thanks, Johny

Unable to parse special characters using NSXMLParser

2008-10-16 Thread JanakiRam
. JanakiRam ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http

Re: Unable to parse special characters using NSXMLParser

2008-10-16 Thread JanakiRam
Dave, Thanks for the response. In this case we are getting the following as the first line of the document. ?xml version=1.0? JanakiRam On Fri, Oct 17, 2008 at 12:11 AM, Dave Carrigan [EMAIL PROTECTED] wrote: On Oct 16, 2008, at 11:23 AM, JanakiRam wrote: I'm having problems

Re: Problem with NSFileManger directoryContentsAtPath

2008-05-16 Thread JanakiRam
When i give this filename as part of rsync source file ( using --files-from ) , rsync is treating this filename as 2 different file names , because rsync expects each filen name separated by \r. Hence my rsync command is failing JanakiRam. On Fri, May 16, 2008 at 5:42 PM, Jean-Daniel Dupas

Problem with NSFileManger directoryContentsAtPath

2008-05-15 Thread JanakiRam
= [defaultManager directoryContentsAtPath: @/Users/janakiram/Downloads/Folder.tiff]; int i , count = [filePath count]; for ( i = 0 ; i count ; i++ ) { NSLog(@ filepath is (%@),[filePath objectAtIndex:i]); } *Output:* [Session started at 2008-05-15 15:34:38 +0530.] 2008-05-15 15:34:38.951 FileEnumerator

Re: Problem with NSFileManger directoryContentsAtPath

2008-05-15 Thread JanakiRam
When i perform ls command it shows file name as Icon?. When i perform cp command tab it shows the file name as Icon^M. Why Terminal does show different names for the same file. When i see it in Finder it does show as Icon. Please advise. Thanks in Advance. JanakiRam On Thu, May 15, 2008 at 4

Re: Problems with Launchd Daemon

2008-04-29 Thread JanakiRam
My daemon should run in log-off mode as well , hence starting with root previlages. UI is required only if the user has been logged-in. JanakiRam. On Tue, Apr 29, 2008 at 10:46 AM, Jens Alfke [EMAIL PROTECTED] wrote: On 28 Apr '08, at 9:52 PM, JanakiRam wrote: My Daemon will perform

Re: Problems with Launchd Daemon

2008-04-29 Thread JanakiRam
. Please help me to solve this problem. Thanks in Advance, JanakiRam. On Tue, Apr 29, 2008 at 1:02 PM, Kyle Sluder [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 2:20 AM, JanakiRam [EMAIL PROTECTED] wrote: Will this work on 10.4 as well as 10.5 ? Yes, as long as you use

Problems with Launchd Daemon

2008-04-28 Thread JanakiRam
.* *_RegisterApplication(), FAILED TO establish the default connection to the WindowServer,_CGSDefaultConnection() is NULL. * Activity Monitor shows my daemon is running with root privileges. Can any one help me to solve this problem. Please help me to solve this problem. Thanks in Advance, JanakiRam

Re: Problems with Launchd Daemon

2008-04-28 Thread JanakiRam
Dave, Thanks for the initial response. My Daemon will perform activity using Foundation Kit API. While it starts the activity , i am opening the Appkit Window and updating the progress. Please let us know the alternatives to perform the same activity. JanakiRam. On Tue, Apr 29, 2008 at 12:56

How to create shortcuts after installing the my package

2008-04-22 Thread JanakiRam
a standard procedure.or provide the necessary links/pointers. JanakiRam. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Mounting AFP Volume using Cocoa

2008-04-18 Thread JanakiRam
Hi Jens, Thanks for the reply. Can you provide some pointers on using FSVolumeMount API or some CoreServices API. If no API is available , then how Finder is able to connect to afp volume using Connect to Server (Cmd+K). Any pointers on these is greatly appreciated. -JanakiRam. On Fri, Apr 18

Mounting AFP Volume using Cocoa

2008-04-17 Thread JanakiRam
help me to solve this. Thanks in Advance. JanakiRam. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: Unable to unload Launch Daemon using Cocoa Application.

2008-03-23 Thread JanakiRam
It seems no one had came across such a situation. Can any one from apple help me ? Please help me to solve this problem. Thanks in Advance. -JanakiRam. On 3/22/08, JanakiRam [EMAIL PROTECTED] wrote: Hi All, I'm developing a cocoa application which needs to unload my Launch Daemon

Installer is automatically diverting the applications location in Leopard

2008-03-22 Thread JanakiRam
that Applications are diverted to the development location instead of /Applications. Please help me to solve this. Thanks in Advance. -JanakiRam. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Unloading Launch Daemon app using Cocoa Application

2008-03-20 Thread JanakiRam
); } if(err!=0) { NSBeep(); NSLog(@Error %d in AuthorizationExecuteWithPrivileges command for (%@) with arguments (%@),err,pathToCommand,arguments); return NO; } else { return YES; } } -JanakiRam. ___ Cocoa-dev mailing list (Cocoa-dev

Encoding NSString for URL

2008-03-12 Thread JanakiRam
. -JanakiRam. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http