|
POST
|
Not sure as I can't repeat your issue. Any changes I make to the top of the popuprendereskin don't seem to do it. Of course, not sure how your config looks, as it appears as if you are pulling in some media other than just attachemnts, which I haven't tested. Have you modified the PopUpMediaBrowserSkin or any image size stuff anywhere? R_
... View more
01-22-2013
10:13 AM
|
0
|
0
|
1732
|
|
POST
|
Eamonn, The geolocator is set in the HeaderControlerWidget.xml file with the <locator> tag. this is where you would put the one you want to use/try. R_
... View more
01-22-2013
08:30 AM
|
0
|
0
|
730
|
|
POST
|
Matt, No, I don't. Sorry I can't be of more help, just wanted to make sure it wasn't the browser issue, one could chase that forever. R_
... View more
01-22-2013
07:20 AM
|
0
|
0
|
718
|
|
POST
|
Have you tried it with a different browser? One of the microsoft updates a while back killed all my print tasks from the old webADF format using .net and IE. Still print fine out of firefox and chrome, maybe try one of them and see if it is the issue. ESRI support still working on a "fix". Just a thought, R_
... View more
01-21-2013
03:28 PM
|
0
|
0
|
718
|
|
POST
|
Hi Liam, Not sure how/where you modified the popuprendererskin to change the size, but if you modify it in the SparkSkin at the top, the close button will automatically stay in the upper right. <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:esri="http://www.esri.com/2008/ags"
xmlns:supportClasses="com.esri.ags.skins.supportClasses.*"
maxWidth="500"
minWidth="350"
maxHeight="500"
height="100%"
preinitialize="skin_preinitializeHandler(event)">
<fx:Metadata> R_
... View more
01-21-2013
10:47 AM
|
0
|
0
|
1732
|
|
POST
|
don't know if the selection is supposed to pass to the attribute table or not. Just wanted to check and make sure you are using SDE and have published your service as a FeatureService. The attribute table widget requires a featureservice (not just mapservice loaded as type="feature") in order to populate. See here for more info: http://forums.arcgis.com/threads/73842-New-Attribute-Table-Widget?p=258403#post258403 R_
... View more
01-17-2013
03:52 PM
|
0
|
0
|
2252
|
|
POST
|
Yep, both of them. Still can't figure out how to convert an extent to scale now. R_
... View more
01-16-2013
07:32 AM
|
0
|
0
|
1986
|
|
POST
|
Hi Robert, I tried to incorporate this, and it seems that most ports fine. However, it does not like the m_initialScale = ProjUtils.convertExtentToScale(m_cExtent, width, height, Units.esri_internal::esriMeters);
and it gives me the following: -1137: Incorrect number of arguments. Expected no more than 3. -1119: Access of possibly undefined property esriMeters through a reference with static type Class. -1119: Access of possibly undefined property esriMeters through a reference with static type Class. -height Looked through the api and don't see the that class in utils anymore, yet the autocomplete has it, but only wants 3 args. Anyway, I'll keep looking try to figure it out, but thought I'd let you know that most of it comes across. R_
... View more
01-15-2013
05:05 PM
|
0
|
0
|
1986
|
|
POST
|
This setting can now be done in the main config.xml in the map tag: <map rotation="270" wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"> R_
... View more
01-15-2013
02:35 PM
|
0
|
0
|
1003
|
|
POST
|
No it doesn't. I have no problems with the extent och projecting, the map zooms to the correct location and show to info window, It's the result graphic that doesn't show when mouse clicking in the result list. When using keyboard arrows and enter the graphic shows up. Was wondering why it sometimes would put a result graphic on it, sometimes not. Also, would be nice if there was either a clear button, OR have it clear itself after a search. If the matching text is very long, one has to select/delete, select/delete until you can get all the text cleared for the next search. R_
... View more
01-15-2013
12:50 PM
|
0
|
0
|
1750
|
|
POST
|
It gets populated with the text from the "Credits" box in the ArcMap documents layer properties. The dataframe and layers within it have thier own "Credits" box. R_
... View more
01-15-2013
08:03 AM
|
0
|
0
|
1124
|
|
POST
|
Thanks Robert, That makes more sense now. I saw that it gets switched if truncated, but wasn't sure how it would test for that since I don't really know what is being passed to the skin. Even tried to trace the info coming in, but no luck. I had some pretty long labels for testing, must not have hit the truncation threshold to trigger label2. Now I see that label1.isTruncated must be passed as just a boolean property for label1 from the API? Thanks again for the clarification, R_
... View more
01-15-2013
07:43 AM
|
0
|
0
|
1124
|
|
POST
|
Robert, Don't know if this helps with the 1009 error, but I can reproduce, but with 3.1.2 I do not get the error AND it makes the selection. However, it does not send the data to the fixed datagrid. If I create new selection it populates the DG, then add to it and it gets added to the DG. Just the selected features don't populate the grid when "add to" selection is chosen and no selection exists. Maybe this helps narrow it down, R_
... View more
01-15-2013
07:22 AM
|
0
|
0
|
1826
|
|
POST
|
Hi Robert, When using the Graphical Search (I noticed this in your linked site - http://gis.calhouncounty.org/FlexViewer3.1/index.html?config=config-eSearch.xml&esearch=2&slayer=3&exprnum=1 for Road Centerlines, as well as my own testing), after the Results are shown, if you try to click on the map then it will draw another shape instead of allowing the user to click on one of the highlighted search results on the map. Not sure if it's just a config issue? Dan try setting this to false in the eSearchWidget.xml: <keepgraphicalsearchenabled>false</keepgraphicalsearchenabled> R_
... View more
01-15-2013
07:07 AM
|
0
|
0
|
1826
|
|
POST
|
You are correct, it appears as if it is being utilized. Did not look like it as none of the changes I made were taking effect. Put a trace in there and saw that it was being read, so had to figure out how to modify it. the one alpha in there (alpha.disabled="0.5") has no effect, no matter what you change it to, if I add alpha.normal="1.0", then it makes the text black. The glow filter does not get applied, and needs to be copied/moved to the label1 label block, then it will apply it (does not appear as if lable2 is ever used). Also, to change the font family/size/weight, I put that in the label1 tag as as such: <s:Label id="label1"
left="0" right="0" bottom="0"
click="label1_clickHandler(event)"
maxDisplayedLines="1"
showTruncationTip="false"
text="{hostComponent.text}"
textAlign="right"
color="black"
fontFamily="Veranda"
fontWeight="bold"
fontSize="9"
visible="true">
<s:filters>
<s:GlowFilter blurX="2"
blurY="2"
color="0xFFFFFF"
strength="7"/>
</s:filters>
</s:Label> R_
... View more
01-14-2013
03:23 PM
|
0
|
0
|
1124
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|