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

2017-02-08 Thread RenoSun
Hey gom, I think I found the solution. Please change the HtmlDecode function with following code: function HtmlDecode(input) { var txt = document.createElement("textarea"); txt.innerHTML = input; return txt.value; } -- View this message in context:

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

2017-02-08 Thread gom
OK. I did that and the console shows 4 property values. The url property value shows as null, all the other 3 show as they exist in the database. G20070192 1 null ADV01 -- View this message in context:

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

2017-02-08 Thread RenoSun
Please copy and paste the code of last propertyctrl.txt that I attached, and let me know what it print under the console. The if statement with brackets should look like this I assume: function HtmlDecode(input) { if (input == null || input == ""){ return input; } if (_el ==

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

2017-02-08 Thread Kajar
I'm a big Mapguide fan so if I can help to get it better then I'll help as much as I can. Kajar -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-7-released-tp5301769p5307028.html Sent from the MapGuide Users mailing list archive at Nabble.com.

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

2017-02-08 Thread gom
Using the debugger on the browser here is what I am seeing. When the line /*console.log(input);*/ is included in the HtmlDecode function, the code path followed is through that first if statement and return input gives the expected result. When that same line of code is left out of the function,

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

2017-02-08 Thread Jackie Ng
Issue logged: https://github.com/jumpinjackie/mapguide-react-layout/issues/118 Thanks for the package, this will help. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-7-released-tp5301769p5306934.html Sent from the MapGuide Users

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

2017-02-08 Thread Rémy Gourrat
Thanks Hans, But nothing about this. I think It's a very mysterious and deep issue. On the same tabletpc, MapGuide 2.5.2 and 2.6.1, the ACE.dll crash the iis appool at login, and you can use mapguide (no maestro, no admin, no viewer...) MapGuide 3.0 and 3.1, the ACE.dll run without problem