
In a meeting today, Paul Sanford suggested that it would be nice if Analytica would show the indexes of a variable when you hover over its node. "I know how I can do that right now," I volunteered. I thought I'd share this with other Analytica users here. The help balloon with my modification shows the indexes on the last line. The indexes come from the computed result, so it only shows them if the result is already computed. If the result has already been computed and is scalar, then it shows the value, allowing you to hover over nodes and see their scalar values (text or numbers) quickly. To make it easy, I've placed this in a library file, Show-Indexes-In-Help-Balloons.ana. If you want this, all you have to do is add this library to your model (use Add Module... or Add Library... on the File menu, embed). How does it do it? The code in Analytica that decides what should appear in a help balloon is actually implemented as an Analytica expression, and it resides in … [Read more...]







