Results 228 comments of Andrew Mackenzie

I think menu item selection and closure is unaffected by that, but I can test later to be sure. On Thu, Dec 12, 2024, 2:01 PM Andrew Wheeler(Genusis) < ***@***.***>...

When the action is performed (after on_select) - the menu contents update (that was causing a panic which we fixed in a prior PR), not sure if that is relevant...

in update() of the app, with an empty entry: https://github.com/andrewdavidmackenzie/pigg/blob/master/src/piggui.rs#L293

I'll try over the weekend. Maybe we could modify menu example to have a mix of badges and buttons? On Fri, Dec 13, 2024, 2:31 AM Ultraxime ***@***.***> wrote: >...

No, sorry. Xmas holidays intervened..... On Thu, Dec 26, 2024, 1:06 PM Andrew Wheeler(Genusis) < ***@***.***> wrote: > any updates on getting the minimal example? > > — > Reply...

I started working on a (small) change to the example, to use as a reproducer for the issue and ran into this....and wasn't sure why... then got distracted on other...

Back looking at this and willing to put in the time to reproduce/fix it... I was thinking that we could address via the menu example, WDYT? I was wondering what...

WDYT @genusistimelord and @Ultraxime about working via the menu example, so that at least some of the "leaf" items on the menus are actions that would normally "do something" and...

Ping on this issue... I think we can discuss the expected behaviour associated with menus using the existing "menu" example, without any special reduced code reproducer? The "Nested Menus" menu...