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-gkxkx1lh-3u

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

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
the criteria.Any help would be very much appreciated. Thanks in advance. -Arnab On Wed, Jun 3, 2009 at 8:17 PM, I. Savant idiotsavant2...@gmail.com wrote: On Wed, Jun 3, 2009 at 10:36 AM, Arnab Ganguly agangul...@gmail.com wrote: I would like to add volume control for my App.In the .nib file

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 idiotsavant2...@gmail.com wrote: On Wed, Jun 3, 2009 at 11:05 AM, Arnab Ganguly

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 idiotsavant2...@gmail.com wrote: On Wed, Jun 3, 2009 at 11:13 AM, Arnab Ganguly agangul...@gmail.com wrote: Is it going to be a seperate image.Do we have anything similar in the IB

Re: need help on understanding the crashreporter traces

2009-02-26 Thread Arnab Ganguly
: On 25 Feb 09, at 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 1 crashed, but when I go through

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

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

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/1074http://scfire-mtc-aa04.stream.aol.com/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

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

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

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

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

Re: Info request on developing codec

2008-11-19 Thread Arnab Ganguly
, 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 Image Codec ? Audio Codec ? Video Codec ? Codec for QuickTime ? Codec

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

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

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
:@http://yp.shoutcast.com/sbin/tunein-station.pls?id=9907; ]]; NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:nil error:error]; if (!data) [NSApp presentError:error]; Le 6 nov. 08 à 17:22, Arnab Ganguly a écrit : I am trying out the following NSURL *url

Re: Issue with the downloading url

2008-11-07 Thread Arnab Ganguly
, Arnab Ganguly wrote: Hi Al, Thanks for all help but unfortunately the problem still persists.With the below code the data is not null but when I write to a file I don't get anything. I have used the following for writing [data writeToFile:@ /tmp/station.pls atomically:YES]; but the file size

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

Re: Issue with the downloading url

2008-11-06 Thread Arnab Ganguly
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 file in my machine.I am trying to execute the below

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

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

Parsing xml files in Cocoa applications

2008-10-30 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

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