Rank: Advanced Member Groups: Member
Joined: 8/29/2016 Posts: 64
|
Hi,
I am creating WebViews via ThreadRunner.CreateWebView(options).
When WebView created in event NewWindow, do I need to set options for new WebView via WebView.SetOptions? Or it will be copied from parent WebView?
As I understood I can't use SetOptions when I create WebViews via ThreadRunner.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You do not need to call SetOptions on the window created through NewWindow event. The new window will be automatically associated to the ThreadRunner that created the original WebView.
Thanks!
|