Coder Social home page Coder Social logo

Comments (9)

artur-shaik avatar artur-shaik commented on May 21, 2024 1

Ok, looks like find some hacky solution that works:

        if isinstance(self.view.layout, DockLayout):
            self.view.layout.docks.clear()
        self.view.widgets.clear()

from textual.

stephenlutes avatar stephenlutes commented on May 21, 2024 1

I may be going about this the wrong way. I am trying to clear everything within an action when a certain key is pressed.

Update
I was able to get it to work by moving it into on_key instead of binding to an action.

from textual.

bot-boi avatar bot-boi commented on May 21, 2024

I've been poking around the source the past couple days and I haven't seen anything like def remove_widget. I think this might be intentional but I'm not sure. You could delete the Widget object from the View.widgets property but I haven't tried that yet. You could also try setting the visible property of your widget to False.

from textual.

bot-boi avatar bot-boi commented on May 21, 2024

You could also overwrite an area with a widget with None in a GridView for example, by using add_widget or place. There isn't really a proper way to do it

from textual.

artur-shaik avatar artur-shaik commented on May 21, 2024

I've tried to do self.view.widgets.clear(). Set becomes empty, but widgets still in view.

from textual.

stephenlutes avatar stephenlutes commented on May 21, 2024

@artur-shaik I was unable to get this to work outside of on_mount at the very start. How did you implement it?

from textual.

artur-shaik avatar artur-shaik commented on May 21, 2024

@stephenlutes I've implemented in inside textual event loop, not sure why you need it outside?

from textual.

willmcgugan avatar willmcgugan commented on May 21, 2024

https://github.com/Textualize/textual/wiki/Sorry-we-closed-your-issue

from textual.

github-actions avatar github-actions commented on May 21, 2024

Did we solve your problem?

Consider buying the Textualize developers a coffee to say thanks.

Textualize

from textual.

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.