Author Topic: wallboard page sizes  (Read 4792 times)

mudcow007

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
    • View Profile
    • Email
wallboard page sizes
« 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

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: wallboard page sizes
« Reply #1 on: May 23, 2008, 09:55:05 »
Can you show a screenshot of what is going on? Which browser are you running?

mudcow007

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
    • View Profile
    • Email
Re: wallboard page sizes
« Reply #2 on: May 23, 2008, 10:23:01 »
hi sorry i should of included a screen dump before!



the browser is IE7

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: wallboard page sizes
« Reply #3 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?


 

mudcow007

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
    • View Profile
    • Email
Re: wallboard page sizes
« Reply #4 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



thanks

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: wallboard page sizes
« Reply #5 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.

mudcow007

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
    • View Profile
    • Email
Re: wallboard page sizes
« Reply #6 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?!)

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 :)

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: wallboard page sizes
« Reply #7 on: May 27, 2008, 14:06:39 »
You can try making #titolo invisible as well. That should be it.

mudcow007

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
    • View Profile
    • Email
Re: wallboard page sizes
« Reply #8 on: May 30, 2008, 17:47:01 »
great stuff!

solved