Re: Using HTML form in cocoa app

2009-11-14 Thread Jerry Krinock
On 2009 Nov 12, at 09:16, Mark Reddick wrote: Hey all. I'm trying to figure out how to use an HTML form in a cocoa application... Looks like WebKit to me. http://developer.apple.com/mac/library/documentation/Cocoa/Reference/WebKit/ObjC_classic/Intro/IntroWK.html

Using HTML form in cocoa app

2009-11-13 Thread Mark Reddick
Hey all. I'm trying to figure out how to use an HTML form in a cocoa application. The situation is that I need to be able to read files that contain an HTML page with an HTML form in it. I then need to somehow present this form to the user (in my cocoa app) and let them fill it out. These