It works now. In the example code in of th embedding app in
WebbrowserChrom.cpp the roiginal code reads
NS_IMETHODIMP WebBrowserChrome::GetVisibility(PRBool * /
*aVisibility*/)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
This causes the scrolling not to work. Changing the code to
NS_IMETHODIMP Web
Hi all,
I have built the example in https://wiki.mozilla.org/Embedding/NewApi
(great work: it does help to make things easier for newcomers).
This projects compiles, builds and runs in its original form. I have
built it with visual studio 2010 and against gecko 2.0 bete 4.
There is one issue thoug