[mapguide-users] Re: Insert a Point in MapGuide map

2010-11-29 Thread ar_gaeta
The point is that I don't receive any error, and the procedure go ahead without problem. I put a catch - getDetails at the end of the script and nothing happen. I put as well some out.println in the middle of the code to verify the creation of variables, and all the results seems to be good. So I

[mapguide-users] Re: Accessing Fusion commands from parent window

2010-11-29 Thread ar_gaeta
I don't know if this can help you (for the moment I didn't use a lot Fusion, I'm working more on Ajax), but you can have a look at the chapter Understanding viewer frame of the MapGuide Developer's Guide...unless you did yet! You can take it here:

Re: [mapguide-users] Accessing Fusion commands from parent window

2010-11-29 Thread Michael Adair
In Fusion trunk, in MapguideViewerApi.js , the reference to the Fusion window is coded like so: /* locate the Fusion window */ function GetFusionWindow() { var curWindow = window; while (!curWindow.Fusion) { if (curWindow.parent curWindow != curWindow.parent) {

[mapguide-users] Re: Insert a Point in MapGuide map

2010-11-29 Thread djonio
I am somewhat confused in determining what the issue really is, but ... maybe ... review your class definition. MgPropertyDefinitionCollection * GetIdentityProperties () r, dennis -- View this message in context:

Re: [mapguide-users] Accessing Fusion commands from parent window

2010-11-29 Thread Gordon Luckett
If you have put your fusion layout in a frame or iframe you will have to call fusion with top.myframename.6usion -Original message- From: Michael Adair mad...@dmsolutions.ca Date: Mon, 29 Nov 2010 09:26:57 -0800 To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Accessing

[mapguide-users] Re: Insert a Point in MapGuide map

2010-11-29 Thread Jackie Ng
Maestro does not offer SDF conversion services with SHP load procedures. The Load Procedure UI should've made this clear. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Insert-a-Point-in-MapGuide-map-tp5777309p5786245.html Sent from the MapGuide Users mailing

[mapguide-users] Re: Accessing Fusion commands from parent window

2010-11-29 Thread Wilson Herrera
thanks for the advice, it has been very helpful. i found a way to refresh the map, but its the only functionality i have accesed so far. GordonL gave me an idea and i was able to acesss the map widget and refresh it. var mapControl = window.frames.maps.Fusion.getWidgetById('Map');