Back

Topic

[KB514]How to disable the vertical scroll bar when using Webvue and MS Internet Explorer

Tags: Webvue

13 years ago
By AGTR
Options
Print
Applies to:

WebVue versions supplied with PcVue version 11.2 and earlier.
WebVue versions supplied with PcVue version 12 onwards use different technology to which this article is not applicable.


Summary:

When you are watching your mimic through Webvue, a vertical scroll bar is displayed even if you don’t need it.


Details:

As you can see below into the red area, a vertical scroll bar is displayed on the right. This behavior is due to Internet Explorer.

webvue_Before_KB514

You can hide this bar by updating the INDEX.HTML file located in the WEB folder of the project.

Open this file by using a text editor and add the following information.

webvue_KB514

<HTML>
<HEAD>
<TITLE>WebVue</TITLE>
<style>
html, body {overflow:hidden;margin:0px;padding:0px;}
</style>
</HEAD>

Now, if you launch Webvue with Internet Explorer, the scroll bar is not visible.

webvue_After_KB514

 


Created on: 01 Dec 2011 Last update: 13 May 2024