Hi Armin
I've test a bit your beta release for 1.3.0 with window resizing
ported into ver 1.
I like a lot this chance also in ver 1 but I got some problem with a
warning above the main window
"Warning: Invalid argument supplied for foreach() in
/var/www/pmapper-1.3.0/incphp/util.php on line 102"

and 102 line is

102    foreach ($winDimensions as $size => $vals) {

        $html .= "    <OPTION value=\"$vals[0]#$vals[1]#$size\"";

        if ($size == $winsize) $html .= " selected ";

        $html .= ">" . _p($vals[2]) . "</OPTION> \n";

    }

and also after some normal work on mapfile I was not anymore able to
get the TOC shown and working, I don't know if the the warning is
related.

I like the ver 1 because for me the ver 2 is still full of "previous
image" bug and actually it's not usable.
About this bug that I start to think is not much related to mapserve
bug because is so tided to the ver 2 and not ver 1, can you show me
the line to change for try to use a random number for image files and
not pregressive as it seems now.
If you take a look into the tmp dir you can see that sometimes new
image take the the name of previous (you get it from time changed)
that is the point but WHY? so may be,  if it's some counter that
doesn't work, changing the way to make the file name can check if it
is related to that.

luca


-- 
luca marletta

Reply via email to