02-28-2011 03:59 PM
Anyone know if there is a better way to resize the QNXStageWebView?
Right now I am changing the Rectangle for the viewPort and doing a webview.reload(); but this seems somewhat inelegant. I don't see anything like redraw/invalidate on the QNXStageWebView though.
Wondering if there is a better way to accomplish this?
Cheers,
mark
02-28-2011 04:06 PM
"inelegant" is a great word to describe QNXStageWebView.
That is best that you probably have with the current version. You can always encapsulate and add your own function(s) to do what needs to be done in a more elegant/normal manner.