|
POST
|
Ken, What Flash Player Version and what Browser/Version are you using? I have not been able to reproduce this error on several machines that I have tested...?
... View more
07-06-2010
01:19 PM
|
0
|
0
|
3741
|
|
POST
|
All, I just wanted to share with you my new ArcGIS Viewer 2.0 Beta Site. Here are the Links: ArcGIS Viewer for Flex 2.0 Using Classic Banner (http://gis.calhouncounty.org/flexviewer2.0/index.html?config=config-calhoun-classic.xml). ArcGIS Viewer for Flex 2.0 Using my custom header controller (http://gis.calhouncounty.org/flexviewer2.0/). I am busy working on my Dynamic Legend Widget for ArcGIS Viewer for Flex 2.0 and will submit it to the code gallery when done (most people will have to wait until they deploy ArcGIS Server 10 before they can use it though). FYI- I probably will not share any of my code changes that I did for my site until the viewer is out of Beta, that way I won't have code out there that will just break once ESRI releases the final version. Be sure to share you ArcGIS Viewer for Flex 2.0 Site once you get them deployed.:D
... View more
07-06-2010
12:36 PM
|
0
|
30
|
12643
|
|
POST
|
David, That functionality is simply the LiveLayerWidget from the Sample Flex Viewer.
... View more
07-06-2010
07:55 AM
|
0
|
0
|
534
|
|
POST
|
Bernard, Look here for the answer http://help.arcgis.com/en/webapps/flexviewer/help/faq.htm
... View more
07-06-2010
05:48 AM
|
0
|
0
|
822
|
|
POST
|
Naty, The minisearch was only designed to zoom you to a location quickly. if you want the info popup then you should use the full search widget or you would have to extend the code to add the info popup.
... View more
07-06-2010
03:56 AM
|
0
|
0
|
1513
|
|
POST
|
Natasha, Did you follow these directions? 1. Add MiniSearch.mxml & MiniSearch.xml to the src/com/esri/solutions/flexviewer/widgets folder 2. Add xmlns:widgets ="com.esri.solutions.flexviewer.widgets.*" to the application tag in the index.mxml. 3. Add <widgets:MiniSearch x="20" y="420" /> to the index.mxml just above the </mx:Application> and below the </SiteContainer> so the last three lines of the index.mxml would look like this </SiteContainer> <widgets:MiniSearch x="20" y="420" /> </mx:Application>
... View more
07-05-2010
09:57 AM
|
0
|
0
|
1513
|
|
POST
|
Flex Viewer 2.0 team, There is a bug in the Data Messaging for the widgets. Basically the BaseWidget's addSharedData function looks like this public function addSharedData(key:String, arrayCollection:ArrayCollection):void
{
var data:Object =
{
key: key,
collection: arrayCollection
}
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_PUBLISH, data));
} and the DataManager.as is looking for this private function addData(event:AppEvent):void
{
var key:String = event.data.key;
if (key != "")
{
var dataCollection:Object = event.data.data;
if (dataTable.containsKey(key))
{
dataTable.remove(key);
}
dataTable.add(key, dataCollection);
var data:Object =
{
key: key,
data: dataTable
};
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_NEW_PUBLISHED, data));
}
}
... View more
07-04-2010
12:26 PM
|
0
|
0
|
573
|
|
POST
|
Patricia, If you are working in Flash Builder than you would want to import the flexviewer-src-1.3 as outlined in the FlexViewerDevelopersGuide.pdf. If you are having issues with your map services not showing up than you might check this thread. http://forums.esri.com/Thread.asp?c=158&f=2421&t=297777&mc=8#msgid929557 If you don't have access to the FlexViewerDevelopersGuide.pdf. Then you can get it from here. http://forums.esri.com/Thread.asp?c=158&f=2421&t=282642&mc=6#msgid933241
... View more
07-02-2010
05:30 AM
|
0
|
0
|
2892
|
|
POST
|
Natasha, 1. Your map element in your config.xml is missing it's inital and full extent attributes 2. You mapservice url should not have the / at the end.
... View more
07-01-2010
12:35 PM
|
0
|
0
|
1366
|
|
POST
|
Natasha, You should probably post your config.xml so we can look at it.
... View more
07-01-2010
09:58 AM
|
0
|
0
|
1366
|
|
POST
|
Michael, Sure, the process is not very hard just follow these steps: 1. Open the FlexViewers Project properties (right click FlexViewer in the package explorer window and choose properties). 2. Switch to the Rub/Debug Settings page 3. Select the launch configuration in the window (mine is index (2)) and click the edit button 4. Down in the url or path to launch uncheck Use default and add your config parameter there. 5. Apply/Ok that dialog and you are good to go.
... View more
07-01-2010
07:58 AM
|
0
|
0
|
925
|
|
POST
|
Bjorn, Ya, sorry about that, but using the default config.xml that has the widgets floating it is possible to drag a widget to the bottom of the screen and then loose it.
... View more
06-30-2010
11:33 AM
|
0
|
0
|
1890
|
|
POST
|
Bjorn, Are bugs being reported here or is there some other mechanism for reporting bugs?
... View more
06-30-2010
11:17 AM
|
0
|
0
|
2123
|
|
POST
|
Bjorn, Is there plans for the Flex Viewer to have it's own forum?
... View more
06-30-2010
10:58 AM
|
0
|
0
|
2123
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 16 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|