Re: [mapguide-users] DigitizePoint from a new browser window

2009-09-14 Thread IBB INGENIEURBÜRO BATTEFELD
Hi Jackie, hi Kenneth, thanks for making a good start in the week. I'm opening the PHP macro from the task bar as a new window. Both versions opener.parent.parent.mapFrame.DigitizePoint(OnPointDigitized, abc); and ... function DigitizePoint(m) { var seite = GetMapFrame(); ...

Re: [mapguide-users] DigitizePoint from a new browser window

2009-09-14 Thread Kenneth Skovhede, GEOGRAF A/S
Try using firebug and set a breakpoint, you can then examine the variables, and see what they are. For this example your code resides in the current page, so I don't understand why you call opener.mapFrame to activate the function. Next up, when you call parent.parent.mapFrame, you do so from a

[mapguide-users] DigitizePoint from a new browser window

2009-09-13 Thread Peter Scigalla
Hello, my task: I'am trying to pickup a point coordinate when the user clics on the map to center the map on this point with a new scale. It runs fine when I do this from the task pane. Here a code snippet: function DigitizePoint(m) { if (m==) {