Fabio Sgamma

Results 36 comments of Fabio Sgamma

> Can this be modified to make it look like a tooltip? (like when you mouse over a widget, and a small rectangle shows up with some text) It should...

> I case of the ComboBox the Popup should be left aligned and not centered to the ComboBox. It also should use the same width of its target. Maybe it...

Hi, i have changed the way the popup position itself: now use the `h_align` or `v_align` (based on the `relative_position`) to position and measure the popup. I need to test...

Hi, i have fixed the "ghost trail" that have appeared when moving the popup. Basically there was a difference between the `bounds` of the popup and it's effective shape. I...

> position is calculated on rendering. So what if i put, at least some, logic into a `RenderObject`? Now the popup use the Rectangle render object, maybe i can make...

> I think for now this should work. It's ok if you want to add something like a PopupRenderObject. Ok, i will try it. > Do you think something like:...

> Done and it works really great :-) Thanks for your (very fast) work!

Hi, i have made the PopupRenderObject and moved the logic into. It seems to work correctly, the popup is rendered correctly at first try. Unfortunately i have a problem with...

Hi, thanks for the quick reply. In my project the canvas is not inside a grid, but added directly to a custom widget that is added to the window. It...

Hi, i made some tests last night and i have encountered some stretching problems also with `Stack` and `Container` widgets, so maybe there is a correlation with the canvas resize...