Re: Trying to understand -- please help...

2008-05-21 Thread João Pavão
es of this class ... } return self; } -- João Pavão On 2008/05/21, at 17:05, john darnell wrote: Hello Everyone: I decided that it was time for a play period this morning so I set a task for myself; to place a combo box on a dialog and populate it with the names of ten citie

Re: Cocoa et al as HCI usability problem

2008-05-21 Thread João Pavão
also have to endure countless jokes from some fellow coders working on other platforms because "Cocoa" sounds a bit like the word used for "poop". :) -- João Pavão ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: Immediate memory release

2008-04-29 Thread João Pavão
y be dealloc'ed when the NSAutoreleasePool instance managed by the event loop gets drained/released. -- João Pavão On 2008/04/29, at 12:30, Yannick De Koninck wrote: Hi everybody, I am writing an application where, at some point in time, the user clicks a button and for a great amo

Re: Capture youtube image in webview

2008-04-10 Thread João Pavão
re the WebView so that the flash content has time to at least display some content. Unfortunately, our resulting implementation is proprietary source code not owned by me, but I'll be happy to help with any further questions you may have. -- João Pavão On 2008/04/10, at 10:24, Xin wr

Re: Private Methods

2008-02-22 Thread João Pavão
descriptive and self documenting. -- João Pavão PS: Maybe I got too influenced by the opinions of one of my LISP adoring professors from college. :) On 2008/02/22, at 12:38, Philip Bridson wrote: Just to finish the discussion, but I have also just found out that you cannot overload functions in

Re: Private Methods

2008-02-22 Thread João Pavão
to a more recent version. What do you gain by deciding (and forcing) what a user of the code can and cannot do with it? -- João Pavão On 2008/02/22, at 12:16, Philip Bridson wrote: I agree. Your point hit the nail on the head and is exactly the reason that I do not want this method to be