Re: [webkit-help] JavaScript Core Extensions

2010-12-30 Thread Alexander Shulgin
On 30.12.2010 12:52, Nimish Nayak wrote: @Alexander Shulgin > There is a function which does exactly the same in the same WebLauncher.cpp file > Here is the function definition http://codepad.org/iQpmzkAC > But even if the function gets called properly it still does not render anything I am c

Re: [webkit-help] JavaScript Core Extensions

2010-12-30 Thread Nimish Nayak
Hi Guys @Gavin Barraclough Thanks for clearing my doubt. I had a faint idea that i was leaking memory there. But am happy now i know for sure :) I have taken necessary steps for freeing the memory (JSStringRelease(my_string)). @Alexander Shulgin @Gavin Barraclough I got the Alerts working. In W

Re: [webkit-help] Javascript Core Extensions

2010-12-24 Thread Alexander Shulgin
On 24.12.2010 13:52, Nimish Nayak wrote: Hi Thanks demallien it cleared my doubt. @Alexander Shulgin >> 2) Using the IWebFrame Interface, loadHTMLString function we can load >> the HTML string when the WinLauncher App starts. But I would like to >> give the location of the File from the loc

Re: [webkit-help] Javascript Core Extensions

2010-12-24 Thread Nimish Nayak
Hi Thanks demallien it cleared my doubt. @Alexander Shulgin >> 2) Using the IWebFrame Interface, loadHTMLString function we can load >> the HTML string when the WinLauncher App starts. But I would like to >> give the location of the File from the local Disk How to achieve this > >Just use loadRe