ScreenWatch WebSite    boards.screenwatch.com    ScreenWatch Support Forums  Hop To Forum Categories  ScreenWatch Version 6  Hop To Forums  ScreenWatch General Support Questions    800x600 window laid out for 640x480 capture?
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
Hi Brian,

When viewing a finished presentation with a 640x480 screen capture, there is a large black border to the right and bottom. It appears that an 800x600 window is laid out for the screen capture, but the 640x480 capture only takes up a portion of the window. Any ideas?

Thanks,
Dave
 
Posts: 12 | Registered: 25 March 2006Reply With QuoteReport This Post
Posted Hide Post
Hi Dave,

I see what you are talking about. I'll look into it. The stream is encoded for 640x480, so it must be a snaffu with our web template that is sizing the screenwatch portion a little larger.

I'll try and have some more on this, this afternoon,

Thanks,
OPTX Support
 
Posts: 129 | Registered: 01 March 2005Reply With QuoteReport This Post
Posted Hide Post
Hi Dave,

I think I found the problem. Our stylesheet for the particular templates have a hard coded 800x600 size in them. Usually, a larger screen presentation overshoots these and you can't tell. But in the case of a smaller screen, you can't. So here is a workaround for you:

In the templates folder where you installed ScreenWatch producer, choose your template style you are using (for example metal)
and edit the metal.css file.

Look for the following entry:

div.scdisplay
{
position: absolute;
background-color: #000000;
left: 160px;
height: 600;
width: 800;
visibility: visible;
z-index: 4;
}

And change it to:

div.scdisplay
{
position: absolute;
background-color: #000000;
left: 160px;
height: 480;
width: 640;
visibility: visible;
z-index: 4;
}

That should work for all screensizes down to 640x480.

I'll put this in as a bug. If you have problems changing this setting and need more help, let us know.

Thanks,
OPTX Support
 
Posts: 129 | Registered: 01 March 2005Reply With QuoteReport This Post
  Powered by Social Strata  
 

ScreenWatch WebSite    boards.screenwatch.com    ScreenWatch Support Forums  Hop To Forum Categories  ScreenWatch Version 6  Hop To Forums  ScreenWatch General Support Questions    800x600 window laid out for 640x480 capture?

The contents of this forum are copyright by OPTX International 2005