User Portlet User Portlet

Discussions
I found a workaround, using Manipulate[] and TogglerBar instead of a Button[]... Manipulate[ If[i == {1}, bigFunc[]; i = 0]; "Hello!" , {{i, 0, "Select:"}, {1 -> "bigFunc!", 2 -> "Other"}, ControlType -> TogglerBar}]