Button on/off staying on

So maybe try the button shortcut I mentioned. I think the only downside to Elefront bake all is that you will have to plug in the Grasshopper button to all bake components manually

I rebuilt the button nodes. it helped no problem …
I use the Elefront because it can bake and connect to a group.

1 Like

In this post maybe a step for a solution, i try the code but the problem with expire solution

button.gh (4.9 KB)

So I managed to created a minimal example of this:
MinimalExampleOfStuckButton.gh (71.1 KB)

I guess what happens is something along the lines of:
Active interface is Grasshopper
Grasshopper listens to mouse click down
The click down CHANGES the active interface to Rhino temporarily. (same with Baking)
Grasshopper can no longer listen (because it’s not active interface) and will not notice that I release the mouse button
Hence it stays True

I´m facing the same issue :frowning:

Hi has there been any progress regarding this? Just ran into the same problem while trying to have a Bake button in Human UI and using Elefront baking component (because it allows me to group and overwrite on layer). Even with decoupled method, the problem returns randomly. I think @timonielsen rightly pointed out the underlying issue. For now, my workaround is just avoid button for this case and use a toggle. Or maybe use some sort of time based trigger to overwrite button value?

Yeah, I´m also using toggles which is odd :frowning: