#
 # Created:      8/1/03
 # CVS-ID:       $Id$
-# Copyright:    (c) 2003, 2004 ActiveGrid, Inc. (Port of wxWindows classes by Julian Smart et al)
-# License:      wxWindows license
+# Copyright:    (c) 2003-2005 ActiveGrid, Inc. (Port of wxWindows classes by Julian Smart et al)
+# License:      wxWindows License
 #----------------------------------------------------------------------------
 
 
             sizer.Add(self._textsw, 1, wx.EXPAND, 0)
             self._frame.SetSizer(sizer)
             self._frame.Layout()
+            self._frame.Show(True)
             self.Activate(True)
             return True
         else:  # flags & wx.lib.docview.DOC_SDI
 
 
     def OnDraw(self, dc):
+        """ For Print and Print Preview """
         pass