As shown in DynamicLocation usage, we can use it to quickly create very nice functionality, that it to refer to graphics' primitives relative coordinates without calculations of boundary etc.
As shown in the answer for that topic, except of DynamicLocation many related things appear:
DynamicNamespace, "DynamicName", TagBox cell expressions.
What is a big picture and how to use it properly?





GeneralUtilities`HasDefinitionsQreturn false but work well as I know.Could you tell me which is yourexperimental notebooks? Actually I have used AstroGrep, but I cannot find anything.. – yode Sep 07 '17 at 13:32PacletFind["WolframAlphaClient"][[1]]["Location"]andCurrentValue[$FrontEnd, {StyleDefinitions, "WolframAlphaShortInput", NamespaceBoxOptions}]. The latter defines theopsit can take (as the type-set form ofDynamicNamespaceisNamespaceBox). The former uses it with a named string arg, etc. They also show how you make that namedDynamicNamespacedo special things (by changing theFormatofNamespaceBox, essentially). – b3m2a1 Sep 07 '17 at 15:19