[pmapper-users] Adding mapurl to favorites
Hi list, I've got a litte problem. I use my own function kp for assigning functions to keys. So I did with key "f". This keypress should use the function window.external.AddFavorite with parameter current_maplink. Looks like this: case 70: // f mapURL=current_maplink; window.external.AddFavorite(mapURL); break; If I insert an alert(current_maplink), the url is perfect: -- Microsoft Internet Explorer:-( -- http://10.170.0.20:8080/map.phtml?dg=&me=2540014.06687,5506783.62852,255 9876.77883,5517156.86102&language=de&config=default -- OK -- But in dialog box for adding to favs the url looks like this: http--10.170.0.208080-map.phtmldg=&me=2540014.06687,5506783.62852,255987 6.77883,5517156.86102&language=de&config=default What happended to the mapurl? (may a nice title for a film or a book:-) Greets, Guido - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users
Re: [pmapper-users] Adding mapurl to favorites
Hi, see http://msdn2.microsoft.com/en-us/library/ms535926(VS.85).aspx for explanation of AddFavorite Function. Works as designed I suppose ;-) Hint: Add a title to AddFavorite parameters On Friday 11 April 2008 11:14:11 Geografisches Informationssystem wrote: > Hi list, > > I've got a litte problem. I use my own function kp for assigning > functions to keys. So I did with key "f". This keypress should use the > function window.external.AddFavorite with parameter current_maplink. > Looks like this: > case 70: // f > mapURL=current_maplink; > window.external.AddFavorite(mapURL); > break; > > If I insert an alert(current_maplink), the url is perfect: > -- > Microsoft Internet Explorer:-( > -- > http://10.170.0.20:8080/map.phtml?dg=&me=2540014.06687,5506783.62852,255 > 9876.77883,5517156.86102&language=de&config=default > -- > OK > -- > > But in dialog box for adding to favs the url looks like this: > http--10.170.0.208080-map.phtmldg=&me=2540014.06687,5506783.62852,255987 > 6.77883,5517156.86102&language=de&config=default > > What happended to the mapurl? (may a nice title for a film or a book:-) > > Greets, > > Guido > > > - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/java >one ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users
Re: [pmapper-users] Adding mapurl to favorites
see http://msdn2.microsoft.com/en-us/library/ms535926(VS.85).aspx armin On Fri, Apr 11, 2008 at 11:14 AM, Geografisches Informationssystem <[EMAIL PROTECTED]> wrote: > Hi list, > > I've got a litte problem. I use my own function kp for assigning > functions to keys. So I did with key "f". This keypress should use the > function window.external.AddFavorite with parameter current_maplink. > Looks like this: > case 70: // f > mapURL=current_maplink; > window.external.AddFavorite(mapURL); > break; > > If I insert an alert(current_maplink), the url is perfect: > -- > Microsoft Internet Explorer:-( > -- > http://10.170.0.20:8080/map.phtml?dg=&me=2540014.06687,5506783.62852,255 > 9876.77883,5517156.86102&language=de&config=default > -- > OK > -- > > But in dialog box for adding to favs the url looks like this: > http--10.170.0.208080-map.phtmldg=&me=2540014.06687,5506783.62852,255987 > 6.77883,5517156.86102&language=de&config=default > > What happended to the mapurl? (may a nice title for a film or a book:-) > > Greets, > > Guido > > > - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users
[pmapper-users] changing measure distance from km to meters
Hi at all, How can i changing units of distance from Kilometers to meters in measure tool? I am using p.mapper 3.0! thanks! - Salvatore Larosa GPG: 0xE504BBE2 (FP: D9B2 CA87 81CD 1B91 E24D 3B42 D0F7 FA01 E504 BBE2) -- View this message in context: http://www.nabble.com/changing-measure-distance-from-km-to-meters-tp16627815p16627815.html Sent from the pmapper users mailing list archive at Nabble.com. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users
[pmapper-users] changing measure distance from km to meters
Hi at all, How can i changing units of distance from Kilometers to meters in measure tool? thanks! - Salvatore Larosa GPG: 0xE504BBE2 (FP: D9B2 CA87 81CD 1B91 E24D 3B42 D0F7 FA01 E504 BBE2) -- View this message in context: http://www.nabble.com/changing-measure-distance-from-km-to-meters-tp16627813p16627813.html Sent from the pmapper users mailing list archive at Nabble.com. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users