|
POST
|
A, This widget has some of that ability: http://www.arcgis.com/home/item.html?id=4ed10ea387444952a3f3f501fee02b76 unfortunatley the sample does not work, but the source code is there. Regards Anthony
... View more
03-18-2013
04:00 AM
|
0
|
0
|
964
|
|
POST
|
Neil, If you are using the out of the box locator widget you can use the addresstitle tag under labels to provide what ever example you would like, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Locate_widget_tags/01m30000000r000000/ Regards Anthony E.g. <labels> <addresstitle>Enter House Number & Street Name e.g. 300 New Street</addresstitle> </labels>
... View more
03-13-2013
03:52 PM
|
0
|
0
|
1773
|
|
POST
|
Rhett, Does this thread give you any pointers? http://forums.arcgis.com/threads/79733-Enable-default-popups-for-user-added-layer Regards Anthony
... View more
03-13-2013
03:47 PM
|
0
|
0
|
778
|
|
POST
|
Adam, I think there may be a slight misunderstanding here, when you said you would like a widget that allows the user to change symbology etc, I was commenting that you would need to use dynamic layers to do this not a wms layer. You would then still have to build a widget to do it. I posted the link to the example just so show what can be done. Sorry if I have caused any confusion Regards Anthony
... View more
03-13-2013
10:31 AM
|
0
|
0
|
1544
|
|
POST
|
Adam, Read more about dynamic layers here: http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000 They are not utilised through the WMS feed from a service, they utilise the REST endpoints. In your flex application are all the layers you are using coming from your own server? If so your application would preform a lot better if you used the REST endpoints not the WMS. Regards Anthony
... View more
03-13-2013
05:44 AM
|
0
|
0
|
1544
|
|
POST
|
Scott Notepad++ is pretty good and its free: http://notepad-plus-plus.org/ Regards Anthony
... View more
03-13-2013
03:20 AM
|
0
|
0
|
1416
|
|
POST
|
Adam, To achieve that you would have to use dynamic layers on feature services: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000000/ Regards Anthony
... View more
03-12-2013
11:11 PM
|
0
|
0
|
1544
|
|
POST
|
Adam, In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/ If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/ Regards Anthony
... View more
03-12-2013
11:23 AM
|
0
|
0
|
1544
|
|
POST
|
Your config file looks correct do you get any error message when you try and open the widget.
... View more
03-12-2013
11:02 AM
|
0
|
0
|
785
|
|
POST
|
Erin, The identify tool is not an out of the box widget, have you downloaded the widget: http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89 Regards Anthony
... View more
03-12-2013
10:50 AM
|
0
|
0
|
785
|
|
POST
|
Ah yes you should always leave the objectid and shape fields turned on. They are normally filtered out in the majority of widgets from being seen. Sorry for not picking that up as the cause, Glad you have got it working Regards Anthony
... View more
03-12-2013
10:33 AM
|
0
|
0
|
428
|
|
POST
|
Sorry didn't search the forum enough, you have already answered it here: http://forums.arcgis.com/threads/21583-I-want-to-add-a-background-image-to-widgets-(CSS-background-)?highlight=widget+skin Regards Anthony
... View more
03-12-2013
01:31 AM
|
0
|
0
|
790
|
|
POST
|
Robert, I like what you have done with placing an image on the background of the widget skin in your Calhorn County Parcel Viewer. Would you be willing to share the code admendments to allow me to implement something similar? [ATTACH=CONFIG]22538[/ATTACH] Regards Anthony
... View more
03-12-2013
01:20 AM
|
0
|
1
|
1003
|
|
POST
|
Darrock, Did you also make the other changes I suggested not just the quotes? Regards Anthony P.S. not sure what version of arcmap your are using but I have just found this article: http://support.esri.com/en/knowledgebase/techarticles/detail/25207
... View more
03-11-2013
03:30 PM
|
0
|
0
|
3955
|
|
POST
|
Try using double speech marks around your text, and a space between your end and if on your last line, also the last else if only needs to be an else statement, plus the objectid field is numeric so you don't need the values in speech marks. DIM temp as String IF [OBJECTID] = 1 THEN temp = "Very Destructive" ELSEIF [OBJECTID] = 2 THEN temp = "Destructive" ELSE [OBJECTID] = 3 THEN temp = "Damaging" END IF
... View more
03-11-2013
03:04 PM
|
0
|
0
|
3955
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|