Hi, While browsing project loading code, I came across the following check: existingView == #none ifFalse: [ .... in ProjectLoading class >loadImageSegment .... existingView is never bound to #none but I have seen it set to nil. Is this a bug? .. Subbu