Tagged Questions
3
votes
2answers
125 views
Why does the syntax highlighter color a local symbol red inside DynamicModule?
I am adding a Module inside DynamicModule here is an example (thanks to @rm-rf for this simple example)
...
5
votes
2answers
180 views
Localizing variables within a Manipulate
I have a notebook with several examples of very similar computations, each involving the same variable/parameter names of the ingredients used in a final ...
2
votes
2answers
271 views
Scoping inside of Module and Manipulate
This is driving me nuts: I'm trying to control the parameters for a relatively large system of ODEs using Manipulate.
...
8
votes
2answers
104 views
Question about scoping data in a multi-level Manipulate construction
Background: In a module containing an outer / inner manipulate I select the key of data with a dropdownlist in the outer manipulate. Data is read and displayed in the inner manipulate for edit ...