Thanks Cloudee - especially for the nurse view, it'll save a lot of time. Any ideas for an ego in a robe? I'm thinking about using Doan's wizard from BA, that might work.
As for the print issue, I'm hosed. I've got way too many print statements. I may look into a fixed-width font to test out your theory. Additionally, I could move the view further to the left which might avoid some of the print statements, but I think I've come up with a different idea:
It's a fairly static view here that is causing the issue (a door). I could use addToPic to add it to room pic, that should fix the issue. Then when I need to animate the door, just lay the animated door over the static door, perform the animation, then after the animation is done I can addToPic again. I'll need to create some views of the underlying pic to reapply over the areas that need repainting after the animation is complete.