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

2011-02-22 Thread Darrin Maidlow
tion(sel, true);" > > Any ideas? trying to rule out iframe, cross site server issues > > Thanks, > > -- > Trevor Robar > CEO - Landmark Geographic Solutions Inc > O:902 825 5425 > M:902 840 1695 > F:902 825 5203www.gissolutions.cawww.geomapix.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 looking

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 ma

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] 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 12,

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

2008-06-22 Thread Darrin Maidlow
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-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 gro

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
tc. MaestroAPI handles much 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

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

2008-05-22 Thread Darrin Maidlow
es (de)serialization. Regards, Maksim Sestic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrin Maidlow Sent: Thursday, May 22, 2008 15:28 To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] .NET Objects for working with Mapguide Resources Hi List, I&#x

[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 work

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 3

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

2008-04-15 Thread Darrin Maidlow
::Int32 MgPropertyType::Int64 MgPropertyType::String MgPropertyType::Single MgPropertyType::Double Steve. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrin Maidlow Sent: Tuesday, April 15, 2008 8:30 AM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-

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

2008-04-15 Thread Darrin Maidlow
lf 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 MgSele

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

2008-04-14 Thread Darrin Maidlow
ction instead of MgSelectionBase (e.g. Dim currentSel As New MgSelection(oMap)) Steve. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrin Maidlow Sent: Monday, April 14, 2008 1:28 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Not Implemente

[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 i