Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Pixels are not "selecatable" #20

Open
Momut1 opened this issue May 19, 2017 · 8 comments
Open

Pixels are not "selecatable" #20

Momut1 opened this issue May 19, 2017 · 8 comments

Comments

@Momut1
Copy link

Momut1 commented May 19, 2017

First of all, thanks for this tool, I simply do not know why ESRI dont include it in the standard package. Indeed so many headaches would be easily solvable. Anyway, I can't seem to get it to work. It seems to be a general settings problem, as I can't select any pixel, whether for changes or viewing. I click on "Freehand paint" (in the raster painter toolbar) and it is selected, but doesn't hihglight any pixels. Same goes for the Raster Editor. Any fresh ideas as to why it might be exhibitting this type of behavior? Maybe I need to copy the .dll file somewhere in the Arc Installation folders?

In any occasion - mucho gracias!

Momo

@haoliangyu
Copy link
Owner

What's your version of ArcMap? This addon is pretty sensitive to the version of ArcObject and it is likely to create problems when the version number has major difference with 10.3.

Unfortunately, I am not working with ESRI products now and I have no access to ArcMap. So this project is no longer maintained. If you know how to do it, I would recommend to recompile the addon with the ArcObejct at your computer.

Sorry

@Momut1
Copy link
Author

Momut1 commented May 21, 2017

Hey Yu,

I was going through the files you made available and within the separate folders for the different ArcGIS versions the ESRI Addin File for the version 10.1 (my version), upon closer inspection reveals itself to be for the 10.0 Version of ArcGIS. So the files are listed as follows:

ArcGIS 10.0 -> 10.0 ESRI Addin File
ArcGIS 10.1 -> 10.0 ESRI Addin File !!!
ArcGIS 10.2 -> 10.2 ESRI Addin File
ArcGIS 10.3 -> 10.3 ESRI Addin File

Could you please send me the 10.1 ESRI addin file, as you seem to have neglected to put it in.

Thanks again!

Momo

@Momut1
Copy link
Author

Momut1 commented May 22, 2017

Inside the folders you've uploaded here there is no version of your tool for ArcGIS 10.1. Inside the ArcGIS 10.1 folder the addin ESRI file is for the 10.0 Version of ArcGIS. Hence the request - could you please upload/send the 10.1 version? Thank you! Alternatively - which compiler did you use?

@haoliangyu
Copy link
Owner

@Momut1 I needs to set up the environment to compile the source code with ArcGIS 10.1. So please give me some time.

If you want to compile it yourself, you need Visual Studio (I used VS 2010 at that time) and ArcObject 10.1, which is included in the ArcGIS 10.1 installation package / disk. What you need to do is to download this repo, open the project (at master branch) with the Visual Studio, change the version number from 10.0 to 10.1 at two files (ARES.csproj and Config.esriaddinx), recompile the project and get the file at ares/ARES/bin/Debug. You may need to import some ESRI ArcObject libraries for compiling (listed at ARES.csproj).

@Momut1
Copy link
Author

Momut1 commented May 23, 2017

Apologies, I meant no rush at all.

Inside the ArcGIS 10.1 Installation package/disk there are two files: the ARES.dll application extension and the ARES Esri addin file. Which one of these do you refer to as "ArcObject 10.1"? Because there is no such file in the folder...

Thank you for the time you are taking to help me!

@haoliangyu
Copy link
Owner

ArcObjects is an ESRI product that allows us to develop desktop GIS software.

@Momut1
Copy link
Author

Momut1 commented May 27, 2017 via email

@haoliangyu
Copy link
Owner

@Momut1 This ArcMap add-in is developed in C#.

As for the compiler, this tool needs .Net Framework 4.0, which is shipped in the Visual Studio 2010, or later. This is the only way I know to compile an ArcMap add-in. But I have been away from Windows for a few years, I don't know how thing changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants