|
POST
|
Clint, For you to search multiple you would have to build a widget using the findtask of the the Flex API. The problem with the find task is that you can not search spatially. Curious if anyone following this thread knows of a findtask widget capable of doing this that one could get a hold of? Thanks, R_
... View more
12-11-2012
08:06 AM
|
0
|
0
|
1952
|
|
POST
|
In a nutshell, the popupconfig.xml file is set using the <layer> tag. This tells the API which fields/formatting, etc. to use for the popup window for each feature. When you click on a feature that is configured for a popup, it sends the "data" to the infowindow to popup. If you add this code to the default.css file (and have the PopUpRendererSkin.mxml file in the path listed): esri|PopUpRenderer { skin-class: ClassReference("com.esri.ags.skins.PopUpRendererSkin"); } then the information is passed "through" the popuprendererskin.mxml and can be changed/formatted/modified, etc. here before it is sent to the infowindow to "popup". So, if you make the above change to your default.css, then you should see the changes to width/heigth that you posted above. R_ Lots of info about this on the forums already. If you look through these, you should get an idea of how/where the data, media, etc. is being handled. http://forums.arcgis.com/threads/69860-PopupRenderSkin-with-radio-buttons-part-2?highlight=PopUpRendererskin http://forums.arcgis.com/threads/38375-Change-media-container-size-in-Pop-Up-Window?highlight=PopUpRendererskin http://forums.arcgis.com/threads/64884-Popups-on-multiple-copies-of-same-service-layer?highlight=PopUpRendererskin http://forums.arcgis.com/threads/71273-Few-simple-questions-)?highlight=PopUpRendererskin http://forums.arcgis.com/threads/47909-PopUpRendererSkin.mxml-with-Radio-Buttons?highlight=PopUpRendererskin http://forums.arcgis.com/threads/67874-Popup-3.0-hide-field-if-value-null?highlight=PopUpRendererskin
... View more
12-11-2012
07:59 AM
|
0
|
0
|
733
|
|
POST
|
Well, not sure if you can do anything about it with the compiled version. However, if you have the capability to compile, see this thread: http://forums.arcgis.com/threads/65432-(e)mapswitcher-widget-basemapsContainer-on-top?p=227012#post227012 R_
... View more
12-11-2012
07:46 AM
|
0
|
0
|
1952
|
|
POST
|
My "workaround" for the original post is to just not have the debugger version of flash player on the clients computer. That way, they never know the error exists, it just ignores the "Zoom to" button now and then 🙂 R_
... View more
12-10-2012
08:19 AM
|
0
|
0
|
1356
|
|
POST
|
I want to apply search by using "shape file"(.shp) instead of drawing polygon or line. Is there anyway ? I,m using eSearch widget. If you have server, you could publish the shapefile as a service and utilize with the spatial search of the eSearchWidget. R_
... View more
12-10-2012
07:30 AM
|
0
|
0
|
915
|
|
POST
|
Not that I am aware of, but that doesn't mean it isn't possible. I believe that all "attachemnts" are in the GDB, and since the edit widget is what you are referring to, not sure that it can be done. The popups and several other widgets support this, but I don't think "attachments" can work that way. Hopefully someone else will chime in and prove me wrong 😉 R_
... View more
12-06-2012
08:51 AM
|
0
|
0
|
2226
|
|
POST
|
Not sure where this is handled, but if I disable my popuprendererskin and just use the default popup, I can still make it happen. Hopefully the development team is aware of this, and it is resolved in the next version as I really don't think this is related to the original post. The original post, and the bug number, are for the popup on dynamic layer, click off of it loses it's geometry and the zoom to will throw null value errors. This issues seems to be related to a glowfilter, so I suspect it is a different issue. R_
... View more
12-06-2012
07:43 AM
|
0
|
0
|
1356
|
|
POST
|
Liam, You really didn't say much about what is being "generated", so don't know if this would apply, but just a thought. Your example looks like a simple 1:1 table. Couldn't you just have a "Equipment Type", and a "Quantity" field, and just have it display in a popup when you click on the polygon? Better yet, you could use the eSearchWidget, select the polygon of interest and have it come up in a saveable/printable datagrid. Assuming that the quantities are what are generated/calculated, would it be possible to just have a python script do the math and update your "Quantity" field on a nightly basis? This would be much simpler than trying to develop an actual widget to do this. R_
... View more
12-06-2012
06:31 AM
|
0
|
0
|
1273
|
|
POST
|
I see that other post had a VBA snippet for taking files from another location and automatically attaching them to the geodatabase, but didn't see anything about dividing one. Some of the post wanted to carry the link as the attachment, then have the files elsewhere. Seems like this would just be having a path in a field and hyperlinked to the file, but not with realted 1:many data. In any case, are you just running out of server space, or is your GDB getting too large for performance? When I have "huge" datasets, and the GDB gets too large, I split them. Not sure what your workflow is, but could you have most your data in one FGDB, then have the editing feature and it's attachments in a separate FGDB? R_
... View more
12-05-2012
11:31 AM
|
0
|
0
|
2226
|
|
POST
|
So, what is the data type of the fields that are changing blanks to zeros? Does this just happen when the input data is type string, smallInteger, double, etc, or does it just happen with one data type? R_
... View more
12-05-2012
11:13 AM
|
0
|
0
|
1794
|
|
POST
|
Shingo, Ok, I can now somewhat reproduce your results. It seems that with pretty much any of my longer line segments, if I follow your directions and then, after un-selecting, re-selecting it If I try to jump several zoom levels (LODs) at once I will get the GCOD. I can not make it do it with just one zoom click, or a scroll, but, if both ends are out of the extent and I zoom in multiple, GCOD. No idea why/where this is happening in the code, but I can make it happen consistantly. R_
... View more
12-05-2012
11:05 AM
|
0
|
0
|
2354
|
|
POST
|
Not sure what you mean about dissolved long segment. I have a line feature class from a FGDB, published as a service. The longest single line in the file is 38,000m long. I can click on that to get the popup, then zoom to my hearts content without issues. The only issue I get is if I click off the feature first (still keeps it highlighted, but loses geometry) then hit the zoom button, I get a null value error, but only with the debugger version of player. What is a "dissolved long segment", and how are you zooming? Do you mean the Zoom to button, the mouse wheel, the navigation widget? For now, I can't reproduce, R_
... View more
12-05-2012
10:01 AM
|
0
|
0
|
2354
|
|
POST
|
Are you talking about the identify widget or just clicking on a map feature to fire the normal popup window? This post is about the popups having an issue with the dynamic layers, and only when I have clicked elsewhere on the map, then try to "Zoom to" button on the popup window. I have never seen the GCOD using the popups, only with the identify widget before it was fixed. I have tried to make it crash by clicking/zooming around like mad, but can't reproduce the results. R_
... View more
12-05-2012
08:53 AM
|
0
|
0
|
2354
|
|
POST
|
Thanks so much (again). Even if I had figure out it was the DetailsWindow.mxml, don't think I would have ever figured out to use FlowElementMouseEvent.CLICK. R_
... View more
12-04-2012
03:20 PM
|
0
|
0
|
901
|
|
POST
|
Not sure what is different about a "Gmail" style, but have you looked here: http://forums.arcgis.com/threads/57341-how-to-implement-a-quot-Loading-quot-message-after-a-layer-is-checked-in-the-TOC?highlight=progress+bar
... View more
12-04-2012
12:54 PM
|
0
|
0
|
1988
|
| 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 |
2m ago
|