Can't scroll megapixel picture (1600x1200) in firefox.
Can't scroll megapixel picture (1600x1200) in firefox.
I use an AXIS 221 1600x1200 camera, the capture is fine. When I try to define zones, of course a pop-up window occurs in FireFox. However the image is so large, i can't define zone, some buttons are missing. Can I force Pop-ups in new windows or zoom the window to work with the entire image?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
YOu can tab through the controls thats how i do it, or use a bigger desktop.
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
or hack ZM a little.
find code
in zm_html_view_zones.php and change it to
and you will have scrollbars. I used the same tab trick as jameswilson described.
find code
Code: Select all
function newWindow(Url,Name,Width,Height)
{
var Win = window.open(Url,Name,"resizable,width="+Width+",height="+Height);
}
Code: Select all
function newWindow(Url,Name,Width,Height)
{
var Win = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height);
}
if common sense is so uncommon, why is it called common then?
I wonder what i am doing wrong, i added the scrollbars text to the files
zm_html_view_zone.php
zm_html_view_zones.php
zm_html_view_monitor.php
zm_html_view_console.php
I dont get scrollbars whatever I do and which ever browser I use.
Hmm... Now I got scrollbars in the Zone window when I open it from the monitor window but not from the console.
zm_html_view_zone.php
zm_html_view_zones.php
zm_html_view_monitor.php
zm_html_view_console.php
I dont get scrollbars whatever I do and which ever browser I use.
Hmm... Now I got scrollbars in the Zone window when I open it from the monitor window but not from the console.