Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Holger Freyther
On Monday 08 June 2009 18:46:07 Zongheng Zhou wrote: > I have the same issue, and I am using Solaris. Do you know how to disable > the image loading? Thanks. Qt or Gtk+. But in both cases there is a *Settings class... and you can consult the API documentation... for Qt[1] for Gtk+[2]. z. [1] ht

Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Zongheng Zhou
I have the same issue, and I am using Solaris. Do you know how to disable the image loading? Thanks. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How to disable webkit image loading

2009-06-04 Thread Darin Adler
On Jun 4, 2009, at 9:40 AM, James Howlett wrote: Is there any configuration/setting in the code which can dynamically enable/disable image loading? If yes, can you please tell me how to do that in the code? Sure. [[webView preferences] setLoadsImagesAutomatically:NO] You didn’t speci

[webkit-dev] How to disable webkit image loading

2009-06-04 Thread James Howlett
Hi, Is there any configuration/setting in the code which can dynamically enable/disable image loading? If yes, can you please tell me how to do that in the code? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/m