Giter VIP home page Giter VIP logo

Comments (3)

britzl avatar britzl commented on May 29, 2024

The problem here is that it's a dynamic list, which means that it doesn't have one list item per element in the list. Instead it has just enough list item nodes to cover the visible area of the list and these items are reused.

The list.selected_item gives you an index into the list data, not an index into list.items.

The solution is to change list.selected_item to return the actual item structure (ie table containing index, root, nodes etc).

This is a breaking change and the version change will reflect this.

from gooey.

geidnert avatar geidnert commented on May 29, 2024

Ok, is this something that you think would make sense to change or am i using it all wrong? will you make a new major version of the camera extension if you think so?

from gooey.

britzl avatar britzl commented on May 29, 2024

I've made the change already. Please try the new version.

With the new version list.selected_item is now the full item table with values root, nodes, index etc

from gooey.

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.