Giter VIP home page Giter VIP logo

Comments (8)

britzl avatar britzl commented on May 29, 2024

Can you share the project so that I can try?

from gooey.

Jerakin avatar Jerakin commented on May 29, 2024

Eh the project is a mess 😐 could be hard to find it there (inviting you anyway).

I think I found the source of the issue and managed to reproduce it: "Adjustment Mode: Stretch" on stencil nodes gives issues. I think it is possible to reproduce it in gooey example.

In the gui file
\gooey\themes\kenneyblue\components\dynamiclist.gui

Set both bg and stencil to Adjust Mode: Stretch.

You only have to make the window narrower for it to pop up.

capture2
capture

from gooey.

britzl avatar britzl commented on May 29, 2024

Hmm, yeah, since that's a dynamic list it has a fixed amount of list items and they are created on startup. We need to find a way to detect that there's a need for more/less list items and recreate them.

from gooey.

Jerakin avatar Jerakin commented on May 29, 2024

What do you think would be the best way to do this? Adding a window listener?

from gooey.

britzl avatar britzl commented on May 29, 2024

Well, I think maybe Gooey should have a function that the application can call to set/update the current window width/height. And components can somehow read this value and decide on recreating/updating the view.

from gooey.

britzl avatar britzl commented on May 29, 2024

I've played around with a gooey.get/set_window_size() function that the components can use to detect a change and that all works well. The next problem in the case of a list if to calculate the new size of the stencil node so that it's possible to calculate the number of list item nodes to create.

from gooey.

Jerakin avatar Jerakin commented on May 29, 2024

The next problem in the case of a list if to calculate the new size of the stencil node so that it's possible to calculate the number of list item nodes to create.

Would be very handy to call this separately for when you use set_size on a list too.

from gooey.

britzl avatar britzl commented on May 29, 2024

I've decided that it becomes too messy to use stretch adjust mode on lists. It complicates things too much when it comes to visible list item calculations, max scroll amount etc.

I have added support for detecting when the stencil size has changed and will recreate the nodes in the list when this happens.

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.