Skip to main content

Working with Version 10 now.  We have an application the displays a browser-screen.  It works fine.  Then we make the browser invisible.  Later we want to use that browser again and set it to visible.  Now with 10 it doesn't recognise that the browser is visible.  So it doesn't show up.  Is there a way to reinitialize (or whatever) the browser control so that it will be recognized by Windows again?


#web-browser

Working with Version 10 now.  We have an application the displays a browser-screen.  It works fine.  Then we make the browser invisible.  Later we want to use that browser again and set it to visible.  Now with 10 it doesn't recognise that the browser is visible.  So it doesn't show up.  Is there a way to reinitialize (or whatever) the browser control so that it will be recognized by Windows again?


#web-browser

To make it invisible you would do this:

           move 0 to  visible-1

          modify wb-1 visible visible-1

to make it visible you would do this:

          move 1 to  visible-1

          modify wb-1 visible visible-1


Working with Version 10 now.  We have an application the displays a browser-screen.  It works fine.  Then we make the browser invisible.  Later we want to use that browser again and set it to visible.  Now with 10 it doesn't recognise that the browser is visible.  So it doesn't show up.  Is there a way to reinitialize (or whatever) the browser control so that it will be recognized by Windows again?


#web-browser

The complete answer was that I needed to add a display screen after that with the new version.