Hey,
In several patches I had the following problem: I make a patch that I'm going to use in another patch. To make it possible to use several of these subpatches in the main patch, I add a dollarsign where needed. But when I apply this to arrays, I cannot make it work. For example a block that applies a window. It's nothing more than a tabread block. But I have four files with a window in. So I call the array to read: $1-window. But when I want to read it with a message: $1-window read gaussBig.txt, it doesn't load. Probably this is because of the ambiguity between dollarsigns in a message and elsewhere, or maybe due to the dollarsign not being replaced in the name of an array. Anyone any idea how to deal with this?
I refer also to the documentation of this block on our website: http://idafx.blogspot.com/2007/04/mapwindow-pdf-in-this-document-one-can.htm...
Another small problem: can you leave a graph visible in a subpatch (thus with graph on parent selected) without seeing it in the mainpatch where this subpatch is used in? Because when i select graph on parent for the graph, the graph also appears in the parent patch at the same place, being next to the block from the subpatch.