Code Monkey home page Code Monkey logo

Comments (3)

awesomebytes avatar awesomebytes commented on May 28, 2024

I actually found out that if I set:
https://github.com/dddomodossola/remi/blob/master/remi/server.py#L549

To True, on every reload of the page I'll get the main function executed again so I can get refreshed data.

Maybe this can be added as an option/parameter (this looks like you tried to optimize by only doing this once).

For adding dynamically widgets to the current webapp... I have no clue.

And, althought this may be like a different topic for another issue, can I get the parameters passed via GET/POST?

Thank you a lot for your efforts and your time.

from remi.

nzjrs avatar nzjrs commented on May 28, 2024

I've recently been trying to move REMI towards the style of a normal gui toolkit (i.e. arbitrary userdata attached to callbacks, multiple window support, etc).

At the moment you can pass userdata to main if you instantiate it via the Server object. This addresses half your problem as at least then you can pass in some outer state from your application and programatically construct the gui - see a minimal example here

What do you want to achieve with the GET/POST parameters exactly? that's is an implementation detail. Do you want the value of the widget that changed?

from remi.

dddomodossola avatar dddomodossola commented on May 28, 2024

@awesomebytes the gui you construct is refreshed automatically by websockets. You can add elements and change its content at runtime, and they automatically updates. This is what is shown in widgets_overview_app.py, in particular in the callbacks. If you encounter problem, please show a peace of your code.

from remi.

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.