Git Product home page Git Product logo

Comments (10)

Dmitry-Me avatar Dmitry-Me commented on August 17, 2024

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?

from ocrsdk.com.

andrewflierman avatar andrewflierman commented on August 17, 2024

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 :/

from ocrsdk.com.

Dmitry-Me avatar Dmitry-Me commented on August 17, 2024

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;

from ocrsdk.com.

andrewflierman avatar andrewflierman commented on August 17, 2024

Unfortunately it does not help

from ocrsdk.com.

Dmitry-Me avatar Dmitry-Me commented on August 17, 2024

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?

from ocrsdk.com.

andrewflierman avatar andrewflierman commented on August 17, 2024

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

For the record I'm on Windows 8.1.

from ocrsdk.com.

bkalaldeh avatar bkalaldeh commented on August 17, 2024

Not working on windows 7 also

from ocrsdk.com.

Dmitry-Me avatar Dmitry-Me commented on August 17, 2024

@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.

from ocrsdk.com.

Rajeevk25 avatar Rajeevk25 commented on August 17, 2024

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

from ocrsdk.com.

Dmitry-Me avatar Dmitry-Me commented on August 17, 2024

@Rajeevk25 Is Visual Studio running "as administrator"?

from ocrsdk.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.