Problem with screen going blank in browser and no scrollbars

vader1000
2011-06-10
2011-06-10
  • vader1000 - 2011-06-10

    I have a wago 750-841 visualization with the latest version of codesys 2.3. I am having a problem where my visualization sometimes comes up blank by default. I need to go to the address bar and press <enter> and then it comes in (maybe 30 seconds later).</enter>

    I was also not getting scrollbars if the applet was bigger than my window. I inserted this into the of the webvisu.htm page: style="overflow: auto; width:1024px; height:768px;"

    It appears to have put in scrollbars for the required size, but when I try to scroll, guess what? The screen goes blank. The only way to get it back is to reopen the browser or keep hitting refresh and eventually it shows up, however, I still can't scroll. It puts me to the top of the screen again.

    Ideas? This is driving me nuts and I just can't figure out what is going on!

     
  • vader1000 - 2011-06-10

    Figured it out. I also modified another tag to this and all scrolls fine. It previously had 100% instead of the px numbers. No disappearing data now.

    <applet code="webvisu/WebVisu.class" name="WebVisu" height="768px" codebase="." width="1024px" id="webvisuapplet">

    </applet>
     

Log in to post a comment.