Invitation to connect on LinkedIn

2011-03-05 Thread Arnab Ganguly via LinkedIn
LinkedIn Arnab Ganguly requested to add you as a connection on LinkedIn: -- Cameron, I'd like to add you to my professional network on LinkedIn. - Arnab Accept invitation from Arnab Ganguly http://www.linkedin.com/e/m41s91-gkxkx1

Iphone calculator application.

2010-08-09 Thread Arnab Ganguly
Hi, I am planning to write sample iPhone calculator application.Where can I find sample code which can help on the approach. Thanks in advance. -A ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

resolving addresses for the system framework

2009-08-06 Thread Arnab Ganguly
Hi All, Sorry if the mail is not in correct group. Is it possible to resolve the system framework addresses for a binary (Addressbook, SyncServices)? Like can we use some tools like atos on basis of addresses would like to get the function information etc...If the crash reporter is not able to res

Reducing the Window size

2009-06-10 Thread Arnab Ganguly
Hi All, >From NSButton in the nib file is it possible to minimize part of the application window? Like in case of Itunes when I click on the + button the player content's lists get reduced and only the playing station can be visible.How can I achieve the same ? Thanks Arnab

Re: Help on adding volume control

2009-06-03 Thread Arnab Ganguly
Thanks again for all help and your time. Regards Arnab On Wed, Jun 3, 2009 at 8:55 PM, I. Savant wrote: > > On Wed, Jun 3, 2009 at 11:13 AM, Arnab Ganguly > wrote: > > Is it going to be a seperate image.Do we have anything > > similar in the IB. > > ... and yes, i

Re: Help on adding volume control

2009-06-03 Thread Arnab Ganguly
Thanks for the update.I am a newbie so queries are very basic. How do I bring the mic photo.Is it going to be a seperate image.Do we have anything similar in the IB. -Arnab On Wed, Jun 3, 2009 at 8:38 PM, I. Savant wrote: > On Wed, Jun 3, 2009 at 11:05 AM, Arnab Ganguly > wrote: >

Re: Help on adding volume control

2009-06-03 Thread Arnab Ganguly
the criteria.Any help would be very much appreciated. Thanks in advance. -Arnab On Wed, Jun 3, 2009 at 8:17 PM, I. Savant wrote: > On Wed, Jun 3, 2009 at 10:36 AM, Arnab Ganguly > wrote: > > > I would like to add volume control for my App.In the .nib file how can I > add >

Help on adding volume control

2009-06-03 Thread Arnab Ganguly
Hi All, I would like to add volume control for my App.In the .nib file how can I add that ?Please help. Thanks Arnab ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: need help on understanding the crashreporter traces

2009-02-26 Thread Arnab Ganguly
22:34, Arnab Ganguly wrote: > >> I am analysing the Apple crash report.So I launched my application and >> tried >> to forcibly (kill -11 pid) crash the application.The app crashed and even >> the Apple crash report got generated. >> The crash report says Thread

need help on understanding the crashreporter traces

2009-02-25 Thread Arnab Ganguly
Hi, Guys sorry if it is a wrong group. I am analysing the Apple crash report.So I launched my application and tried to forcibly (kill -11 pid) crash the application.The app crashed and even the Apple crash report got generated. The crash report says Thread 1 crashed, but when I go through the stac

Stack trace without atos

2009-02-02 Thread Arnab Ganguly
Hi All, Is it possible to get stack trace along with symbol information without using atos? My application is going to run on Tiger so I don't hve the option to use the system calls backtrace_symbols. Thanks in advance -A ___ Cocoa-dev mailing list (Coco

Off topic:Info on stack trace

2009-02-01 Thread Arnab Ganguly
Hi All, I am developing an application using COCOA, which generates stack trace for an application crash. I am able get the stack traces but issue is on the trace, the address information comes correctly but the symbols information is not correct. It is coming in "?" format etc. Any idea or sugges

Debugging a process that received Signal

2009-01-30 Thread Arnab Ganguly
Hi All, In Mac OSX suppose a process received a Signal.How do I debug that particular process? Thanks in advance -A ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the m

Re: Query on CrashReporter

2009-01-29 Thread Arnab Ganguly
Thanks for the info.I am looking forward to develop similar to Crashreporter.It is going to do the stack crawling and unwinding, taking care of different processor architectures. The url you gave me seems to be looking into the carshlog and sending feedback.I need look into it in more detailed. Tha

Query on CrashReporter

2009-01-29 Thread Arnab Ganguly
Hi All, Any information you have about the implementation of CrashReporter.app in Mac? There is a requirement to develop similar application.Like how the stack crawling, unwinding is done correctly and dependency across architectures?Any help or suggestion would be of great help. Thanks in advance

Information request on QT streaming

2009-01-13 Thread Arnab Ganguly
Hi All, My query is streaming from the playlist file that we get from shoutcast.com.If we open the playlist file in text edit format is going to be the below numberofentries=21 File1=http://scfire-mtc-aa04.stream.aol.com:80/stream/1074 Title1=(#1

Help on player application

2009-01-12 Thread Arnab Ganguly
Hi All, How do I handle the playlist files (pls file)? The application developed by me is through QT ToolKit, hence it able to stream pls files with mp3 formats from shoutcast.com. Now I have the codecs for aacplus.How do I integrate this codec with the above.As this doesn't support playing pls fi

Query on IPhone application

