Lars Ole Simonsen

Results 17 comments of Lars Ole Simonsen

Oops - yes: 3.2.6 We have in our platform various features aimed at making debugging user scripts easier. It currently allows inspecting root scope variables only. With access to the...

I think I might be seeing the same issue for comboboxes in the putty configuraton interface. I'm not really aiming to automate putty. I use it for testing a commercial...

Sure - I work at http://sirenia.eu. We have our own automation platform (software robots). I'd be more than happy to push back any fixes/improvements we do. We haven't yet had...

I was reading through this thread after I got stumped on the same problem. What is the intended use of the `newBrowser` out-argument? API-wise `OnBeforePopup` reads like a hook for...

Thanks for getting back to me. Looks like I'll need to look into the `.SetAsChild()` invocation, you mention. It doesn't seem to be featured in the [example](https://github.com/cefsharp/CefSharp/blob/cefsharp/94/CefSharp.Wpf.Example/Handlers/ExperimentalLifespanHandler.cs#L14) I've got this:...

> This would be for WinForms only as stated above. WPF uses SetAsWindowless. My bad - missed that on my first read through. > Does the same example code work...

Thanks for looking into it! As I read your comment, the workaround is to use an empty html page on the same domain in stead of the `about:blank` approach. Unfortunately...