Re: [mapguide-users] Fusion Error: Can not zoom to selection within iframe

2011-02-22 Thread Darrin Maidlow
5203www.gissolutions.cawww.geomapix.com ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users -- Darrin Maidlow p (780) 669-9516 m (780) 485-7899 http://www.landorIS.com http://www.geospecialling.com

RE: [mapguide-users] Mapguide Integration

2008-09-24 Thread Darrin Maidlow
Hi Jamie, I believe I have done something similar to what you're wanting to do. My application has a header containing extensive amounts of application logic which can interact with the mapguide viewer, and server API as needed. Here is some javascript that should return what you're

RE: [mapguide-users] Deploying custom tool for multiple projects

2008-09-05 Thread Darrin Maidlow
Hi Poy, It's possible you are running into browser protection for cross site scripting (XSS), which prevents the execution of javascript across multiple domains, including sub-domains. You could try running both sites and the mapguide web tier on a single domain: Projects.mycompany.com/project1

RE: [mapguide-users] mgstudio 2009 Installation problem on vista

2008-09-05 Thread Darrin Maidlow
Hi Rodolfo, Is your Vista machine running the 64 bit version of Vista? If so, you cannot install Studio on that machine. I tried changing the .ini file similar to what can be done with AutoCAD Map and Studio will install - but it crashes as soon as you run it. I've had to resort to a virtual

RE: [mapguide-users] Does it matter where you install Mapguide?

2008-08-12 Thread Darrin Maidlow
I have a two machine thing going. Server and web tier running on a dev server, but the web tier is also installed on my dev machine to make for easier debugging. darrin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Spitzer Sent: Tuesday, August

RE: [mapguide-users] Mapguide Server / Worker process killer

2008-06-22 Thread Darrin Maidlow
that it is easier to track the changes on the above url. Regards, Kenneth Skovhede, GEOGRAF A/S Darrin Maidlow skrev: Hi List, I've found a server killing item. I'm in the process of adding some layers to a runtime map object. As a result of bug on my end, I was able to take out the mapguide server

[mapguide-users] Mapguide Server / Worker process killer

2008-06-21 Thread Darrin Maidlow
Hi List, I've found a server killing item. I'm in the process of adding some layers to a runtime map object. As a result of bug on my end, I was able to take out the mapguide server. If you add a layer that references a layer group to a map, but forget to first add the layer group to the

RE: Re[mapguide-users] turn all Layers from MapGuide repository

2008-06-12 Thread Darrin Maidlow
Hi, The following code should do what you're looking for. Public Shared Function GetAllResources(ByRef resSvc As MgResourceService, ByVal resId As MgResourceIdentifier, ByVal nDepth As Integer, ByVal szType As String) As XmlDocument Dim retDoc As XmlDocument

RE: [mapguide-users] .NET Objects for working with Mapguide Resources

2008-05-24 Thread Darrin Maidlow
of this already, and I would be sad to see you spend your time implementing that for another project. Regards, Kenneth Skovhede, GEOGRAF A/S Darrin Maidlow skrev: Hi Maksim, I looked at early on in my learnage, but wanted to stay closer to the core API provided by Mapguide Project / Autodesk. ADN

[mapguide-users] .NET Objects for working with Mapguide Resources

2008-05-22 Thread Darrin Maidlow
Hi List, I've written two posts I thought I would share with you on the topic of .NET based MG dev. The first describes a method I've worked out to create relatively robust .NET based objects based on the Xml Schema Definitions provided with the server.Please note, I currently am only

RE: [mapguide-users] MGOS 2.0 and IIS 7

2008-05-04 Thread Darrin Maidlow
Hi, Thanks to my workstation deciding its days were numbered, and having to get a shiny new one with 4GB ram. I was forced to suffer through two days of 'fun' getting vista x64 running. I documented the process of getting the web tier running on 64 bit IIS 7. The process should be the same for

RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-15 Thread Darrin Maidlow
Of Darrin Maidlow Sent: Monday, April 14, 2008 3:24 PM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter Hi Steve, Thanks for the suggestion and quick reply. I had tried MgSelection initially, and changed it over to MgSelectionBase in my

[mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-14 Thread Darrin Maidlow
Hi, I'm stuck trying to work with a selection generated from the dwf viewer. I've been working with the sample in the developers guide but ported over to vb.net. I'm running MGE 2008. Basically I go through the motions, create new selection based on the passed selectionXML and everything