Code Monkey home page Code Monkey logo

Comments (2)

AaronErhardt avatar AaronErhardt commented on May 27, 2024

The way Relm4 handles this is the following:

  1. Store code for transient_for as closures
  2. Wait for all the main component to finish initialization (which usually initializes most child components)
  3. Call all stored closures

Yet if you call transient_for later on, the code won't be delayed. This means that the widget has no root yet when transient_for is called. One solution for that would be to add the widget of the child components before calling transient_for on the component builder.

This is - like many things in Relm4 - a problem of ordering certain operations. However, we could try to solve this by executing the transient_for code as an asynchronous task. This way, it should only run once the function in which transient_for was called from has returned, which should mean that the widget should have been added to window already...

Would you mind testing a branch with a potential fix for your issue?

from relm4.

nazar-pc avatar nazar-pc commented on May 27, 2024

I can test a potential fix, sure

from relm4.

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.