DictionaryViewer is a ListBox subclass that can display a dictionary's contents in a friendly, easy-to-interpret manner. It colors each data type the way that REALbasic colors it (with a couple exceptions). It displays everything it can about each Value, even showing a Hash value of objects. The actual download is a project that shows how to use the DictionaryViewer. Code is commented, and quick instructions are included via Notes in the class. What's New: Version 1.0.1 removes the inadvertent dependency on TT's MemoryBlock Plugin. |