Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2015-03-17 Thread ChrisGo
As far as I know the GDAL components are not ready for MapGuide 2.6. Is this incorrect? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p5194037.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Mapguide development using C#.NET

2015-03-06 Thread ChrisGo
When you install MapGuide Server add the options, .NET Dev Guide and .Net Samples. Everything you need is there and coded using C#. The bin folder contains all your references. Many examples and the dev guild is a nice starting point. -- View this message in context:

[mapguide-users] WiX Toolset MapGuide Windows Installer

2015-03-06 Thread ChrisGo
Hello all, I was wondering what your thoughts were on the WiX Toolset. Is this going to stick around. Is it worth learning WiX for personal Visual Studio projects as a free alternative to others such as InstallShield? Please anyone's opinions welcome here! I just want to make sure if I invest

[mapguide-users] Set Selection Gone... in 2.6+

2014-10-16 Thread ChrisGo
We use a shell of the old viewer and I was wondering if I could fast track the clear selection button not working. Do you have any quick suggestions on the easiest way to fix the fact that setselection is gone and buttons like clear selection depend on them? Please Thank you! -- View this

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-25 Thread ChrisGo
Thank you! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-Event-Listeners-Called-Twice-tp5087525p5091179.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-11 Thread ChrisGo
I wanted to make sure it was nothing to do with my code so I added some basic code to the bottom of the Fusion.js main code. Can someone just take 2 minutes and test this and tell me why the API is freaking out doing double calls? This is a huge issue for us in trying to use this framework. I am

[mapguide-users] What is an example of getSelectionXml() for Fusion viewer?

2013-11-11 Thread ChrisGo
What is an example of getSelectionXml() for Fusion viewer? I noticed there is a SimpleSelectionObject and there are some functions in the map widget. Is there just a super simple method I am missing to get the MapGuide selectionXML right from Fusion JavaScript side? I know this is easy using the

Re: [mapguide-users] What is an example of getSelectionXml() for Fusion viewer?

2013-11-11 Thread ChrisGo
Hate to be so needy but would an example be out of the question or a link to some documentation? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/What-is-an-example-of-getSelectionXml-for-Fusion-viewer-tp5088594p5088662.html Sent from the MapGuide Users mailing list archive

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-11 Thread ChrisGo
I just came up with a 2.5 second timer to prevent selection spamming it works well for this bug as well, at least until it's fixed. I get one call now and it works pretty smooth so far. -- View this message in context:

[mapguide-users] Fusion Selection Object Error

2013-11-07 Thread ChrisGo
Is there a reason why I get an error when I follow the get selection examples? Example Cut: theMap.getSelection(displaySelection); displaySelection { console.log(selection.getNumLayers()); Error: http://i.imgur.com/C0Ez4pH.png http://i.imgur.com/Ywi5nmm.png P.S. Still getting the double

Re: [mapguide-users] Fusion Selection Object Error

2013-11-07 Thread ChrisGo
I think the API examples are just out of date, I might have this one solved. function displaySelection(oSelection) { selection = null; for (var mapName in oSelection) { selection = oSelection[mapName]; break; } ... You need to narrow it down as it now must

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-07 Thread ChrisGo
Still having no luck on this issue. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-Event-Listeners-Called-Twice-tp5087525p5088043.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-06 Thread ChrisGo
Jackie Ng, I put a break point on the ever so simple console.log and screen shot the results. Not sure what details would help other than that. What else can I do to help troubleshoot? http://i.imgur.com/vJJZqTE.png http://i.imgur.com/s4ireLR.png You saying if you create a simple page with a

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-06 Thread ChrisGo
I attached a simple example HTML that gives the same results. This example should work on any machine with mapguide v-directory and the Sheboygan same data loaded into MapGuide. index.html http://osgeo-org.1560.x6.nabble.com/file/n5087729/index.html html head /head body iframe

Re: [mapguide-users] Fusion Event Listeners Called Twice

2013-11-06 Thread ChrisGo
Zac, I only have one map in set application XML file. I do load the map into the session like Maestro does for previews but yes, only one map. e.g. string resourceid = mg.SaveSessionResource(mapguidesessionid, MyMap.ApplicationDefinition, contentxml); MapSet MapGroup id=MainMap Map

[mapguide-users] Fusion Event Listeners Called Twice

2013-11-05 Thread ChrisGo
I am getting a double call on every selection. How do I resolve this? Below is an example, onInitialized prints once on load. I zoom in and make a single select and the selectionOn prints twice. function onInitialized() { console.log(onInitialized); theMap =

[mapguide-users] Fusion Select All Layers (not just visible) Switch?

2013-10-31 Thread ChrisGo
in Fusion. Please any thoughts or help would be great on this topic. Regards, ChrisGo P.S. Was not sure if I should post this in Fusion Users or Fusion Developers. Feel free to remove the wrong one. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-Select-All

Re: [mapguide-users] Mapguide 64 bit and ODBC 64

2013-10-24 Thread ChrisGo
I can also suggest time to move to SQL Server Express. Within Access there is a button that will take your whole Access database and import it into SQL Server. You can still use Access for data forms if you use that. Really simple and much faster plus you can get into Spatial data as time goes on.

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-12-14 Thread ChrisGo
+s1560n502309...@n6.nabble.com] *Sent:* Friday, December 14, 2012 10:36 AM *To:* ChrisGo *Subject:* Re: Step by Step for ECW and MGOS 2.4 If running the 64-bit MGOS 2.4 you will need these files: http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1600-x64-gdal-1-9-0-mapserver-6-0-1.zip

Re: [mapguide-users] Windows 7 Home Premium MapGuide 2.2 and 2.4 Testing

2012-12-04 Thread ChrisGo
Does the installer silently error and not copy files to the ProgramData folder among other things? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Windows-7-Home-Premium-MapGuide-2-2-and-2-4-Testing-tp5020395p5020720.html Sent from the MapGuide Users mailing list archive

Re: [mapguide-users] Mag Guide setup on II7 2008 Server Issue, Please help

2012-12-03 Thread ChrisGo
I am having issues with Windows 7 Home Premium on a tablet. Tried MG0S 2.2 and 2.4 64bit. IIS is working, PHP is working, everything seems to be installed properly. MapAgent fails and the MapGuide IIS Worker Crash happens everytime when doing a repo list (Default screen in MapAgent). I logged in

[mapguide-users] Windows 7 Home Premium MapGuide 2.2 and 2.4 Testing

2012-12-03 Thread ChrisGo
I am having issues with Windows 7 Home Premium on a tablet. Tried MG0S 2.2 and 2.4 64bit. IIS is working, PHP is working, everything seems to be installed properly. MapAgent fails and the MapGuide IIS Worker Crash happens everytime when doing a repo list (Default screen in MapAgent). I logged in

Re: [mapguide-users] Mag Guide setup on II7 2008 Server Issue, Please help

2012-12-03 Thread ChrisGo
Well it is *Windows 7 Home Premium* so it should work point being although I value your helpful feedback. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mag-Guide-setup-on-II7-2008-Server-Issue-Please-help-tp4187886p5020415.html Sent from the MapGuide Users mailing list