Re: how should I go about downloading files

2008-04-14 Thread Laimonas Simutis
On Fri, Apr 11, 2008 at 6:01 PM, Scott Anguish <[EMAIL PROTECTED]> wrote: > > On Apr 10, 2008, at 9:04 PM, Laimonas Simutis wrote: > > > Hey, > > > > This is my first cocoa projects so I am kind of finding my way around > > the framework. The question I h

how should I go about downloading files

2008-04-10 Thread Laimonas Simutis
Hey, This is my first cocoa projects so I am kind of finding my way around the framework. The question I have is maybe more related to the design practices with cocoa. I make a HTTP call to a server which gives me back a list of urls pointing to mp3 files. For each url handling I created FileDown

Re: what is the proper place to store application settings

2008-04-09 Thread Laimonas Simutis
On Wed, Apr 9, 2008 at 2:57 PM, I. Savant <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 3:44 PM, Jeff LaMarche <[EMAIL PROTECTED]> wrote: > > Actually, I agree... if this is a configuration parameter that he wants the > > user to be able to set. Since he was talking about using preprocessor

what is the proper place to store application settings

2008-04-09 Thread Laimonas Simutis
Hey, I started programming with Cocoa recently. Created an application which makes REST calls and displays the response values in a simple window. For each particular REST function I have a corresponding class which defines functionality for constructing a proper URL needed to call a function, ini