myImageMorph := myForm asMorph.
| You can't insert just any object into a tree... Incredibly, you have to subclass Link and teach it to hold your data. This actually turned out to be fairly convenient for my implementation of the tree milestone... I created class RenderingCell to be a subclass of Link. Not only did each RenderingCell know its corresponding Tree node, it also knew a bunch of temporary variables related to the logic of display calculation. Stephen Bennett |
| Kyle, could you please clarify your last 'surprise'. i.e., post some bad code, then some good code? Matthew Wolenetz |