Dominic Clifton

Results 269 comments of Dominic Clifton

Fixed #245 by using `force_set` from #242, see 4a05ed1

Here's a video of the Resize control in combination with a table, using taffy for layout: https://github.com/user-attachments/assets/51a2396d-65a8-42e1-9c0f-9543650fcbc1 source: https://github.com/MakerPnP/makerpnp/blob/b26be8c4bc73bae1cd06011e6f4a30b793fe0f29/crates/planner_gui_egui/src/project/unit_assignments_tab.rs This video also highlights a usability issue, where it's hard to...

Sorry for late response to your question (https://github.com/emilk/egui/pull/7047#discussion_r2094489365) Rebased on 0.32.0, fix is still required, video added to original comment.

@emilk I just discovered this PR has unintended consequences, I'm not sure of the correct direction to go. when this PR is enabled, a resize inside a container works as...

The smoking gun is this, in `Window::show_dyn`. ``` let resize = resize.resizable(false); // We resize it manually ``` Going to investigate a little more... I found this hack in `Window::resize_response()`...

I added a commit, which avoid the can-of-worms `Resize Window` state issue which seems to work. I made a short video about the issue, my thoughts on the `Resize Window`...

Over a year has passed now, any chance of a release with this or #516 merged?

any chance we can get this or #400 merged? I agree with this comment, https://github.com/image-rs/image-png/pull/400#issuecomment-1913325342 I personally find it easier to deal with a few releases each with small breaking...

DropDown widgets, aka 'Select' in HTML are highly useful, however if time is a factor an implementation of the Amiga's 'cycle gadget' would also be welcomed in lieu or in...

A 'form' widget seems like a reasonable idea to me for non-modal use-cases. Any 'form' widget should probably also have a `Validations` too. Currently in PR #238 we have the...