[mapguide-users] Re: Mapguide beta 2.4: AjaxViewer SetSelectionXML() seems not working

2012-04-13 Thread Jackie Ng
Does the Feature Class have an identity property? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-beta-2-4-AjaxViewer-SetSelectionXML-seems-not-working-tp4879170p4880593.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] Re: Number Format

2012-04-13 Thread Jackie Ng
Or let's re-frame this question. Were the terrible feature joins in the past involve a SDF or SHP source on the left side? This was the side that MapGuide said was not sortable and thus you got the worst performing (and buggiest) join algorithm. Now, as long as the join is on a single property, M

[mapguide-users] Re: Number Format

2012-04-13 Thread Jackie Ng
The provider says it can sort. So yes. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Number-Format-tp4716006p4880563.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list m

Re: R: [mapguide-users] Re: Mapguide beta 2.4: quick plot on a basic layout from .net app does not work

2012-04-13 Thread Jason Birch
It pokes for various known directories all over the site; just adds them to known good URLs. All kinds of stupid requests for things like cold fusion admin directories, info.php, cmd.exe, etc. I'm not sure how you would tie them to a feature (it's been a while since I poked in WiX) while excluding

[mapguide-users] Re: Mapguide beta 2.4: AjaxViewer SetSelectionXML() seems not working

2012-04-13 Thread Franz1965
I have just tried with a simple project based on SHP file (my previous example has been based on Oracle). It zooms to queried feature as expected but it does not select. I think it is a bug... -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-beta-2-4-AjaxViewer-SetS

[mapguide-users] Re: Number Format

2012-04-13 Thread GordonL
Hi Jackie, does this include ODBC? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Number-Format-tp4716006p4879781.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users

[mapguide-users] Re: Acres in the Fusion Measure Tools?

2012-04-13 Thread GordonL
Sure you have to tweak the measure widget. Line 98 of the measure.php And around line 585 in the measure.js -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Acres-in-the-Fusion-Measure-Tools-tp4481821p4879778.html Sent from the MapGuide Users mailing list archive at Nabbl

[mapguide-users] Re: map selection problem

2012-04-13 Thread Franz1965
GordonL wrote > > It might be the path (C:\Program > Files\AutoDesk\MapGuideEnterprise2011\WebServerExtensions\www\webconfig.ini) > for the ini for getting your selectionXML is off. > > try to > alert(selectionXml); > > to make sure you have correct XML. > Generally I write webconfig path in

[mapguide-users] Re: map selection problem

2012-04-13 Thread Franz1965
T.kiran kumar reddy wrote > > Dear all, > >i am using map guide enterprise 2011 , sql server 2008r2 and mapguide > studio. i am getting problem in > parent.parent.mapFrame.SetSelectionXML(selectionXml). i am sending > selectionxml from taskpane where i query the properties i need. the same >

[mapguide-users] Re: Mapguide beta 2.4: AjaxViewer SetSelectionXML() seems not working

2012-04-13 Thread Franz1965
Just a note to tell that I've also tried to modifiy Task.aspx.cs to get and use original session id without creating a new one. Also in that case it does not work. The code is here: -- * Task.a

[mapguide-users] Mapguide beta 2.4: AjaxViewer SetSelectionXML() seems not working

2012-04-13 Thread Franz1965
http://osgeo-org.1560.n6.nabble.com/file/n4879170/MapGuideSample.zip MapGuideSample.zip Hi all, I'm testing beta 2.4 and I'm experimenting an error on AjaxViewer SetSelectionXML(). If I execute, nothing is selected. I've built a very simple task pane I have set as initial URL in my basic WebLayou