PxPlus User Forum

Main Board => Discussions => Wish List => Topic started by: Thomas Bock on November 04, 2019, 07:23:23 AM

Title: visible property for *browser
Post by: Thomas Bock on November 04, 2019, 07:23:23 AM
The browser control seems to issue a "look at me" event on each change. Windows puts a yellow background on the task button or brings the container window to top.
We do col=0 and width=0, because there is no visibility porperty. This fires such an event. The same thing happens after loading a web page has taken some time.

We'd like to use a *browser'visible=0 in order to prevent such events.
Title: Re: visible property for *browser
Post by: Devon Austen on November 04, 2019, 08:23:19 AM
You can hide the *browser control using the HIDE directive.

HIDE browserWindow

make the change...

SHOW borwserWindow