|
POST
|
Jessica, Try using: this.x = 100; this.y = 100; Regards Anthony
... View more
11-17-2012
05:35 AM
|
0
|
0
|
563
|
|
POST
|
Jessica, I am using a shared object in each widget to retain its state, to access the properties of the widget, I have used the following: this.x --- x position of wid this.y --- y position of widget this.wTemplate.width --- width of widget this.wTemplate.height --- height of widget Hope this helps Regards Anthony
... View more
11-15-2012
09:36 PM
|
0
|
0
|
2067
|
|
POST
|
Robert, I think the additions you are adding are excellent, as for getting to complicated I don't think so. People can choose to make the configuration complex but if they just want a simple search they do not have to make use of all the functionality available. One enhancement that would be good, not sure how hard it would be to implement though, would be when setting up the expressions having an attribute called fieldType in the value tag that could contain text,number,date,combo and depending on what is set would determine the UI element used in the widget, i.e: text -- TextInput Control number - NumericStepper control date -- DateField control combo -- ComboBox control this would force the users to use the right format and hopefully avoid errors Keep up the good work Regards Anthony
... View more
11-14-2012
11:16 AM
|
0
|
0
|
1831
|
|
POST
|
R_ Thanks for that, for some reason even after I deleted my browser history, closed and re-opened the browser, deleted the flash local storage it still would not show the update. I had to do a shut down restart of my laptop before the changes came through. Not experienced that before but all good now Regards Anthony
... View more
11-14-2012
10:29 AM
|
0
|
0
|
2066
|
|
POST
|
Robert, Am I missing something I can't see any option to add to or remove from selection on your sample, Regards Anthony
... View more
11-14-2012
10:01 AM
|
0
|
0
|
2066
|
|
POST
|
Justin, It all depends on the file type and compression used on the imagery. Sometimes importing the imagery into a SQL database can ballon the data (for instance we use a source of imagery that is in MrSID format and this can expand from around 2GB a tile to 30GB in the database). What I have found that works well is to create a unmanged raster catalogue in a file gdb and leave the imagery in its raw format and build pyramid layers on it. The amount of time it takes to display the imagery in ArcMap will have a knock on effect to how long your caching will take on the server. You can speed this time up by increasing the amoiunt of instances on the sever whilst creating your cache. Once you have built your cache for your web app the user gets a fast service from the pre cached tiles. If space is at a premium you can actually remove the original imagery from your file system as it is no longer needed by your service (that is if you have totally cached your whole area and not relying on cache on demand). Hope this helps a little Regards Anthony
... View more
11-14-2012
09:11 AM
|
0
|
0
|
600
|
|
POST
|
Andrew, Just for info if you ever need to do so in the future, you cannot use < and > in the config file as these are reserved for the opening and closing of tags. You need to use < and > Regards Anthony
... View more
11-13-2012
10:11 AM
|
0
|
0
|
1511
|
|
POST
|
Justin, I am not sure what is wrong with the feed you are trying, there must be some tag or namespace that the widget does not like. A straight news feed from reuters will display alright with no geo info. This is something that the ESRI flex team should look into. Regards Anthony
... View more
11-13-2012
07:18 AM
|
0
|
0
|
1318
|
|
POST
|
Justin, Are you sure the RSS feed is a GeoRSS feed as looking at the source to the .xml there is no location information. Have a look at this wiki page on GeoRSS: http://en.wikipedia.org/wiki/Georss Regards Anthony
... View more
11-12-2012
11:00 AM
|
0
|
0
|
1318
|
|
POST
|
Chris, Below are a couple instances where you may receive this error code: Make sure you are not mixing IP addresses and machine names in the application (i.e. don't use the ip address or localhost in the url of a layer in the main config file and then use the machine name to run the app in ie or ff. or Your web server may not be set up to handle .SWZ files. To modify the MIME types on IIS server to include the .SWZ file type, follow the steps at http://viveklakhanpal.wordpress.com/tag/error-2032-stream-error/ Regards Anthony
... View more
11-08-2012
10:46 PM
|
0
|
0
|
876
|
|
POST
|
Steffan, You should be able to change it using the advanced ArcMap settings utility, have a look these links: http://mappingcenter.esri.com/index.cfm?fa=ask.answers&q=1234 http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000300000018000000.htm Regards Anthony
... View more
11-08-2012
10:24 AM
|
0
|
0
|
701
|
|
POST
|
Nadeem, The reason that it was not working when you had the setting on true was that you were asking it to return fields that are not in that layer (i.e. Zoning Type and Zoning Name). Setting the value to false you are ignoring those settings and just showing everything that is returned. If you want to be more specific in what is shown on the return you have to set the value to true then set up the fields that you want to return for each layer. These fields must match the ALIAS names in the REST endpoint. If you want to do an identify task then make a decision on the result you will need to program your own widget using the uncompiled code in flash builder. Please do not forget to mark this post as answered and start a new post if you have more queries. Regards Anthony
... View more
11-07-2012
11:09 PM
|
0
|
0
|
2854
|
|
POST
|
Nadeem, Have you tried using <layers onlythese="false"> as your config file you have just posted has still got it set to true, Regards Anthony P.S here is a link that explains REST and how you access it: http://servicesbeta2.esri.com/arcgis/sdk/rest/index.html
... View more
11-07-2012
11:51 AM
|
0
|
0
|
1021
|
|
POST
|
Nadeem, Why are you setting the following fields: <field name="ZONING_NAME" alias="Zoning Name"/> <field name="ZONING_TYPE" alias="Zoning Type" popuponly="true"/> In the data you sent me you do not have these fields Try setting <layers onlythese="false"> And see if you get a result, if you do have a look at your REST endpoint and configure the widget with the appropiate field names Regards Anthony
... View more
11-07-2012
08:40 AM
|
0
|
0
|
1021
|
|
POST
|
Melissa, Please do not forget to mark the post as answered by doing the following on the post that best answered your question: [ATTACH=CONFIG]19078[/ATTACH] Regards Anthony
... View more
11-06-2012
02:17 PM
|
0
|
0
|
8506
|
| 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
|