Re: [mapguide-users] unable to logon Mapguide : ACE.dll failed

2017-02-06 Thread Rémy Gourrat
Thanks Roza, I will try this immediately but I’m not optimist because I did it with instant setup => mapguide252 and it was the same problem… I ‘ll tell you. - AG-Carto - Bayonne -- View this message in context:

Re: [mapguide-users] unable to logon Mapguide : ACE.dll failed

2017-02-06 Thread Jackie Ng
I just installed 2.6.1 on my Windows 8.1 laptop. No issues. I can only suspect you must have some residual trace of an old MapGuide installation lying around. 1. Do you have old MapGuide installation directories on the PATH environment variable? 2. If you run Process Monitor and listen on

Re: [mapguide-users] unable to logon Mapguide : ACE.dll failed

2017-02-06 Thread Maximino Roza Candas
Hi Remy I've a similar issue a couple of months ago, I've installed 3.0.0 but I wanted to change it to 2.5.2 for compatibility. Then I’ve found that for running again 2.5.2 I needed to install it in a different path of the previous 3.0. In other words : If you've installed

[mapguide-users] MapGuide Maestro 6.0M6 available

2017-02-06 Thread Jackie Ng
Hi All, I've made a new milestone release of MapGuide Maestro 6.0. This is the first release from its new home on GitHub, delivered automatically through the AppVeyor Continuous Integration/Delivery service. A summary of changes can be found on my blog post.

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
-- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306638.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
Okay...would you please post the codes of your original propertyctrl.templ? I don't know why add a simple JavaScript function will cause your map window to hang up... -- View this message in context:

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
The XML looks as expected in Maestro. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306639.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
Thanks for those links. I have read them. As you can see from my post, my problem is with the Ajax viewer, not the Fusion viewer. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306516.html Sent from the MapGuide Users

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
This is the correct viewer for my situation. When I replace the two functions in propertyctrl.templ, my webpage doesn't load. The map window freezes. I assume it is failing when it tries to load the propertyctrl.templ file. Any idea why this might happen? Thanks -- View this message in

Re: [mapguide-users] mapguide-react-layout 0.7 released

2017-02-06 Thread Kajar
I found the source of problem and this was Infrastructure Studio(latest one). I tried to create layout using Maestro and then react is working. Kajar -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-7-released-tp5301769p5306572.html Sent from the

Re: [mapguide-users] MapGuide Maestro 6.0M6 available

2017-02-06 Thread RenoSun
Non-modal map previews is not working if the map has transparent background colors. *Control does not support transparent background colors.* /System.ArgumentException: Control does not support transparent background colors. at System.Windows.Forms.Control.set_BackColor(Color value) at

Re: [mapguide-users] mapguide-react-layout 0.7 released

2017-02-06 Thread Kajar
This is so annyoing. I have same problem in three different servers I have(win 7 and win 10 and MG 3.1). Strange is when using Sheboygan sample then react layouts working as it should. But when I use my own made maps then react not working. Maybe this is some some CS problem. I use EPSG:3301

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
No problem. The solution for Ajax viewer is similar. Please modify the following codes. C:\Program Files\MapGuide\www\viewerfiles\propertyctrl.templ function SetProperties(count, properties) { var code; propCount = count; if(count != 1) { var text; if(count == 0)

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
Here is the full codes of my propertyctrl.templ -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306615.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread Gord McKenzie
OK. That code solution fits my scenario. When I paste these two functions into "propertyctrl.templ", replacing the original versions, my map viewer window freezes up. I imagine there is a problem properly loading the propertyctrl.templ file and it freezes the map window load. -Original

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
No errors in the console window -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306617.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing

Re: [mapguide-users] new mapguide project on linux ubuntu

2017-02-06 Thread Gabriele Monfardini
Hi, On Thu, Feb 2, 2017 at 2:14 PM, sebafr wrote: > We are conducting initial studies for a project with Mapguide on a ubuntu > Linux. We have a project running linux 12 with 32 bits, mapguide 2.6 and > Postgresql 9.1 and now we would like to update it all and the first >

Re: [mapguide-users] unable to logon Mapguide : ACE.dll failed

2017-02-06 Thread Rémy Gourrat
Hi, Roza : with a setup with virtual directory mapguide2 and harddisk mapguide2, Error 559 in maestro and mapadmin is failing with always ACE.dll module path failing in windows log event, Jackie : with depends walker, 1. Do you have old MapGuide installation directories on the PATH

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
I will suggest you undo the modification, and just add function HtmlDecode() function first. var _el = null; //Our "parser" element function HtmlDecode(input) { if (input == null || input == "") return input; if (_el == null) _el = document.createElement('div');

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread gom
Copying and pasting your complete page also causes my map window to hang up. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306623.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] unable to logon Mapguide : ACE.dll failed

2017-02-06 Thread Rémy Gourrat
Hi Jackie, I check it and check it again : ACE.dll is in the path. I uninstall many times iis and mapguide 2.5.2, each time it was the sames messages in maestro/mapadmin and windows event log. I tried with mapguide 2.6.1, sames messages, i tried with instant setup for 2.5.2 and 2.6.1, sames