"Tom Lee" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > "Karim Metwalli" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I'm writing an a XPCOM object that I would like to see callback its > > parent which is a piece of javascript code. Are callbacks from C++ to > > JavaScript possible? How do I get a pointer to a JavaScript function? > > Otherwize, can I send an event to the JavaScript? > > > > If you know of a sample, please send it my way. > > K > > > > Do you still need to know how to call JavaScript functions from C++? I have > done this successfully from my C++ XPCOM object.
I was about to dive into this myself. I would be very interested in seeing how it can be done.
