[webkit-dev] Plugin is showing but not working on Webkit even its working on firefox

2009-01-14 Thread Ajay Gautam
Hi All, I have doubt regarding plug-in on WebKit Browser for Linux. i am developing a sample plug-in using Netscape based API's which i tried on Webkit. But i am facing an issue when i try to execute the plug-in object in the html page which calls the native function in C++. The error is: Type Erro

[webkit-dev] Problem tp play my file from my GMFplayer plugin (using NP Apis in webkit)

2009-02-23 Thread Ajay Gautam
Hi All, I am embedding my GMFPlayer plugin in webkit using NP Apis ,after stream data(video data) from any media server webkit is launching a black screen . Problem is :i am getting this black screen that i don't want or it should be transparent or i should get some information about it but i am n

[webkit-dev] Please help:::::press tab button twice to go from browser status bar to browser window button in webkit

2009-03-08 Thread Ajay Gautam
Hi , I have a big problem... I am developing a application using gtk-launcher(webkit browser) ,i am using a button and putting the focus on back button of status bar .now i getting a problem that whenever i am going from status bar back button to my button i have to press the tab button twi

Re: [webkit-dev] Please help:::::press tab button twice to go from browser tool bar to browser window button in webkit

2009-03-08 Thread Ajay Gautam
*Instead of status bar its tool bar.* On Mon, Mar 9, 2009 at 11:19 AM, Ajay Gautam wrote: > Hi , > I have a big problem... > I am developing a application using gtk-launcher(webkit browser) ,i am > using a button and putting the focus on back button of status bar .now i

[webkit-dev] A Black screen is coming after finishing media file

2009-03-09 Thread Ajay Gautam
Hi All, I developed a player plugin and register with gtk-launcher(webkit browser frame) ,everything is working fine except after finish playing media file when i pressed back tab ,*there is a black screen is coming* ,i am not getting any information regarding this so please if anybody have any ide

[webkit-dev] Does Webkit support Transport layer security , Advance encryption standard and Secure socket layer

2008-10-23 Thread Ajay Gautam
Hi All, I am very new to Webkit. I have a queryDoes Webkit support Transport layer security ,Advance encryption standard and Secure socket layer? Please tell me anybodyDoes Webkit support CE_HTML? Thanx & Regards Ajay ___ webkit-dev m

[webkit-dev] Can i connect Webkit browser with JAVA Script to access event notification and A/V control

2008-10-23 Thread Ajay Gautam
Hi All, I am confused regarding connection between Webkit browser with JAVA Script to access event notification (to handle UI message or any other message )and A/V control. Please clarify me. Thanx Ajay ___ webkit-dev mailing list webkit-dev@lists.webki

[webkit-dev] communication between upnp and webkit

2008-11-03 Thread Ajay Gautam
Hi All, Please tell me anybody that how to communicate between upnp and webkit browser? Regards Ajay ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] communication between upnp and webkit

2008-11-03 Thread Ajay Gautam
My Main question is...i am getting data from upnp such like description ,file nam.now i want to show this data on Webkit Browser,so what should i do for this? On Tue, Nov 4, 2008 at 8:55 AM, Ajay Gautam <[EMAIL PROTECTED]> wrote: > Hi All, > Please tell me anybody that how to

[webkit-dev] Plugin for mplayer at webkit-r38068

2008-11-05 Thread Ajay Gautam
Hi All, Please help me regarding intalation of Mplayer plugin at webkit-r38068. --Regards Ajay ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] launch webkit browser from my c code

2008-11-11 Thread Ajay Gautam
Hi , I want to launch my webkit browser from my c code as following: pId = fork(); if(pId) { execl("/GtkLauncher","sh","-c",NULL); } but its not launching . Please can anybody tell me that where i am doing wrong? Thanx Ajay _

[webkit-dev] To open the xml file

2008-11-13 Thread Ajay Gautam
Hi , I want to open a xml file(http://117.118.178.81:49154/Test1.xml) which is on a server at Gtk Launcher even i am able to open this file at firefox. Can anybody tell that where i doing wrong?Is it releated to firewall setting ?because i changed firewall firewall settings at firefox connection,sh

[webkit-dev] Fwd: To open the xml file

2008-11-16 Thread Ajay Gautam
> > > >> Am Thu, 13 Nov 2008 15:04:36 +0530 > >> schrieb "Ajay Gautam" <[EMAIL PROTECTED]>: > >> > >> > Hi , > >> > I want to open a xml file( http://117.118.178.81:49154/Test

Re: [webkit-dev] Fwd: To open the xml file

2008-11-17 Thread Ajay Gautam
On Mon, Nov 17, 2008 at 1:46 PM, Nilesh Patil <[EMAIL PROTECTED]> wrote: > hi > > try export http_proxy=: > > When this is exported it will automatically pick up and start browsing > > Thanks & Regards > Niilesh > > On Mon, Nov 17, 2008 at 10:22 AM,

Re: [webkit-dev] Fwd: To open the xml file

2008-11-17 Thread Ajay Gautam
On Mon, Nov 17, 2008 at 4:07 PM, Nilesh Patil <[EMAIL PROTECTED]> wrote: > Need to know exact error > > Thanks & regards > Niilesh > > On Mon, Nov 17, 2008 at 2:47 PM, Ajay Gautam <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, Nov 17, 200

[webkit-dev] Problem to launch the Gtk-Launcher from another thread in my application

2008-12-02 Thread Ajay Gautam
Hi All, I have one application that is running in one main thread ,now i want to launch the Gtk-launcher from my application ,for that i created another thread in my main function from there i am launching Gtk-Launcher ,but control is not coming from Gtk-launcher once its launched ,please tell me w