|
POST
|
Hi, using flexview 3.0 final uncompiled. I am using the popups to identify a polygon layer that I have loaded with visible="true" alpha="0.0" This allows me to have the layer loaded so I can identify it with the popup, but is not visible. However, when you click on a polygon, it highlights the perimeter of the selected polygon and shows the popup window with the information. Is there a way to have it also change the fill color of the selected polygon? Or, have it temporarily set the alpha="1.0" for the currently selected polygon, and remove it once the popup selection is cleared or changed? Basically, I don't want all the polys visible most the time, only the currently selected one, but want it to be obvious what "area" we are identifying (the outline doesn't quite do it when the polys are larger than the display extent). Thanks for any direction, R_
... View more
07-19-2012
01:07 PM
|
0
|
0
|
875
|
|
POST
|
You might try this change: <visibilitylabel>Testing</visibilitylabel> and then reload your project. Of course, this won't fix it, but it will let you know for sure if the browser is picking up on the changes you make. Espescially if using IE, I find that, depending on the workstation it is installed on, a <cntrl><F5> will reload with all changes, on other computers you MUST close the entire browser and then re-open the flex page. Anyway, just a thought as I've had this issue before also. R_
... View more
07-19-2012
08:21 AM
|
0
|
0
|
4647
|
|
POST
|
Since you didn't post the entire xml, I'm assuming your <tocsettings> is within the <configuration> tags. I just tested it and <tocsettings>
<expanded>false</expanded>
</tocsettings>
works fine for me. You may want to make sure the changes are being pushed to your server. I have had similar issues in the past that deleting the TOCWidget.swf from the server (and make sure the TOCWidget.xml on the server is showing your changes) and re-building the project has fixed. R_
... View more
07-18-2012
04:29 PM
|
0
|
0
|
4647
|
|
POST
|
Nope, using AGS 10.0 sp1. Using only defaults for icons. R_
... View more
07-18-2012
10:57 AM
|
0
|
0
|
1589
|
|
POST
|
Just did a text query using eSearch widget with FV 3.0 final. selected some features, then used print widget to print to hard copy. No errors, no lockup. R_
... View more
07-18-2012
10:40 AM
|
0
|
0
|
1589
|
|
POST
|
apparently there was a misunderstanding with the original tech support request. They are looking into it. R_
... View more
07-18-2012
10:27 AM
|
0
|
0
|
1165
|
|
POST
|
Andrew, Looks like others have helped. It has been ported over here: http://forums.arcgis.com/threads/61128-CoordinateMenu-Widget?p=211084#post211084 R_
... View more
07-16-2012
08:06 AM
|
0
|
0
|
3051
|
|
POST
|
have you tried using a virtual folder on your server that points to your operations folder? This will normally solve that type of issues as you could now use a an actual URL to access the same path like so: <A href="http://000.000.000.0/operations/City.mht">MHT test 2</a> R_
... View more
07-12-2012
04:08 PM
|
0
|
0
|
1624
|
|
POST
|
Thanks Robert, was afraid of that. I know it is for images, but it launches the pdf's just fine also. was hoping I could put something like else if (sfx == ".pdf"){
infoImage.source = "assets/images/i_icon.png
} and just get a icon in there. I suspected there would be more to it than that, but had to ask. Thanks again, R_
... View more
07-12-2012
03:23 PM
|
0
|
0
|
489
|
|
POST
|
It almost looks like there is a popupconfig on the municipalities layer as well. R_
... View more
07-11-2012
02:48 PM
|
0
|
0
|
1539
|
|
POST
|
Do you only get the window popup if the identify tool is active? It almost looks like there is a popupconfig on the municipalities layer as well. R_
... View more
07-11-2012
02:47 PM
|
0
|
0
|
1539
|
|
POST
|
Actually, I'm using the multiimagefield, not the linkfield. For data sets that have jpegs, I get a preview image in the popup window when I click on a feature. I can then click on the preview, and it will open that image full size in a new browser. For other data set, my multiimagefiled files are actually pdf files, so there is no preview and it is putting a broken link icon in there instead. Ideally, I would want it to show a pdf icon there, but any picture icon is better than the broken link. If I click on the "broken" icon, it does open the pdf in a new browser, just doesn't show a photo icon. <multiimagefield linkprefix="http://gis01.wch-rcc.com/images/SISRefDocs/H-1/" linksuffix=".pdf" nexttooltip="Next" prevtooltip="Prev">PHOTOS</multiimagefield> Hope this makes more sense, R_
... View more
07-11-2012
10:57 AM
|
0
|
0
|
489
|
|
POST
|
Rhett, For the thumbnail to appear instead of the picture icon you have to have a link with these image file extensions: if ((sfx == ".jpg") || (sfx == ".png") || (sfx == ".gif")) If you have a url that produces and image through a url query or something than it will appear as an icon instead. This is working fine for my .jpg images, but I am now using it to pull pdf's as well. It will launch them just fine, however, the picture icon is a broken link. Was wondering what/where the image is that is used for the picture icon as I seem to be missing it. (can't seem to find where it is referenced in the code). Thanks again, R_ I am using v3.0 final
... View more
07-11-2012
09:13 AM
|
0
|
0
|
1390
|
|
POST
|
One way would be to create two flex apps with the same data, just one in polar and one in mercator. Then you could use Robert's Link widget to switch between the two maps. It would appear as if the map just switched to the other cooredinate system. Of course, it would lose the current zoom/extent and open the new map to the defaults. R_
... View more
07-10-2012
03:44 PM
|
0
|
0
|
651
|
|
POST
|
Jorge, I am using the splash widget to do this. Once you open the spash widget, you get a list of links. click on the respective link and it opens a new browser and web page. If you are using source code, it is fairly easy to modify the "About" link to pull up a splash page with the links on it. Works just like the splash widget though, and it is stuck in the upper right hand corner. This way, one click will pull up the list and you don't need a separate widget button for each web page. R_
... View more
07-10-2012
08:38 AM
|
0
|
0
|
2875
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM | |
| 1 | 05-07-2026 02:10 PM | |
| 1 | 04-02-2026 09:50 AM | |
| 1 | 04-01-2026 01:21 PM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|