dabo Commit
Revision 3662
Date: 2007-11-11 16:05:51 -0800 (Sun, 11 Nov 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3662

Changed:
U   trunk/ide/MenuDesignerForm.py
U   trunk/ide/MenuPanel.py

Log:
Commented out debugging statements.


Diff:
Modified: trunk/ide/MenuDesignerForm.py
===================================================================
--- trunk/ide/MenuDesignerForm.py       2007-11-11 21:46:01 UTC (rev 3661)
+++ trunk/ide/MenuDesignerForm.py       2007-11-12 00:05:51 UTC (rev 3662)
@@ -84,7 +84,7 @@
        
        
        def initialLayout(self):
-               print "INITLAY"
+#              print "INITLAY"
 #              self.menubar.clear()
 #              self.mainPanel.clear()
                self.menubar.quickMenu()
@@ -194,27 +194,27 @@
                
                
        def select(self, obj):
-               try: print "SELE", obj.Caption
-               except: print "SELE NONE"
+#              try: print "SELE", obj.Caption
+#              except: print "SELE NONE"
                if obj is self._selection:
-                       print "SAME"
+#                      print "SAME"
                        return
                self.lockDisplay()
                if self._selection is not None:
-                       print "UNSEL", self._selection.Caption
+#                      print "UNSEL", self._selection.Caption
                        self._selection.Selected = False
                self._selection = obj
                self.PropForm.select(obj)
-               print "OBJ.SELECTED"
+#              print "OBJ.SELECTED"
                obj.Selected = True
-               try: print "ENSURE", obj.Caption
-               except: print "eENSEURE NONE"
+#              try: print "ENSURE", obj.Caption
+#              except: print "eENSEURE NONE"
 
                self.ensureVisible(obj)
                dabo.ui.callAfterInterval(100, self._selectAfter)
        def _selectAfter(self):
-               try: print "SELE AFT", self._selection.Caption
-               except: print "SELE AFT NONE"
+#              try: print "SELE AFT", self._selection.Caption
+#              except: print "SELE AFT NONE"
                self.refresh()
                self.unlockDisplay()
 

Modified: trunk/ide/MenuPanel.py
===================================================================
--- trunk/ide/MenuPanel.py      2007-11-11 21:46:01 UTC (rev 3661)
+++ trunk/ide/MenuPanel.py      2007-11-12 00:05:51 UTC (rev 3662)
@@ -229,7 +229,7 @@
                return self.itemList.Visible
 
        def _setPanelVisible(self, val):
-               print "SETVIS", self.Caption, val
+#              print "SETVIS", self.Caption, val
                if val:
                        localPos = (self.Left, self.Bottom)
                        formPos = self.Parent.formCoordinates(localPos)




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to