|
POST
|
Robert, I have the 3.0.7 version (love the Alt/click option BTW) running now. I have a table joined to a polygon dataset, select to show only matching values, then publish to service. I then have the esearch searching the polygon data, and returning to the grid values from the polygon data as well as from the joined fields. Everything seems to be working fine unless I try any kind of sort. If I have this in the code sort="asc|1|string" I will get the error. If I have no sort tag in my field, then everything is working fine unless I click on a column heading to make it sort, then I again get the error. [ATTACH=CONFIG]17167[/ATTACH] Have also noticed that once I try to sort and get the error, any time I hover over the resultsState on the widget I get a similar error: [ATTACH=CONFIG]17168[/ATTACH] Do not get this error on hover or click of either DG, but only on the resutState window. Also, can not reproduce on dataset without joined fields. R_
... View more
08-22-2012
01:05 PM
|
0
|
0
|
2475
|
|
POST
|
Looked around some trying to figure it out. What mxml would that be controlled in? R_
... View more
08-21-2012
03:17 PM
|
0
|
0
|
2475
|
|
POST
|
Great, I will give it a go. Also, when using the float DG, is there a configure/change somewhere to determine where the floating DG opens up? By default, it seems to open in the center of the screen, which is also where the zoom to and showHighlight is, so it covers it up. Have to manually move the float DG off to the side every time to see the popup and selected feature. Thanks again, R_
... View more
08-21-2012
02:38 PM
|
0
|
0
|
2203
|
|
POST
|
Hi Robert, Since this seems to be the latest "enchancement" thread for esearch, I have one for you. The autofit columns to data in the fixed DG is a great feature. However, it seems that it will only autofit to the column width of the attribute data, and not the column heading itself. For some of my fields, I have a longer field name than any of the data so the column sizes itself to where the column name doesn't fit. I can add extra spaces to the end of the field in the config.xml to "fudge" it, so there is a simple workaround as long as my column heading is at least as long as my shortest attribute. [ATTACH=CONFIG]17138[/ATTACH] Would be slick if the autofit included the column heading length as well. R_
... View more
08-21-2012
10:56 AM
|
0
|
0
|
2203
|
|
POST
|
Guess that would kind of defeat the utility of it 🙂 Thanks again for the help, R_
... View more
08-16-2012
03:49 PM
|
0
|
0
|
775
|
|
POST
|
That did the trick, thanks again. However, I have noticed a quirk in the widget now. I have a layer set with forcescaleonswitch="250000". If I am zoomed in beyond that and change to my forcescale layer, it will automatically change the scale to my 1:250000. However, if I am zoomed OUT from there (1:500000) the forcescale does not seem to take affect. I don't see a forcescale layer on your example page to test. Here is the interesting part, I see this happening "before" I make any changes to the mxml. Then, I made the changes that you gave me. The weird thing is that the new code to center at my MapPoint seems to work if I'm zoomed in or OUT from my forcescale setting, but the scale only changes if I am zoomed in from my forcescale setting. So, if I'm zoomed in and change the basemap, it will center on my x,y, AND change the scale. If I'm zoomed out and change the basemap, it will center on my x,y, and NOT change the scale. Hope this makes sense, and thanks yet again, R_
... View more
08-16-2012
02:51 PM
|
0
|
0
|
775
|
|
POST
|
There is a typo in the CoordinateMenuWidget_GUI.mxml. if you have uncompiled you can change this: <s:Label fontWeight="bold" text="Live Coordinates"/>
<s:HGroup width="100%" color="#C4C4C4" fontSize="10">
<mx:Label fontWeight="bold" text="X:"/><mx:Label width="100%"
text="{this.mouseMoveMapPoint.x.toFixed(helper.precision)}"/>
<mx:Label fontWeight="bold" text="Y:"/>
<mx:Label width="100%" text="{this.mouseMoveMapPoint.y.toFixed(helper.precision)}"/>
</s:HGroup>
If you comment out that entire section, it removes it from the GUI. R_
... View more
08-16-2012
12:05 PM
|
0
|
0
|
2911
|
|
POST
|
Hi Robert, I have one layer that has the forscaleonswitch enabled and is working fine. However, it just changes scale, and I would like it to also change extent when this basemap is changed. Is it possible to code a "centroid" or something along with the scale to that it also snaps back to where I want it (basically, back to initialextent). I am only using this option on one of my basemaps, so it doesn't matter if it is layer specific or not, so could hard code into the mxml if I knew what/where. Thanks again, R_
... View more
08-16-2012
12:01 PM
|
0
|
4
|
995
|
|
POST
|
I have a service with three feature classes in it. I load them with the follwing code: (As you can see, they are all from the same mapservice, just with different definitionexpression) <layer label="Post-closure" type="dynamic" visible="true" alpha="1" url="http://gis01.wch-rcc.com/ArcGIS/rest/services/SDCV_custom/WCH_WIDS_Status/MapServer"> <sublayer id="3" popupconfig="popups/PopUp_wastepolys.xml" definitionexpression="LVL1Stage = 'Post-closure'"/> <sublayer id="1" popupconfig="popups/PopUp_wastepoints.xml" definitionexpression="LVL1Stage = 'Post-closure'"/> <sublayer id="2" popupconfig="popups/PopUp_wastelines.xml" definitionexpression="LVL1Stage = 'Post-closure'"/> </layer> <layer label="Closure" type="dynamic" visible="true" alpha="1" url="http://gis01.wch-rcc.com/ArcGIS/rest/services/SDCV_custom/WCH_WIDS_Status/MapServer"> <sublayer id="3" popupconfig="popups/PopUp_wastepolys.xml" definitionexpression="LVL1Stage = 'Closure'"/> <sublayer id="1" popupconfig="popups/PopUp_wastepoints.xml" definitionexpression="LVL1Stage = 'Closure'"/> <sublayer id="2" popupconfig="popups/PopUp_wastelines.xml" definitionexpression="LVL1Stage = 'Closure'"/> </layer> <layer label="RTD" type="dynamic" visible="true" alpha="1" url="http://gis01.wch-rcc.com/ArcGIS/rest/services/SDCV_custom/WCH_WIDS_Status/MapServer"> <sublayer id="3" popupconfig="popups/PopUp_wastepolys.xml" definitionexpression="LVL1Stage = 'RTD'"/> <sublayer id="1" popupconfig="popups/PopUp_wastepoints.xml" definitionexpression="LVL1Stage = 'RTD'"/> <sublayer id="2" popupconfig="popups/PopUp_wastelines.xml" definitionexpression="LVL1Stage = 'RTD'"/> </layer> <layer label="Confirmatory" type="dynamic" visible="true" alpha="1" url="http://gis01.wch-rcc.com/ArcGIS/rest/services/SDCV_custom/WCH_WIDS_Status/MapServer"> <sublayer id="3" popupconfig="popups/PopUp_wastepolys.xml" definitionexpression="LVL1Stage = 'Confirmatory'"/> <sublayer id="1" popupconfig="popups/PopUp_wastepoints.xml" definitionexpression="LVL1Stage = 'Confirmatory'"/> <sublayer id="2" popupconfig="popups/PopUp_wastelines.xml" definitionexpression="LVL1Stage = 'Confirmatory'"/> </layer> This way, I can have it draw only a subset of each based on my definition and it loads a point, line, and polygon layer and displays features in all three that match the query that loads as a "single" layer. The problem seems to be the popups only work on the last load instance of this layer. I.e., with the above config, it will only popup on the "Post-closure" layer, and just ignores the "Closure" and other layers. If I turn off the "Post-closure", then it will popup on the "Closure" layer. I actually have to turn off "Post-closure" and "Closure" to get it to popup on "RTD" (see the pattern). Since I have 4 different layers loaded from this same service, it will only popup one at a time and all the other layers "above" it need to be turned off. Is it possible to make the popups work on "any" of the layers that are visible, regardless of which was turned on last or that they are from the same service? R_
... View more
08-16-2012
11:02 AM
|
0
|
11
|
4340
|
|
POST
|
OIC, 2.9.0 is the only v2.x that I have access to. in the earlier version, was field actually an expression attribute? <expression alias="Numéro" textsearchlabel="Recherche par numéro:" field="DONMET.URB_ZI_FONCIER.ZIFNUMERO">DONMET.URB_ZI_FONCIER.ZIFNUMERO='[value]'</expression> That looked kind of out of place as well. R_
... View more
08-15-2012
04:11 PM
|
0
|
0
|
1150
|
|
POST
|
I know it's been a while, but did you figure this out or give up? It looks to me like you are missing the <values> and <value> tags within the <expression> tag. R_
... View more
08-15-2012
02:58 PM
|
0
|
0
|
1150
|
|
POST
|
So, how does one tell if an image is "embedded"? I have the icon in the "About" tab set to <img src='assets/images/logo2.png'/> . I have to manually copy the file to the releasebuild folder after I clean/build. I also have to manually copy the w_close.png file fairly often, but not always....... R_
... View more
08-15-2012
02:41 PM
|
0
|
0
|
1252
|
|
POST
|
OK, got it working now. I could get it to report for the service, but the dropdown arrow for the individual layer would not respond. If I click on it, nothing happens. Then, I set <disablezoomtomenuoption>false</disablezoomtomenuoption> and it is working now. Apparently, when the zoomtomenuoption is disabled, it disables the Description (or drop down option) for the individual layer as well. R_
... View more
08-15-2012
01:56 PM
|
0
|
0
|
2739
|
|
POST
|
Hmm, I must be missing something. I do not see a meta button, and thought it was supposed to be the Description tab under the dropdown. Doesn't seem to matter if I put load a service with individual layer or not, I only get the drop down arrow for the initial layer. If I expand it, the layers under it do not have a drop down arrow. If I load just the mapservice, I get the mapservice directory, if I load as mapservice/0, then I get the rest endpoint directory. I am still on 10, is this a 10.1 requirement or something? R_
... View more
08-15-2012
12:27 PM
|
0
|
0
|
2739
|
|
POST
|
Ok, I just grabbed an example from the mapservices directory, here is the one that I was actually testing against: [ATTACH=CONFIG]16976[/ATTACH] If my description in the layer properties is: <p>For more information, go to: <a href="http://gis01.wch-rcc.com/final3" target="_blank"><span style="color:#FFD700">GIS01</span></a></p> But, if I select it, it comes up with the mapservices window with this info in the Description field. In the previous example, it looked more like an infowindow within the map, not a separate link directly to the service directory. R_
... View more
08-15-2012
08:03 AM
|
0
|
0
|
2739
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 04-02-2026 09:50 AM | |
| 1 | 04-01-2026 01:21 PM | |
| 1 | 10-08-2025 11:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|