Hi guys,

Would you like to unsubscribe me from the list?

----- Oorspronkelijk bericht -----
Van: [email protected] 
<[email protected]>
Aan: qt-jambi-interest <[email protected]>
Verzonden: Thu Mar 04 20:33:03 2010
Onderwerp: [Qt-jambi-interest] Redefinition of the object Screen

Hi all, 
The problem is that I must specify its properties in the object screen (such as 
screen resolution, color depth, etc.), And 
the available methods webView.page().mainFrame().evaluateJavaScript() and 
webView.page().mainFrame(). 
addToJavaScriptWindowObject() do not make it. I tried to substitute for 
evaluateJavaScript():

String js = "var screen = new Object; " +
          "screen.height = " + this.resolHeight + "; " +
          "screen.width = " + this.resolWidth +"; " +
          "screen.colorDepth = " + this.resolColorDepth + "; ";

My addToJavaScriptWindowObject() method worked in the slot signal 
javaScriptWindowObjectCleared of frame:

QObject obj = new QObject();
obj.setProperty("height", "800");
this._webView.page().mainFrame().addToJavaScriptWindowObject("screen", obj);

Not work, anyway all the properties of the object Screen are system, but not 
those that I install.
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

The information contained in this e-mail is confidential and may be privileged. 
It may be read, copied and used only by the intended recipient. 
If you have received it in error, please contact the sender immediately by 
return e-mail; please delete in this case the e-mail and do not disclose its 
contents to any person. 
We don't accept liability for any errors, omissions, delays of receipt or 
viruses in the contents of this message which arise as a result of e-mail 
transmission.

APG Asset Management is part of APG Algemene Pensioen Groep NV, Heerlen, 
registered in the trade register Limburg, The Netherlands no.14099617.
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to