Group Abstract Group Abstract

Message Boards Message Boards

DynamicModule doesn't update in Cloud after an input, but it does on desktop

POSTED BY: Diego Ramos

Finally I fixed the bug. I replaced the control

{{grafica,,"}, ControlType-> InputField, ...}

by its Dynamic form

Column[{InputField[Dynamic[grafica], String, 
   FieldHint -> "ingrese una función polar. Ej: Cos[1.2t]^2", 
   ImageSize -> 250, BaseStyle -> 12]}]

and use ToExpression where I use "grafica". One can compare with the previous version in the question of this post.

POSTED BY: Diego Ramos
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard