Ciao José,
I'm using your cWindow.AddWebBrowserControl wrapper to create UI interface for my editor and interact with user choices.
So far all is working really well and I will replace many of my UI classic WIN32 dialogs with html/css pages.
I've problems with Javascript events.
Seems Javascript is not executed inside embedded control while if I open the same exact page web page in any browser all is fine.
Maybe there is some options I need to activate in embedded web browser control to let JS script be fired?
Maybe some security option?
Thanks a lot
Eros
I'm using your cWindow.AddWebBrowserControl wrapper to create UI interface for my editor and interact with user choices.
So far all is working really well and I will replace many of my UI classic WIN32 dialogs with html/css pages.
I've problems with Javascript events.
Seems Javascript is not executed inside embedded control while if I open the same exact page web page in any browser all is fine.
Maybe there is some options I need to activate in embedded web browser control to let JS script be fired?
Maybe some security option?
Thanks a lot
Eros
Comment