|
POST
|
Hi I'm trying to adapt the "Show Find Task results in DataGrid" to zoom to the result in the grid. I can see how the code loops through the results and populates the grid, but have hit a time barrier to try and get the click bit working - I've tried adapting http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_map_datagrid.html without much luck and now I've run out of "free" time and have to get back to other stuff. Any help would be great Cheers ACM
... View more
07-13-2011
04:46 AM
|
0
|
1
|
666
|
|
POST
|
We found the cause, but not the reason. The cause was we have, via Group Policy, defined our "my Documents" to live on the network - a mapped drive u:\ Users with the default (c:\documents and settings\username\) worked fine, as soon as we made the change to the network this broke (BTW our Local Admin accounts had it set to the local drive, which is why it appeared to work when logged in as an admin) Esri(UK) failed to recreate the problem, so we assumed that something isn't quite right with our GPOs. However, by setting the registry to look for shared AddIns (which was my ultimate goal anyway - just let the users use add-ins from a central location) it all worked.
... View more
07-06-2011
06:16 AM
|
0
|
0
|
2059
|
|
POST
|
Hi Was the cause of this ever resolved? It sounds similar to my current issue with 10 SP1 - The only way I can see the categories associated with add-ins is running ArcMap as a local admin. Cheers ACM
... View more
04-12-2011
07:48 AM
|
0
|
0
|
2059
|
|
POST
|
PS Adding the built addin using the "Add from file" button, from the built location of "My Documents\ArcGIS\Addins\<guid> I fet "no gui components found in this add-in" and nothing is added. Adding the same file from a different location I don't get this, but neither do I get the category added to the list, it refreshes the list but doesn't add anything Cheers ACM
... View more
04-12-2011
05:24 AM
|
0
|
0
|
927
|
|
POST
|
Yep all of that is installed and OK. I build the addin and then can see it i Add In Manager in ArcMap. What I cannot see is the category in the commands tab of the customize window I have created the addin in - for example "Developer Samples" However, I have just ran ArcMap as a local admin user and it all works fine. So, there is some restriction on our normal accounts here that is preventing this last bit of registratin working. I have just logged this as a call with ESRI(UK) (I don't think they are yet Esri(UK) ) Cheers Adrian
... View more
04-12-2011
05:13 AM
|
0
|
0
|
927
|
|
POST
|
Hi I'm just venturing into the world of addins. I have followed the walkthrough for a simple "hello world" as well as building a few of the samples. Yest when I come to add the the relevant categories are missing from the command list. So, for the walkthrough I am missing "Add-In Controls" (I left it as default) and for the samples it is "Developer Samples" This is on a laptop that had 10 freshly installed today, never has had any esri stuff on it before. Cheers ACM
... View more
04-11-2011
08:04 AM
|
0
|
3
|
4055
|
|
POST
|
Many thanks for that - I have it all nicely integrated in my site now - however, I have been using the "compact" version of the API - mainly as the zoom buttons are nice and clear (the default ones just vanish, and I haven't had time to work out how to customize them) In the past I've been able to work out which bits I needed to include by name when using the compact version, but I can't work it out this time. Any ideas? Cheers ACM Edit - not so important now - I've reverted to full version and changed the slider - still work in progress as I need to tidy up the code a bit http://maps.eastdevon.gov.uk/mapping/shlaa/
... View more
01-31-2011
04:34 AM
|
0
|
0
|
1274
|
|
POST
|
one final question - is the packaged example still around for download - the link on the blog is broken - obviously I can get all the files one at a time.....;)
... View more
01-20-2011
06:30 AM
|
0
|
0
|
1274
|
|
POST
|
FME 2011 came my way today,with a new format ESRIJSON - one output geometry is "rectangle" running the shapefile with my towns though the "bounds extractor" and to an ESRIJSON format with rectangle geometries, more or less got what I want in one hit. I need to test it & stuff but it looks perfect 😄
... View more
01-19-2011
07:04 AM
|
0
|
0
|
1274
|
|
POST
|
cool, as long as I wasn't missing the big red "make shapefile to JSON" button somewhere. In fact, whilst at home watching an episode of Buffy, I realized how to do it. I have FME, which creates full fat JSON files, with the full geometry in. But I realized if I take yours, convert it, say to a dbf, in FME, see the structure, then make a similar one with the areas I want in, FME should then convert that back to a JSON with just what I want - i think:D Who knows, but I think I can see the light (as it were) Many thanks ACM
... View more
01-13-2011
10:43 AM
|
0
|
0
|
1274
|
|
POST
|
Hi I'm looking at the excellent example here - http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2009/05/29/An-easier-way-to-zoom_3A00_-A-Dojo-dijit-that-zooms-to-states-and-counties.aspx and have what is probably a numpty question - how do i create my own JSON files for areas I want to create a zoom list to? Cheers ACM
... View more
01-13-2011
07:15 AM
|
0
|
8
|
1620
|
|
POST
|
Hi - whilst I have found a fair amount on Token based security, I haven't found (as yet, after an hour or so of snow bound "working from home") any examples or walkthoughs of using the API with tokens. Do people do this to keep requests accepted just from their own server/domain? Any pointers, examples would be greatly appreciated. ACM
... View more
12-20-2010
01:27 AM
|
0
|
1
|
1491
|
|
POST
|
Hi I've been delving into the J-API for a few months now and have managed to hack the esri examples into code that does what I initially wanted, which was a simple web map with address search. Now I'm looking at doing something bigger and need to know if it is possible (not how to do it, but any pointers gratefully received). I need to be able to have the user draw a polygon which then fires up a spatial search across a map service which may have up to 30 layers in it, and return info from any or all of them. Does this sound possible? If so I'll investigate further Many thanks ACM
... View more
11-25-2010
05:00 AM
|
0
|
2
|
715
|