QueueMetrics forum

QueueMetrics => Running QueueMetrics => Topic started by: mudcow007 on May 22, 2008, 17:36:57

Title: wallboard page sizes
Post by: mudcow007 on May 22, 2008, 17:36:57
hello all

we are struggerling with the size of the wallboard. we are wanting to run the wallboard to a 37" widescreen monitor mounted on the wall however, because of the way the wallboard is designed through html/ java the monitor is only showing on half of the screen

is there a way to increase the size of the cells within the tables? so they go right across the screen

i have already increased the size of the fonts (the easy bit!)

many thanks Danny
Title: Re: wallboard page sizes
Post by: QueueMetrics on May 23, 2008, 09:55:05
Can you show a screenshot of what is going on? Which browser are you running?
Title: Re: wallboard page sizes
Post by: mudcow007 on May 23, 2008, 10:23:01
hi sorry i should of included a screen dump before!

(http://i25.photobucket.com/albums/c81/mudcow007/screendump.gif)

the browser is IE7
Title: Re: wallboard page sizes
Post by: QueueMetrics on May 23, 2008, 11:38:51
At the moment column widths are in compiled-code, so they cannot be changed. Could you reduce the sreen resolution so thnat it appears larger?


 
Title: Re: wallboard page sizes
Post by: mudcow007 on May 23, 2008, 15:38:07
righto, we have changed the resolution to 1024x768 so now the display is "full screen" however, a small thing is although its nice to see when then screen is being refreshed, is there a way to remove the clock and scroller?

the reason for this is that with the resolution being so low now there hardly any room for the queues

(http://i25.photobucket.com/albums/c81/mudcow007/screendump2.gif)

thanks
Title: Re: wallboard page sizes
Post by: QueueMetrics on May 24, 2008, 09:20:35
hmmm....  you should set the CSS element orologio to visibility: hidden or whatever that is in CSS. :) Do not change the HTML code because the page needs DHTML access to all of the elements.
Title: Re: wallboard page sizes
Post by: mudcow007 on May 27, 2008, 11:15:18
thanks for pointing me in the right direction!

if i set visibility to hidden the clock and scroller does disappear but the queue information still wont go up (does that make sense?!) (http://i25.photobucket.com/albums/c81/mudcow007/screendump3.gif)

i have been playing around with, if i remove #titolo. Then at the top of the screen goes blank so i should then be able to use  alignment in #scroller  to move the queue information up

however the top: 0px; has no effect moving the queue information up

i know its probably something really stupid that i have missed!

thanks all :)
Title: Re: wallboard page sizes
Post by: QueueMetrics on May 27, 2008, 14:06:39
You can try making #titolo invisible as well. That should be it.
Title: Re: wallboard page sizes
Post by: mudcow007 on May 30, 2008, 17:47:01
great stuff!

solved