Re: Newbie suggestion required: WebKit thumbnail generation
Re: Newbie suggestion required: WebKit thumbnail generation
- Subject: Re: Newbie suggestion required: WebKit thumbnail generation
- From: Giulio Cesare Solaroli <email@hidden>
- Date: Wed, 15 Sep 2004 00:13:18 +0200
Hi everybody,
I have started hacking my very first XCode project and getting the
first results. :-)
Now I have another newbie question for Cocoa/WebKit experts.
Given my target (I would like to build an "headless" (without any GUI)
tool to create web pages thumbnails using WebKit) is better to start
with a simple Cocoa Application and try to hide the GUI, or should I
start with a Foundation Tool project and add all the required pieces?
I am trying to follow the second path (Foundation Tool); it seems that
I have managed to instantiate a WebView object and let it start the
download (invoicing the takeStringURLFrom: method), but the webView
seems to be stuck, always returning an "estimatedProgress" of 0.1.
My suspect is that WebView is missing the Cocoa event handler in order
to successfully process my request. Is this correct, or is there
something else I am missing?
Thanks in advance for your attention.
Regards,
Giulio Cesare Solaroli
PS: if anybody is interested in the code I am trying to develop, I am
very willing to share it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden