Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to drop any file in .net sample #19

Open
andrewflierman opened this issue Feb 11, 2014 · 10 comments
Open

Not able to drop any file in .net sample #19

andrewflierman opened this issue Feb 11, 2014 · 10 comments

Comments

@andrewflierman
Copy link

Running the .net sample on windows 8.1 and VS2013 (Update 1). It won't allow me to drop?

@Dmitry-Me
Copy link
Contributor

Tried on VS 2013 Professional on Windows 8.1 Pro - works as expected. Could you please provide more details on what exactly doesn't work?

@andrewflierman
Copy link
Author

When running the GUITest project I'm not allowed to drop any file onto the ListView 'activeTasklist': the mouse pointer changed to a forbidden icon.

Tried to make a screenshot for you, but somehow the forbidden icon is not showing on the screenshot :/

@Dmitry-Me
Copy link
Contributor

Does it help if you bind the drop handler in runtime explicitly (add the following code after InitializeComponent() call inside Window1() constructor)?

activeTaskList.AllowDrop = true;
activeTaskList.Drop += activeTaskList_Drop;

@andrewflierman
Copy link
Author

Unfortunately it does not help

@Dmitry-Me
Copy link
Contributor

Well, looks like this is some weird problem with how UI works in Windows 8. This is not reproduced in Windows 7 or Windows 8.1 Could you perhaps try the console sample https://github.com/abbyysdk/ocrsdk.com/tree/master/dotNet/ConsoleTest instead?

@andrewflierman
Copy link
Author

Will try the console application instead.
Thanks for your help.

For the record I'm on Windows 8.1.

@bkalaldeh
Copy link

Not working on windows 7 also

@Dmitry-Me
Copy link
Contributor

@bkalaldeh: Works just fine for me. More details such as exact version of Windows, exact version of Visual Studio, any other settings different from default ones would be useful in finding the problem cause.

@Rajeevk25
Copy link

Running the .net sample on windows 10 and VS2012 (Update 5). It won't allow me to drop?

@Dmitry-Me
Copy link
Contributor

@Rajeevk25 Is Visual Studio running "as administrator"?

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

No branches or pull requests

4 participants