Re: [Q] Any document that shows differences of Cocoa, programming for Mac and for the iPhone/iPod touch?

2008-07-15 Thread JongAm Park
Oh.. Thank you very much for the links. Actually I know the KATI blog. I even bookmarked it before, but I didn't noticed the article! I found her blog from flickr link at Cocoa Head LA! http://www.flickr.com/photos/kepi/2586194046/ What is more interesting here is that our beloved phone from a

Re: [Q] Any document that shows differences of Cocoa, programmiing for Mac and for the iPhone/iPod touch?

2008-07-15 Thread Michael Ash
On Tue, Jul 15, 2008 at 11:29 AM, JongAm Park <[EMAIL PROTECTED]> wrote: > Thanks for the reply, Mr. Arentz. > Yeah.. I read the document but it doesn't really give me some idea on why it > is made and why we need to use it. > Until the Tiger, views in a NIB file could be loaded, couldn't it? The

Re: [Q] Any document that shows differences of Cocoa, programmiing for Mac and for the iPhone/iPod touch?

2008-07-15 Thread JongAm Park
Thanks for the reply, Mr. Arentz. Yeah.. I read the document but it doesn't really give me some idea on why it is made and why we need to use it. Until the Tiger, views in a NIB file could be loaded, couldn't it? So, I agree with your last comment. :) The NSViewController documentation does a g

Re: [Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-15 Thread Stefan Arentz
On Jul 14, 2008, at 11:50 PM, Stefan Arentz wrote: On Jul 14, 2008, at 4:15 PM, JongAm Park wrote: ... (Well, I just looked up "NSViewController" document and it says that it was added to the Leopard. Is there any document which explains why it is added and how the programming model is c

Re: [Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-14 Thread Stefan Arentz
On Jul 14, 2008, at 4:15 PM, JongAm Park wrote: ... (Well, I just looked up "NSViewController" document and it says that it was added to the Leopard. Is there any document which explains why it is added and how the programming model is changed due to the addition of it? ) The NSViewContro

Re: [Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-14 Thread JongAm Park
I'm sorry. I thought that the announcement of the final Xcode 3.1 also covered the iPhone SDK issue automatically. Thanks for reminding me of that. Waqar Malik wrote: Still under NDA. __

Re: [Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-14 Thread Waqar Malik
Still under NDA. --Waqar On Jul 14, 2008, at 3:15 PM, JongAm Park wrote: Hello, all. Because the final SDK for the iPhone came out, I started to take a look at it. Although I knew that Window/View hierarchies are different

Re: [Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-14 Thread Bill Bumgarner
The iPhone SDK, including all APIs, is still under NDA. It can't be discussed here, nor can it be discussed in any other public forum. b.bum smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

[Q] Any document that shows differences of Cocoa programming for Mac and for the iPhone/iPod touch?

2008-07-14 Thread JongAm Park
Hello, all. Because the final SDK for the iPhone came out, I started to take a look at it. Although I knew that Window/View hierarchies are different on the Mac and the iPhone, I found that there were some fundamental difference in programming model. For example, this code from http://devel

Re: iPhone/iPod Touch

2008-03-21 Thread Scott Anguish
NDA wasn't an issue with the original question, so I just kept my trap shut about it. nobody suggested the private API way either, so no harm no foul... On Mar 21, 2008, at 4:34 PM, I. Savant wrote: Second, all of this is still under NDA, and you shouldn't be posting it to a public mailing

Re: iPhone/iPod Touch

2008-03-21 Thread I. Savant
> Man... Scott's been silent since that day the iPhone maniac was wildly > flipping the NDA switch on and off. > > I hope he's not in a straightjacket somewhere now, although I'd > totally understand that. Hopefully he's just got a bad case of the flu > or something. Personally, I think Sco

Re: iPhone/iPod Touch

2008-03-21 Thread Dave Hersey
On Mar 21, 2008, at 4:21 PM, I. Savant wrote: ... except of course for that hour a few weeks ago before Apple changed their mind. But now we can't again and they *really mean it* this time. ;-) Man... Scott's been silent since that day the iPhone maniac was wildly flipping the NDA switch o

Re: iPhone/iPod Touch

2008-03-21 Thread I. Savant
> Second, all of this is still under NDA, and you shouldn't be posting > it to a public mailing list. ... and if I recall correctly, to answer the OPs question on cocoa-dev (as opposed to, say, Omni's list, hint-hint) would also be breaking the rules since there's no public API to get the name

Re: iPhone/iPod Touch

2008-03-21 Thread Clark Cox
On Fri, Mar 21, 2008 at 1:16 PM, Conrad Taylor <[EMAIL PROTECTED]> wrote: > Hey Clark, you might to take a look at the following video: First, what you posted has nothing to do with tht OP's question. They were asking about how to get the name of an iPod/iPhone *from a Mac to which they are connec

Re: iPhone/iPod Touch

2008-03-21 Thread I. Savant
On Fri, Mar 21, 2008 at 4:16 PM, Conrad Taylor <[EMAIL PROTECTED]> wrote: > Hey Clark, you might to take a look at the following video: > Leveraging iPhone Location, Acceleration, Orientation, and System This is the point where we slam up hard against the non-disclosure agreement to which we al

Fwd: iPhone/iPod Touch

2008-03-21 Thread Conrad Taylor
Hey Clark, you might to take a look at the following video: Leveraging iPhone Location, Acceleration, Orientation, and System Information Lastly, I would recommend that you ut

Re: iPhone/iPod Touch

2008-03-21 Thread Clark Cox
On Fri, Mar 21, 2008 at 7:23 AM, Matt Mashyna <[EMAIL PROTECTED]> wrote: > This isn't really a cocoa question but you guys know everything. I > need to know when an iPod Touch or iPhone is connected and get it's > name. The other iPods are easy to query because they look like disk > volumes. Doe

iPhone/iPod Touch

2008-03-21 Thread Matt Mashyna
This isn't really a cocoa question but you guys know everything. I need to know when an iPod Touch or iPhone is connected and get it's name. The other iPods are easy to query because they look like disk volumes. Does anyone know how I can as an iPod Touch what its name is ? Thanks, Matt ___