PDA

View Full Version : problem with tivoweb 1.9.4 & nokia n800


doubledrat
08-28-2007, 02:06 AM
Hi
trying to access tivoweb with a nokia n800 and some of the dialogue boxes are no more than 1 pixel wide e.g. editing season passes. Browser is mozilla 4 compatible. Same in different themes.

ANY ideas? tA

Pete77
08-28-2007, 02:31 AM
Try using xTivoWeb instead perhaps?

See www.tivocommunity.com/tivo-vb/showthread.php?t=344615&page=1

doubledrat
08-28-2007, 03:21 AM
hmmm. maybe as a last resort, but the n800 is 800*480 and wireless G, so I'd rather like to keep the full tivoweb experience if I can. thanks for the pointer though.

johala_reewi
08-28-2007, 07:03 AM
Hi
trying to access tivoweb with a nokia n800 and some of the dialogue boxes are no more than 1 pixel wide e.g. editing season passes. Browser is mozilla 4 compatible. Same in different themes.

ANY ideas? tA

Sounds like a CSS thing. Can you name a theme that has the problem?

Also, do you mean drop down lists when you say dialogue boxes?

Edit:
Have had a quick look at sortof.css and there is the following...

select[name] {
width:100%;
}

This could be causing the hiccup so you might like to try a couple of things.
1) Delete the three lines and let select box lengths default.
2) change 100% to an absolute size like 100px

doubledrat
08-29-2007, 02:07 AM
brilliant! that worked a treat thanks :D

(I commented out the lines you indicated)