Ed,

I noticed that you never set the dApp's Icon property to the tweezer
icon file.  The following diff sets the Icon file and will cause
Tweezer to display the Tweezer Icon instead of the Dabo one when run.

Nate L.

Index: TweezerApp.py
===================================================================
--- TweezerApp.py       (revision 47)
+++ TweezerApp.py       (working copy)
@@ -203,7 +203,8 @@
                self.BasePrefKey = "tweezer"
                self.MainFormClass = "tweezerForm.cdxml"
                self.PreferenceDialogClass = TweezerPrefDlg
                dabo.errorLog = LogSaver()
+               self.Icon = dabo.ui.resolvePathAndUpdate("tweezer.ico")


        def initializeColors(self):


_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to