Coder Social home page Coder Social logo

Comments (5)

jelmervdl avatar jelmervdl commented on June 2, 2024

I think we can replace most of the progress bars with simple indicators like e.g. Spotlight uses on OS X. It just indicates more is to come, but you can already use the results that are found. Most of the queries,if not all, are done async and should not block the ui thread. (They do now sometimes, but that's a bug)

I think we do need to keep some sort of animated progress bar or indicator. When there are only a few results to be found, a counter would not indicate whether or not we are still searching.

Afaik the only place a progress bar in a window is used is on opening a file, preventing the user of doing anything (well, except cancel opening the file) Maybe it is worth it to make this also non-blocking, load the list of files in the background using the same meganism we already use to load query results. This would allow people who just want a subset of the treebank to start entering their filter query without having to wait.

from dact.

larsmans avatar larsmans commented on June 2, 2024

I can add a size() method to EntryIterator that throws an exception if the size cannot be determined. Then we can display a progress bar or a counter/animation conditionally.

from dact.

jelmervdl avatar jelmervdl commented on June 2, 2024

For now that would be a good solution.

from dact.

larsmans avatar larsmans commented on June 2, 2024

Skip this idea: it's too hard to keep the iterators in a consistent state and they quickly become overweight. The UI should simply call size() on a CorpusReader and not expect to know the size of a queryset before the query is run to completion.

from dact.

danieldk avatar danieldk commented on June 2, 2024

I think with some exceptions (e.g. the statistics window), we should switch to Qt's model/view architecture. Views lazily fetch results (e.g. when the user scrolls).

from dact.

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.