Rank: Member Groups: Member
Joined: 4/12/2014 Posts: 15
|
Hi, I'm evaluating the WebBrowser and I want to know if it can do all what i want. I have a question: i can't understand if it's possible to intercept the new window size when the event is raised. I try to explain better what i want: during the web navigation i click on a link that make a javascript call of type: "window.open(...,size)". In classic browsers, the size parameter of the javascript call is intercepted and the new browser popup has the size defined in the window.open call. With WebBrowser I have only a NewWindowEvent raised and inside my event handler i can open a new Form() to display the popup content, but i can't retrieve the size that this popup need to have. Is it possible to get this information?
Thank's
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Internally we do have this information. We should be able to provide you a new build that expose those values to very soon.
Thanks!
|
Rank: Member Groups: Member
Joined: 4/12/2014 Posts: 15
|
For us this information is very very important and without this parameters we can't buy your product because it's unusable for our context. So, when do you expect to release the new version?
Thank's
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, We have just posted a new build yesterday that added these properties: http://www.essentialobjects.com/doc/6/eo.webbrowser.newwindoweventargsproperties.aspxYou can download the new build from our download page. Please feel free to let us know if you still have any questions. Thanks!
|