Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-19 Thread Salvator*eL*arosa



Armin Burger wrote:
 
 at least in the latest stable of 3.0 this problem does not appear for 
 clicking on the 'Search' button, just in case you hit 'return' when 
 being with the cursor in the input field.
 
 armin
 
 
 
 

thanks very much for reply.
I have resolved  replacing some file from p.mapper 3.0.1 version
but hiting return don't work, yet.
I'm at the end of the job, therefore cannot to pass at newest version of
p.mapper
it would involve a lot time to edit the new file (templates, map.php ecc
ecc) to adjust
my appearances in layout.


-- 
View this message in context: 
http://www.nabble.com/pmapper3.0-and-infoWin--tf3939642.html#a11203134
Sent from the pmapper users mailing list archive at Nabble.com.


-
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


[pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Salvator*eL*arosa

Hi at all, 
In my project, for displaying query result , i have choose infoWin=frame
in confing.ini.
With identify and selection tools work fine, which with search Form no!

When i click on search button, i view the result of the info in infoZone,
but at the same time
i get a window with url:
http://debian/SISNCMS/blank.html?findlist=%23%23cod_cai=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54

My question is:

How can i do not displaying it?

Sorry my english and thanks for reply!
-- 
View this message in context: 
http://www.nabble.com/pmapper3.0-and-infoWin--tf3939642.html#a11173755
Sent from the pmapper users mailing list archive at Nabble.com.


-
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


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Salvator*eL*arosa



Salvator*eL*arosa wrote:
 
 Hi at all, 
 In my project, for displaying query result , i have choose infoWin=frame
 in confing.ini.
 With identify and selection tools work fine, which with search Form no!
 
 When i click on search button, i view the result of the info in infoZone,
 but at the same time
 i get a window with url:
 http://debian/SISNCMS/blank.html?findlist=%23%23cod_cai=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54
 
 My question is:
 
 How can i do not displaying it?
 
 Sorry my english and thanks for reply!
 

This is my submitSearch function:

function submitSearch() {
var searchForm = _$('searchForm');
if (infoWin == 'frame') {
searchForm.target='infoFrame';
} else {
var skvp = getFormKVP('searchForm');
//alert(skvp);
var resultwin = openResultwin('blank.html');
searchForm.target='resultwin';

var queryurl = PM_XAJAX_LOCATION + 'x_info.php?' + skvp +
'mode=search';
//alert(queryurl);
getQueryResult(queryurl, '');
}
}

-- 
View this message in context: 
http://www.nabble.com/pmapper3.0-and-infoWin--tf3939642.html#a11173850
Sent from the pmapper users mailing list archive at Nabble.com.


-
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


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
If you can try the latest development version of 3.1. It seems that in 
3.0 there is a check missing somewhere. I'll have to look at that.

armin

Salvator*eL*arosa wrote:
 
 
 Salvator*eL*arosa wrote:
 Hi at all, 
 In my project, for displaying query result , i have choose infoWin=frame
 in confing.ini.
 With identify and selection tools work fine, which with search Form no!

 When i click on search button, i view the result of the info in infoZone,
 but at the same time
 i get a window with url:
 http://debian/SISNCMS/blank.html?findlist=%23%23cod_cai=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54

 My question is:

 How can i do not displaying it?

 Sorry my english and thanks for reply!

 
 This is my submitSearch function:
 
 function submitSearch() {
 var searchForm = _$('searchForm');
 if (infoWin == 'frame') {
 searchForm.target='infoFrame';
 } else {
 var skvp = getFormKVP('searchForm');
 //alert(skvp);
 var resultwin = openResultwin('blank.html');
 searchForm.target='resultwin';
 
 var queryurl = PM_XAJAX_LOCATION + 'x_info.php?' + skvp +
 'mode=search';
 //alert(queryurl);
 getQueryResult(queryurl, '');
 }
 }
 

-
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


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
at least in the latest stable of 3.0 this problem does not appear for 
clicking on the 'Search' button, just in case you hit 'return' when 
being with the cursor in the input field.

armin

Salvator*eL*arosa wrote:
 Hi at all, 
 In my project, for displaying query result , i have choose infoWin=frame
 in confing.ini.
 With identify and selection tools work fine, which with search Form no!
 
 When i click on search button, i view the result of the info in infoZone,
 but at the same time
 i get a window with url:
 http://debian/SISNCMS/blank.html?findlist=%23%23cod_cai=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54
 
 My question is:
 
 How can i do not displaying it?
 
 Sorry my english and thanks for reply!

-
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