Ultraxime
Ultraxime
After investigating, it seems it comes from the focus stealing prevention from windows. To circumvent this issue you need to give to RFD the windows handle of your current window....
Hi, The Modal widget was removed in favour of the [Iced Stack Widget](https://docs.rs/iced/latest/iced/widget/struct.Stack.html). I hope you will find it useful for whatever you want to do. We stay at your...
But for pop up menus there may be more adequate solution like : * [Context Menu](https://docs.rs/iced_aw/latest/iced_aw/widget/context_menu/index.html) for right click menu * [Menu Bar](https://docs.rs/iced_aw/latest/iced_aw/widget/menu/index.html) for menu tree * [Drop Down](https://docs.rs/iced_aw/latest/iced_aw/widget/drop_down/index.html) for...
Hi, To solve the first error, you need to add the feature image for Iced so that you can run the example. Then the current master branch of iced_aw is...
I haven't started porting the beta branch of iced. And I don't think @genusistimelord have either. I don't know when I'll have time to do it. But feel free to...
I would fork the repo, create a dev branch and change the cargo.toml to fetch the iced main branch and see what cargo complains about And then try every example...
I'm no part of the iced development team. I'm just a user and contributor to iced_aw so it would be my idea Or maybe read the documentation from the development...
There used to be a method for the shell to invalidate the widget layout and one to ask for the widget to be redrawn, maybe it will solve the issue
Hi I think it comes from the fact that `-` is not a valid input and the widget ensure that i's content is valid. A work around would be to...
Ok, That's unexpected behaviour, I still have to finish creating a test framework for the widgets, so many issues would be solved if we tested them properly 😅