|
POST
|
I'll be looking at some of this functionality. Email seem's to be something I'm hearing in a few places.
... View more
03-10-2011
05:50 AM
|
0
|
0
|
615
|
|
POST
|
Dira, Did you also include this line in the index.html file? <script type="text/javascript" src="widgets/Streetview/streetview.js"></script> That little line has all the Javascript functions for allowing Flex to speak with the Streetview API. Also, In the index.html file search for the word "theApp" in my file. This will also need to be in your file for the communication between the flash functions and the javascript functions. If you havn't done any customization to your html file I suggest overwriting it with what I supplied. Let me know if this helps, I'm always available to help.
... View more
01-21-2011
03:25 PM
|
0
|
0
|
2184
|
|
POST
|
When you add this to the Flexviewer did you add it to the config file like this: <layer label="States" type="feature" visible="true" url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/5"/>
... View more
01-21-2011
09:28 AM
|
0
|
0
|
1832
|
|
POST
|
Cynthia, It was good speaking to you regarding this. I'm glad you are up and running.
... View more
01-19-2011
06:16 AM
|
0
|
0
|
2055
|
|
POST
|
Cynthia , Once the widget opens and you can see the text that say click icon to start..... click it. Don't try to drag and drop it. This activates the drawtool. Now click on a street and you should be good to go. You will not get any street view if there is none available where ever you are selecting. If this doesn't help please let me know, this is the first complication with the latest version I have heard. Additionally, Does the compiled version work for you?
... View more
01-18-2011
10:56 AM
|
0
|
0
|
2055
|
|
POST
|
A very simple widget that captures a screen shot of the current map window. I use this in one form or another in many of our flex applications. Though simple, I've been asked for this functionality many times so I thought I would share it. I've included the source code as well as a compiled version. http://www.arcgis.com/home/item.html?id=c3a2b6da36264b5f864993a8d8a5d082
... View more
01-17-2011
03:50 AM
|
0
|
14
|
4034
|
|
POST
|
Todd, How are your AVL points stored? Ours are stored in a SQL table and I serve them through a webservice as xml. I map the xml on a graphicslayer. I use the 'mx.rpc.http.HTTPService' library to to call the service at user specified intervals.
... View more
01-17-2011
02:42 AM
|
0
|
0
|
2175
|
|
POST
|
I did an AVL widget last January that could be revamped and posted, my print widget is pretty good quality and was adapted from a post I got on here. Has anybody else done an AVL widget? Currently I'm tracking plows/sanders etc.
... View more
01-14-2011
12:31 PM
|
0
|
0
|
2175
|
|
POST
|
More of wondering if I've already built something that would be good to share the source code for. I'm not to sure I'd be able to build anything that would knock your socks off in time for the 'Flex-A-Widget' competition. I'd also like to see if it is a new/good idea, would it be good for my organization?
... View more
01-14-2011
12:11 PM
|
0
|
0
|
2175
|
|
POST
|
I wanted to start a thread to see what functionality people are looking for or what enhancements to existing widgets people are looking for. At the end of the day, what are your clients most interested in incorporating to the Flexviewer?
... View more
01-14-2011
11:27 AM
|
0
|
12
|
3193
|
|
POST
|
I found a couple bugs in the javascript this morning pertaining to the widgetclosed event and the pageresize event. They have been corrected and reposted. Changes can be made to the streetview.js file or you can download the updated widget. function removeStreetview() { try{ g_panorama = null; GUnload(); var obj= getSWF("theApp"); obj.height = "100%"; var theDiv = document.getElementById("pano"); if(theDiv) { document.body.removeChild(theDiv); } }catch(err){ alert(err); } } and function windowResized() { try{ if(g_panorama){ var obj= getSWF("theApp"); obj.height = getPageHeight() - streetviewHeight; g_panorama.checkResize(); } }catch(err){ } }
... View more
01-13-2011
04:19 AM
|
0
|
0
|
2055
|
|
POST
|
The cached rest services are wkid: 102100, if that helps which is WGS 1984 Web Mercator.
... View more
01-12-2011
09:30 AM
|
0
|
0
|
961
|
|
POST
|
Robert, I figured 'Why Not?'. I added your suggestion and uploaded the changes.
... View more
01-12-2011
08:52 AM
|
0
|
0
|
2055
|
|
POST
|
Robert, That was intentional. If people want to see that though, it's a very easy implementation. Thanks for your comments, that's the only way app's get better.
... View more
01-12-2011
08:16 AM
|
0
|
0
|
2055
|
|
POST
|
I have just finished modifying my code to support IE 7, IE 8, Opera, Firefox, Chrome and Safari. Please let me know if there are any issues. Enjoy. http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74
... View more
01-12-2011
06:54 AM
|
0
|
0
|
2055
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-27-2021 07:21 AM | |
| 1 | 06-02-2021 05:39 AM | |
| 1 | 06-23-2016 09:32 AM | |
| 1 | 06-20-2016 11:28 AM | |
| 1 | 06-20-2016 11:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-02-2021
09:24 AM
|