*Browser object full screen?

Started by Cedric, September 04, 2020, 10:45:29 AM

Previous topic - Next topic

Cedric

Hi,

wondering if possible to open a Browser object in full screen just like a normal window/browser?

Devon Austen

When you say fullscreen do you mean what happens when you hit F11 in a browser like chrome? Or do you just mean pressing the maximize button on a resizable window?
Principal Software Engineer for PVX Plus Technologies LTD.

Cedric

No, I mean... Create a window that contains the Browser object that can be resizable and maximized if needed. (just like a normal browser)
In other words, make the Browser object grow within the window?

Devon Austen

Are you using Nomads or is this a non Nomads screen?
Principal Software Engineer for PVX Plus Technologies LTD.

Cedric


Devon Austen

The *browser control is similar to many of the other PxPlus controls and is resized in the same way.

For non-nomads you have to add the logic yourself to detect a resize event CTL = -1105. Then on that event you can use the [pvx]left, [pvx]top, [pvx]height, and [pvx]width properties of the *browser control to adjust the size and position based on the resize of the window.

The only way for PxPlus to handle it for you is to use Nomads.
Principal Software Engineer for PVX Plus Technologies LTD.