Giter Site home page Giter Site logo

Comments (6)

genusistimelord avatar genusistimelord commented on July 1, 2024 1

Thank you for reporting this I will take a look to see what is happening.

from iced_aw.

genusistimelord avatar genusistimelord commented on July 1, 2024 1

Yeah I am working on Fixing the Selection list so it Views correctly when rendered. Currently it uses the Iced way of handling Overlay Menus. I am attempting to change it so it is more direct way of rendering.

from iced_aw.

Kaiden42 avatar Kaiden42 commented on July 1, 2024

It seems that I've forgotten to implement the overlay funktion on the split widget. I can tackle this issue tomorrow. Thank you for reporting it. 🙂

from iced_aw.

Kaiden42 avatar Kaiden42 commented on July 1, 2024

This should fix this issue. If it still persists, feel free to reopen it.

from iced_aw.

barvirm avatar barvirm commented on July 1, 2024

Now it's just miss placed? I change the split for a column in this code. I assume this code should move it into "second row".

        let first_row = Row::new()
            .spacing(0)
            .padding(0)
            .width(Length::Fill)
            .push(left_button)
            .push(right_button)
            .push(text_input);


        let shortcut_list = SelectionList::new(
            &mut self.shortcut_list,
            &Dirs::ALL,
            None,
            Message::ShortcutClick
        );

        let selection_list = Container::new(Text::new("SL")).width(Length::Fill);
        let second_row = Row::new().push(shortcut_list).push(selection_list);

        let content = Column::new().push(first_row).push(second_row);

image

from iced_aw.

genusistimelord avatar genusistimelord commented on July 1, 2024

I have fixed the Sizing issues and placement issues with the Selection list. However in the process i have updated how it is made and works. So please see the updated Example when the Request gets Pulled. @barvirm

from iced_aw.

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.