User Portlet User Portlet

Discussions
I like How many roads must a man walk down?
Hi Michael, I looked a little bit into Your code and I think what You are trying to do is something like this example: [mcode]g[x_] := Exp[x] f1[x_] := x^2 f2[x_] := x^3 DynamicModule[{t = 1, f = f1, s = 0, boolvar = False}, Grid[{{SetterBar[ ...