Re: [mapguide-users] Change order of fields displayed in properties pane?

2013-03-27 Thread Steve G
Thanks for your help. It appears there is a function already in the ajaxmappane.templ (at line 3032): function CompareProperties(p1, p2) { var n1 = p1.name; var n2 = p2.name; if(n1 < n2) return -1; else if(n1 > n2) return 1; return 0; } However, this function

Re: [mapguide-users] Change order of fields displayed in properties pane?

2013-03-27 Thread von Wartburg, Jan BKSD
egards, Jan -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Steve G Sent: Tuesday, March 26, 2013 11:42 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Change order of fields displayed in prop

Re: [mapguide-users] Change order of fields displayed in properties pane?

2013-03-26 Thread Steve G
MGOS 2.4.0.7096 Maestro 5.0 b4 (Also tried 4.0.4) I am finding that display order of the properties in the property pane in the Ajax viewer is restricted to alphabetical order of the property "Name". Changing the "Value" (in XML layer definition, or Display Name as identified in the current versi

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-17 Thread Bernhard Maehler
we are using MGE 2010 with Studio (German Version) and solved this problem by adding HTML comments to the "Name" column: http://n2.nabble.com/file/n3461235/order.jpg It works with Ajax Viewer and Fusion. You can also add styles (see screenshot). Bernhard Jo Cook wrote: > > Hi Jackie, > >

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-17 Thread Jo Cook
Hi Jackie, That did the trick, thanks. Jo Jackie Ng wrote: > > The properties are sorted before being displayed in the properties pane. > You could try commenting out or removing the following line of code to see > how things go. > > http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Web/src

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Jackie Ng
The properties are sorted before being displayed in the properties pane. You could try commenting out or removing the following line of code to see how things go. http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ#L2837 - Jackie Jo Cook wrote: > > Dear Al

RE: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Jason Birch
Of Jo Cook Sent: Friday, August 14, 2009 9:26 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Change order of fields displayed in properties pane? Hi Andrew (and James) I tried this and couldn't get the change to show up in my web layout. In fact nothing that I did to th

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Jo Cook
sgeo.org >> [mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kenneth >> Skovhede, GEOGRAF A/S >> *Sent:* Friday, August 14, 2009 7:12 AM >> *To:* MapGuide Users Mail List >> *Subject:* Re: [mapguide-users] Change order of fields displayed in >> p

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Andrew DeMerchant
On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Friday, August 14, 2009 7:12 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Change order of fields displayed in properties pane?   The preview release, since two or three preview releases ago. I don't think the

RE: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Dave Wilson
guide-users] Change order of fields displayed in properties pane? The preview release, since two or three preview releases ago. I don't think the join stuff can influence the order. If you still get unsaved stuff in the preview, be sure to report it, so I can fix it before the next maj

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Kenneth Skovhede, GEOGRAF A/S
The preview release, since two or three preview releases ago. I don't think the join stuff can influence the order. If you still get unsaved stuff in the preview, be sure to report it, so I can fix it before the next major release. Regards, Kenneth Skovhede, GEOGRAF A/S Jo Cook skrev: It

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-14 Thread Jo Cook
It does? Which version? I am currently using the stable version, which is playing hell with the properties- if I change the display name (and save) it sets it back on reload, and none of my changes seem to persist to the viewer. Come to think of it, I'm using a joined layer. Is this likely to be c

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-13 Thread Kenneth Skovhede, GEOGRAF A/S
Maestro supports ordering of the properties, but perhaps the viewer sorts them afterwards. Regards, Kenneth Skovhede, GEOGRAF A/S James Card skrev: On Thu, 13 Aug 2009 07:50:21 -0700, Jo Cook wrote: Is it possible to specify the order in which fields are displayed in the properties pane?

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-13 Thread James Card
On Thu, 13 Aug 2009 07:50:21 -0700, Jo Cook wrote: Is it possible to specify the order in which fields are displayed in the properties pane? Currently it seems to display them in alphabetical order, rather than the order in which they appear in the data source. The only way I can think o