Hi Ed,

I know you are on another project/job and need to make that your priority - but a quick yes or no will work.

I am confused you renamed all (most of) the files in the UI. You removed the 'd' in the file names.  And of course the class names contain the 'd' i.e.:

box.py ->class dBox(...

I'm guessing but you didn't have time to deal with the demo/samples files because none of them have the file names changed (the 'd' was not removed).  It is your intent to changes the samples files too (remove the 'd')?


Where I get confused is the git commits suggest that the UI files are running.  They do not run for me without me changing how the inheritance is called:

from dabo.ui import dControlMixin
class dBox(dControlMixin, wx.StaticBox)

to work I need

from dabo.ui import dControlMixin
class dBox(dControlMixin.dControlMixin, wx.StaticBox)

That said, I am testing on Ubuntu 20 (so I can test) wxPython 4.1, python 3.8.x and on  OpenSuse 15.1 wxPython 4.0.7, python 3.6.x.

Am I doing the right thing by making the changes??

Johnf




--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---

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

Reply via email to