|
POST
|
Bummer, something like an IDE (Eclipse) would be great. That's what I use for web development and building Javascript apps. Since Flex is a out-of-box program that requires little to no programming, I don't know how this would work to get up and running. Does anyone else use or know of a different method? I find it hard to believe that in today's day and age, someone hasn't come up with a better way to do this.
... View more
08-06-2014
12:52 PM
|
0
|
1
|
744
|
|
POST
|
Thanks, I will look over those resources and see if I can get it to work. I messed around with the xml file and changed the label to feet and changed the <multiplyByToConvertFromMeters> value to 3.2808399 since 1 meter=3.2808399 feet. That seemed to work perfectly.
... View more
08-06-2014
12:10 PM
|
0
|
0
|
536
|
|
POST
|
Awesome resource for the widgets, thanks. Didn't even think to do a simple search. To clarify the first question, I have installed Appbuilder on our IIS Server. Since the server is not my primary machine, I have to remote in to use the program. This would be fine for the occasional maintenance/config but to actually build the applications through remote is an inconvenience. Maybe I missed something, but is there a way to allow me to build apps on my machine (not the server) and then transfer them over to the Viewer on the server?
... View more
08-06-2014
12:03 PM
|
0
|
3
|
744
|
|
POST
|
Can anyone help with changing the code from default kilometers to feet? Also, where does this widget reference elevation data when a line is drawn on the base map? I would assume it accesses the same database that the AGOL Elevations Template uses. Is there a way to edit where the elevation data comes from, for example, using our own server based GDB DEM? Thanks, Mat
... View more
08-06-2014
11:31 AM
|
0
|
2
|
1478
|
|
POST
|
Is there a way to build applications using Flex Viewer outside of the installation on our server? For example, a client based version that can connect and update the program that is installed on the server? Also, is there a repository of available custom/standard widgets, other than what comes in the Flex package? Thanks, Mat
... View more
08-06-2014
10:55 AM
|
0
|
5
|
2751
|
|
POST
|
Thanks for that info. Do you know of any js tutorials that could give me a good starting point besides the API resource center?
... View more
07-22-2014
01:51 PM
|
0
|
0
|
806
|
|
POST
|
Yes, that is the template I am referring to. Is there any way to use that template and design a custom app to be hosted on our server bypassing AGOL? Basically, I want to utilize the layout and measure tool from the template and incorporate our own basemap, graphing, features, etc. Is there another template I should be looking at?
... View more
07-22-2014
11:10 AM
|
0
|
2
|
806
|
|
POST
|
Does anyone have documentation on how to edit the Elevations Template to include my own features and basemap? I looked over the template, but can not seem to find where each are referencing.
... View more
07-16-2014
01:13 PM
|
0
|
5
|
1272
|
|
POST
|
For the project I am working on, for now, is in Legacy. I would have liked to start learning AMD, but unfortunately I can not convert it at this time (deadlines). Hopefully it will need a revamp to AMD in the future. I'm sure I will need assistance on the next project that I will be starting from scratch in AMD. Thanks again!
... View more
06-16-2014
11:38 AM
|
0
|
0
|
1533
|
|
POST
|
Jacob's worked but in the end Jeff's was money. Big thanks!
... View more
06-16-2014
10:38 AM
|
0
|
0
|
1533
|
|
POST
|
This is the full code: var legendDijit = new esri.dijit.Legend({
map: map,
layerInfos: layerInfo
}, dojo.create('div'));
dojo.create("img", {"class":"", "src": "foo.jpg"}, 'legendPanel',"last");
dojo.create("img", {"class":"", "src": "foo1.jpg"}, 'legendPanel',"last");
dojo.create("img", {"class":"", "src": "foo2.jpg"}, 'legendPanel',"last");
dojo.byId('legendPanel').appendChild(legendDijit.domNode);
navigateStack('legendPanel');
if (dojo.isIE === 8) {
setTimeout(function () {
legendDijit.startup();
}, 100);
} else {
legendDijit.startup();
}
Is there an easier way to incorporate the "a href" code into the dojo.create("img") or somewhere after that references each image?
... View more
06-16-2014
09:51 AM
|
0
|
0
|
1533
|
|
POST
|
Thanks for that, I'm going to try that out now. Does anyone else have any suggestions or comments?
... View more
06-16-2014
09:42 AM
|
0
|
0
|
1533
|
|
POST
|
Hey everyone, I am trying to incorporate the dojo.create("a", { href: "foo.html", title: "Goto FOO!", innerHTML: "link" }, dojo.body()); with my code dojo.create("img", {"class":"", "src": "images/test.jpg"}, 'legendPanel',"last"); to make my image clickable that references a specific url. Does anyone know how to do this? Or if there is a better approach using a different method? Thanks!
... View more
06-12-2014
04:44 AM
|
0
|
8
|
2107
|
|
POST
|
Thanks, would you be able to look at my other post regarding editing my LayerList?
... View more
06-03-2014
09:39 AM
|
0
|
0
|
1000
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-27-2014 01:56 PM | |
| 1 | 08-27-2014 12:44 PM | |
| 1 | 05-09-2016 12:32 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|