Il venerdì 29 giugno 2007, Walter Lorenzetti ha scritto:
> I find the solution....
>
> on toolbar I find that domouseclick function is called 2 times
> one in "onmousedown" event and one in "onclick" event
>
> so if you change
>
> the line 69 in /incphp/util.php
>
> ($ba[1] == "0" ?  "onmousedown=\"setTbTDButton('$b');\"" :
> "onmousedown=\"TbDownUp('$b','d');domouseclick('$b')\"
>
> in
>
> ($ba[1] == "0" ?  "onmousedown=\"setTbTDButton('$b');\"" :
> "onmousedown=\"TbDownUp('$b','d');\"
>
> the ajax call is done one time only

It seems to work, thanks!


>
> this because for select or auto_identify action
> in mapserver.js file on domuouseclick() function a ajax() calliing is done
> but no for other action

>
> is possible?

I still don't understand completely how it works here, I need to investigate 
some more.




-- 
Alessandro Pasotti
itOpen - "Open Solutions for the Net Age"
w3:  www.itopen.it
Linux User# 167502

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to