Giter VIP home page Giter VIP logo

Comments (4)

nomad-software avatar nomad-software commented on May 30, 2024

The treeview widget was rushed so only the bare minimum of functionality exists. With that said it should be possible to do what you want by thinking a little differently.

The widget should be seen as a view for your data and not a storage facility for it. In other words maintain a list of rows in your application and add and remove from that list, then when presenting the data to the user, clear and re-add the rows to the widget. I agree this won't scale if you are using thousands of rows but until a new API for this widget is in place that is the solution.

from tkd.

TheGag96 avatar TheGag96 commented on May 30, 2024

Yeah, I figured something like that might be what I need to do. It's painful, but it'll work!

Also, something unrelated: MessageDialogs seem always make their message double up backslashes (\ -> \). I've tried every way I can think of to pass in the string (concatenating single backlash characters, dirSeparator, enclosing the quote in backticks). It looks like it's a problem either in the way you format the tcl/tk command string when calling _tk.eval() or maybe tcl/tk itself. Not sure.

from tkd.

nomad-software avatar nomad-software commented on May 30, 2024

I'll take a look.

from tkd.

nomad-software avatar nomad-software commented on May 30, 2024

Fixed in fac8c5c. A new release has been created too. https://github.com/nomad-software/tkd/releases/tag/v1.1.5

from tkd.

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.