RE: [mapguide-users] Re: Is there a problem with Aliases on 2.2 RC3

2011-02-17 Thread Gary Morin
Thanks for suggestions, I will take look Gary > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users- > boun...@lists.osgeo.org] On Behalf Of Trevor Wekel > Sent: 17 February 2011 13:46 > To: MapGuide Users Mail List > Subject: RE: [mapguide-users] Re

[mapguide-users] Re: zoom to selected item

2011-02-17 Thread sklein
function ZoomToView(x, y, scale, refresh) { var Fusion = window.top.Fusion; var mapWidget = Fusion.getWidgetById(mapWidgetId); if (mapWidget && mapWidget.isMapLoaded()) { var extent = mapWidget.getExtentFromPoint(x, y, 1000); mapWidget.setExtents(extent); } } -- Vi

RE: [mapguide-users] Re: Is there a problem with Aliases on 2.2 RC3

2011-02-17 Thread Trevor Wekel
Also check file permissions on the user running the MapGuide Server Service. A new install will use the local system account and typically does not have access to file share resources. Regards, Trevor -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-us

[mapguide-users] Re: Is there a problem with Aliases on 2.2 RC3

2011-02-17 Thread dan.nilsson
Hi! I have it installed on my VMware, and have a alias on my host computer. But I must use the following syntax: AliasName = \\vmware-host\Shared Folders\ It doesn't work to use: AliasName = E:\. - Dan -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Orac

[mapguide-users] Is there a problem with Aliases on 2.2 RC3

2011-02-17 Thread Gary Morin
Hi I've been using MGE 2010 in VM on my demo machine for some time. Instead of copying all my demo data into the VM, i use external managed data and have created an Alias that points to map drive on my host machine. This works fine with MGE 2010 . I have just installed MG2.2 RC3 onto