Re: State of the art for Gecko embedding in Windows?

2010-07-22 Thread Carey
I have managed to get the text input to work, my findings recorded in https://bugzilla.mozilla.org/show_bug.cgi?id=533245 Carey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: State of the art for Gecko embedding in Windows?

2010-07-21 Thread Carey
to act on - but I'm too far out of my depth to say what should be happening... I hope somebody can offer some suggestions or experiences with this issue. Carey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.o

Re: State of the art for Gecko embedding in Windows?

2010-07-21 Thread Carey
to act on - but I'm too far out of my depth to say what should be happening... I hope somebody can offer some suggestions or experiences with this issue. Carey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.o

Re: State of the art for Gecko embedding in Windows?

2010-07-21 Thread Carey
to act on - but I'm too far out of my depth to say what should be happening... I hope somebody can offer some suggestions or experiences with this issue. Carey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.o

Re: Using NewAPI embedding example to recieve javascript events

2010-03-23 Thread Carey
I have got it to work now thanks. The problem was a combination of adding the listener too early and having the wrong event names eg onclick instead of click. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listin

Re: Using NewAPI embedding example to recieve javascript events

2010-03-22 Thread Carey
cerr << "Failed to add my listener." << endl; } return rv; } mozView->LoadURI("http://google.com";); mozView->AddListener(); then click buttons and no event is recieved in the c++ host Carey ___

Re: Using NewAPI embedding example to recieve javascript events

2010-03-22 Thread Carey
cerr << "Failed to add my listener." << endl; } return rv; } mozView->LoadURI("http://google.com";); mozView->AddListener(); then click buttons and no event is recieved in the c++ host Carey ___

Using NewAPI embedding example to recieve javascript events

2010-03-22 Thread Carey
it doesn't, I have tried various other events without success too. Can anybody help with this? Thanks Carey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

auto registration fails in 1.9.2

2010-03-07 Thread Carey
(Windows), could provide a call stack if anybody is interested. Thanks CArey ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding