Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Regular Contributor
Rossman
Posts: 51
Registered: ‎02-02-2011

Resizing QNXStageWebView

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

Please use plain text.
Developer
jtegen
Posts: 6,154
Registered: ‎10-27-2010
My Carrier: AT&T

Re: Resizing QNXStageWebView

"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.

Please use plain text.