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

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?

W

Alessandro Pasotti ha scritto:
> Il venerdì 29 giugno 2007, Walter Lorenzetti ha scritto:
>   
>> Hi Alessandro,
>>
>>
>> http://www.faunalia.it/pmapper/Nuove_versioni/pmapper-3.1.0/
>>
>> olè!!!
>>     
>
> Thanks Walter!
>
> I can confirm that x_select.php is called twice in your demo too.
>
> Activate firebug and press "select" button.
>
>   

-- 
Please no  .doc, .xls, .ppt, .dwg:
https://www.faunalia.it/dokuwiki/doku.php?id=public:OpenFormats

Walter Lorenzetti
email+jabber: [EMAIL PROTECTED]
www.faunalia.it
Cell: (+39) 347-6597931  Tel+Fax: (+39) 0587-213742
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy


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