2009-01-07 Thread Arnab Ganguly
Hi All, I would like to develop IPhone application such when any application crashes in IPhone, it would send the crash/error report to webserver through http requests.Have you come accross any sort of similar application or atleast can you give me some pointers as how to start with. Thanks in adva

Issue with the preference window

2008-12-11 Thread Arnab Ganguly
Hi All, I am trying out for the preference window.It is a simple app, and under the main menu when I click on the preference it shows the preference menu popup. But when I quit the preference window my app seemed to getting hang.I am not able to quit the application and also the main menu also beco

Issue with the preference window

2008-12-09 Thread Arnab Ganguly
Hi All, I am trying out for the preference window.It is a simple app, and under the main menu when I click on the preference it shows the preference menu popup. But when I quit the preference window my app seemed to getting hang.I am not able to quit the application and also the main menu also beco

Help on Sparkle

2008-12-02 Thread Arnab Ganguly
Hi All, Can you tell me where can I get sample project with multiple nib files which uses Sparkle for update.I am trying to integrate sparkle but my "Check for Update" is always comes disabled.I have followed the documentation on the Sparkle's url but not able to proceed much. Thanks in advance Arn

Re: Info request on developing codec

2008-11-19 Thread Arnab Ganguly
nov. 08 à 17:49, Arnab Ganguly a écrit : > > > Hi All, >> I am planning to write a Codec for my application.Can you help on the >> things >> I need to take care also please let me know how to integrate the codec. >> Thanks in advance. >> Arnab >> >

Info request on developing codec

2008-11-19 Thread Arnab Ganguly
Hi All, I am planning to write a Codec for my application.Can you help on the things I need to take care also please let me know how to integrate the codec. Thanks in advance. Arnab ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not po

Query on Sample applications

2008-11-18 Thread Arnab Ganguly
Hi All, What is the difference between AUGraph and AudioQueue. I am trying to play a AACplus file which I am able to play it in application with AUGraph but the same doesn't play in application with AudioQueue. For AUGraph I am referring to the application "playfile" present under /Developer/Exam

Help on Software update application

2008-11-17 Thread Arnab Ganguly
Hi All, I am planning to develop an application similar to what you get in the "Software Update" in Mac.If you click on that it checks any update is required for your machine etc...Mine application will look for the updates specific to the developed Client. Is there any sample app I can refer to ?A

Information request on Iphone for playing pls files

2008-11-11 Thread Arnab Ganguly
Hi All, Just curious to know, is it possible to listen to shoutcast radio stations in Iphone ... what is the application it uses for this? If it is posted in wrong forum sorry for the inconvenience caused.If possible please give me information about the correct list. Thanks in advance Arnab __

Re: Issue with the downloading url

2008-11-07 Thread Arnab Ganguly
arator but translates this to "/" for > users higher up... See NSPathUtilities.h for the correct way of handling > file paths. > > Simon Wigzell > > > On 7 Nov 2008, at 13:56, Arnab Ganguly wrote: > > Hi Al, >> Thanks for all help but unfortunately th

Re: Issue with the downloading url

2008-11-07 Thread Arnab Ganguly
; > NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL > URLWithString:@"http://yp.shoutcast.com/sbin/tunein-station.pls?id=9907"; > ]]; > NSData *data = [NSURLConnection sendSynchronousRequest:request > returningResponse:nil error:&error]; > if (!data) [N

Re: Issue with the downloading url

2008-11-06 Thread Arnab Ganguly
y no such files gets generated.Can you suggest me the approach I need to proceed with this. Thanks On Thu, Nov 6, 2008 at 7:48 PM, Jean-Daniel Dupas <[EMAIL PROTECTED]>wrote: > > Le 6 nov. 08 à 15:02, Arnab Ganguly a écrit : > > Hi All, >> My requirement is to download the html

Issue with the downloading url

2008-11-06 Thread Arnab Ganguly
Hi All, My requirement is to download the html file in my machine.I am trying to execute the below code,it gets executed correctly but when I go to the /tmp dir I don't see any file getting downloaded.Any help would be very much appreciated. NSURLRequest *theRequest=[NSURLRequest requestWithURL:[

Downloading a pls file

2008-11-04 Thread Arnab Ganguly
Hi All, I need help on how do I download a pls file from my application.I tried out /Developer/Examples/WebKit/Downloader test application, but it doesn't support download for pls files. Any help would be very much appreciated. Thanks Arnab ___ Cocoa-dev

Issue with the Downloader application

2008-11-03 Thread Arnab Ganguly
Hi All, I was trying out the /Developer/Examples/WebKit/Downloader test application locally. When I try to download some html files I face no issues but when I try to download some pls (play stations files) like for example http://yp.shoutcast.com/sbin/tunein-station.pls?id=2550 I get popup for "D

Help on creating a PlayList

2008-11-03 Thread Arnab Ganguly
Hi All, I would like to develop a player having, playlist.I am able to do the player part successfully,using QTKit and from examples.Can you provide some pointers or some examples as how to develop a playlist for the same using Cocoa. Thanks in advance. Arnab ___

Help on cocoa app

2008-10-30 Thread Arnab Ganguly
Hi All, I am new to Cocoa application.I have developed a player application using QTKit. When I start my application it comes with an open and radio options under the File. Now from the open I can play mp3 files locally and from the radio button it launches the safari browser to go to a particular

Parsing xml files in Cocoa applications

2008-10-29 Thread Arnab Ganguly
Hi All, How do I read, parse xml files in Cocoa App ?Any standard parser is available? Thanks in advance Regards Arnab ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th