|
POST
|
rscheitlin: Thanks for your advise. I used to work on V1.3. I haven't worked Flex for near 2 years till recently.
... View more
06-06-2012
06:38 AM
|
0
|
0
|
664
|
|
POST
|
I am working on ArcGIS Viewer for Flex 2.4. I want to insert an image in the banner before the title. Please advise how to modified the code in the config.xml. Thanks. <configuration> <title>My Flexviewer Project</title> <subtitle>A Configurable Web-Mapping Application</subtitle> <style> <!-- Black Gold --> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> </style> ... </configuration>
... View more
06-06-2012
05:59 AM
|
0
|
2
|
977
|
|
POST
|
Problem solved - In stead of using pEditor.StopEditing(true), use pFeature.Store().
... View more
06-06-2012
03:05 AM
|
0
|
0
|
853
|
|
POST
|
I am converting a piece of code from V1.3 to V2.5. For several packages, I am not sure the ones in V2.5. If you know, please feedback me for the list below. Thanks. V1.3 com.esri.ags.tasks.FeatureSet --- V2.5 com.esri.ags.FeatureSet V1.3 com.esri.ags.tasks.Query --- V2.5 com.esri.ags.tasks.supportClasses.Query V1.3 com.esri.ags.tasks.BufferParameters --- V2.5 com.esri.ags.tasks.supportClasses.BufferParameters
... View more
06-05-2012
09:22 AM
|
0
|
1
|
865
|
|
POST
|
I created a tool for editing. After the editing by m_pEditor.StopEditing(true); the edited values of the feature are stored in the table correctly. But, I also received annoying warning: Create: An unexpected Failure occurred. How can I get rid of such a warning. Thanks.
... View more
06-05-2012
07:17 AM
|
0
|
1
|
1402
|
|
POST
|
agray1: Thanks for your hint. I revised the code and used the Insert method. Now it works well.
... View more
05-24-2012
11:51 AM
|
0
|
0
|
947
|
|
POST
|
I create a tool to add new line features. After enter the values for a new feature, the featuer is updated by pFC.UpdateFeature(pFeature); When I open the table of the feature class, I observe that the new created feature does have the values as I entered. However, the features created before loss their values (if it is int, its value becomes 0). How can I fix this bug? Thanks if you can help.
... View more
05-24-2012
09:02 AM
|
0
|
3
|
1427
|
|
POST
|
Thanks for your response. I coded in C# rather than in VBA. Do you know how to do it? Thanks again.
... View more
05-22-2012
12:56 PM
|
0
|
0
|
3284
|
|
POST
|
In a typical ArcObjects project in C#, the created toolbar contains 3 or 4 tools. I want set one of the tools disabled in the start. How to do it? Can anyone provide the hint? Thanks.
... View more
05-22-2012
12:32 PM
|
0
|
7
|
7528
|
|
POST
|
I user to program ArcObjects using VB and then .Net. For such a simple piece of code (I used it before) as below: IMxDocument pDoc = m_app.Document as IMxDocument; IMap pMap = pDoc.FocusMap; ILayer pLayer; for (int i = 0; i < pMap.LayerCount; i++) { pLayer = pMap.Layer(i); // Got error // } Error 2 Non-invocable member 'ESRI.ArcGIS.Carto.IMap.Layer' cannot be used like a method. What's wrong with it? Thanks.
... View more
05-22-2012
08:31 AM
|
0
|
3
|
3201
|
|
POST
|
I updated an existing GDB with creating a dozen of coded domains. Then, I planned to add Subtypes in two ways but not successful. The 2 approaches I used are described below: 1) Right-clicked a existing feature class for its properties. However, the Subtype Field's combobox is disabled. 2) Tried to use the Subtypes: Add Subtype tool. But the feature class loaded in the Input Table displays the Red-Cross sign (Not available). Please share your experience if you can. Thanks.
... View more
04-03-2012
09:33 AM
|
0
|
2
|
4749
|
|
POST
|
Problem solved. It is due to the query WhereClause format. The value of the field should be integer. I changed mQFeatures.WhereClause = string.Format("{0} = '{1}'", ripCycleColField, currCycle); to mQFeatures.WhereClause = string.Format("{0} = {1}", ripCycleColField, currCycle); Then, it works. Thanks to those who spent time to view and reply my post.
... View more
03-15-2012
06:23 AM
|
0
|
0
|
2635
|
|
POST
|
I loaded some shapefiles. They are editable as tried in ArcMap by start and stop editing. The shapefile's time-stamp changes after my editing. Neither network nor topology is involved. Really don't know what heppens. Thanks.
... View more
03-12-2012
10:49 AM
|
0
|
0
|
2635
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|