I can only guess, because on my Ubuntu the situation here seems to be buggy. The trick to exit the menu, as Leonid suggested, did not work here. One more thing: in a new Mathematica session with only one laptop open:
Dynamic[x] x = 1 Dynamic[x] x = 2
gives the expected
2 1 2 2
Entering the next line of Quit
, evaluating and entering, then x=3
updates only the first of the dynamic [x].
However, did you check the team
Internal`GetTrackedSymbols[]
This gives not only trackable characters, but also an additional identifier that contains dynamic content. If you find out what exactly these numbers are explored in other functions that you will find in the internal context, you can add your Dynamic-content palette manually after restarting the kernel.
I thought I had something similar with
Internal`SetValueTrackExtra
but at present I cannot reproduce the behavior.
halirutan
source share