[webkit-dev] How to render error message in to main window from webkit

2009-03-02 Thread Nitin Walke
Hi, I can show curl error message in Dialog window. But I want to show message in main window so how can I proceed?How can we render our curl error message from webkit to main window or from gtk+ to main window? any suggestion is appreciated.. Regard, Nitin Walke

Re: [webkit-dev] How to show text message on browser

2009-02-24 Thread Nitin Walke
Hi , I have caught this errorcode in FrameLoaderGtkClient.cpp ,from here can we send message to browser?i.e Can we send user message in browser from webkit? Regards, On Mon, Feb 23, 2009 at 7:58 PM, Nitin Walke wrote: > Hi all, > > I have to show some user defined message in browser.

[webkit-dev] How to show text message on browser

2009-02-23 Thread Nitin Walke
Hi all, I have to show some user defined message in browser.How can I show in browser? pop-window is one where we can show, but I want to show it in browser main window.I am using gtk as front end. suggestion will be appreciated Regards, Nitin ___ web

Re: [webkit-dev] Error Handling in webkit

2009-02-22 Thread Nitin Walke
> > > On Thu, Feb 19, 2009 at 9:02 PM, Nitin Walke wrote: > > Hi, > > Finally I can get errorcode in gtkapplication.Thanks for your > > suggestion. > > I have emitted a GTK signal (error-load-page) in the > > FrameLoaderClientGtk::shouldFallBack meth

[webkit-dev] Error Handling in webkit

2009-02-19 Thread Nitin Walke
Hi, Finally I can get errorcode in gtkapplication.Thanks for your suggestion. I have emitted a GTK signal (error-load-page) in the FrameLoaderClientGtk::shouldFallBack method and handled it in gtkapplication. Here I can get errorcode but errorcode are not matching with standard errorcode.Fo

[webkit-dev] How can I debug webkit in debugger?

2009-02-18 Thread Nitin Walke
Hi all, How can I debug webkit in debugger? I am using opensuse and I have build webkit using "WebKitTools/Scripts/build-webkit --gtk --debug" command. How can I debug webkit in ddd debugger using GtkLauncher? Regards, ___ webkit-dev mailing list webkit

Re: [webkit-dev] How to handle error response on the browser when the HTTP request fails

2009-02-16 Thread Nitin Walke
to report http errors. Also in general you would want to diffferentiate how > you handle errors on mainresource vs subresources > > regards, > Zaheer > > > On Thu, Feb 12, 2009 at 9:04 PM, Nitin Walke wrote: > >> Hi, >> >> Thanks for your su

Re: [webkit-dev] How to handle error response on the browser when the HTTP request fails

2009-02-12 Thread Nitin Walke
ted back but > ignored. you need to implement FrameloaderClient::dispatchDidFailLoading > delegate to pass it back to the application. > > regards, > Zaheer > > > On Wed, Feb 11, 2009 at 7:03 PM, Nitin Walke wrote: > >> Hi, >> >> I am new to Webkit and

[webkit-dev] How to handle error response on the browser when the HTTP request fails

2009-02-11 Thread Nitin Walke
Hi, I am new to Webkit and have developed a basic browser using Webkit GTK port on linux. I want to show error response on the browser when the HTTP request fails for some reason like bad gateway or Server error etc. Currently the browser does not show any response in case of any error. Please adv

[webkit-dev] Error Handling in webkit

2009-02-05 Thread Nitin Walke
Hi all How can I do error handling in webkit? Suppose I have given wrong URL then how can I show proper message? How can I handle this situation?Can you give sample example? Thanks in advance.. Regards, Nitin Walke ___ webkit-dev mailing list webkit

[webkit-dev] glibmm-2.4.8 make error

2009-01-13 Thread Nitin Walke
m-2.4.8/glib/glibmm' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/nitin/Desktop/Downloads/glibmm-2.4.8/glib/glibmm' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/nitin/Desktop/Downloads/gl

[webkit-dev] IDE for gtk+

2009-01-08 Thread Nitin Walke
Hi all, I have created sample browser in GTK+ with webkit. I want to debug it so which IDE should use to debug. Can you give me sample application in debug mode for gtk+. Thanks in advance Regards, Nitin Walke ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] start with webkit

2009-01-06 Thread Nitin Walke
Hello , I have build webkit for gtk port. problem was with libicu that I have installed now and I am able to created one sample browser with basic functionality and it works fine. thanks for help Regards, Nitin Walke On Fri, Jan 2, 2009 at 9:53 PM, Shariq Rizvi wrote: > > This page i

[webkit-dev] start with webkit

2009-01-02 Thread Nitin Walke
Hi, I am new and I am starting study of webkit. I have downloaded source code of webkit and want to build for GTK port. iwch command to give that I don't know. right now I am building it on suse platform. Please give some link to start with sample application. Regards, Nit ___