Diff of /trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py [r51] .. [r52]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py
+++ b/trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py
@@ -115,7 +115,8 @@
 			
 			self.InfoBox = TextBox()
 			self.InfoBox.Text = InfoText
-			self.InfoBox.Enabled = False
+			self.InfoBox.Enabled = True
+			self.InfoBox.ReadOnly = True
 			self.InfoBox.Location = Point(0, y)
 			self.InfoBox.Parent = self
 			self.InfoBox.WordWrap = False