Hi, FYI: Ubuntu 20, wxPython 4.1, python 3.8.x
I have been looking at the ClassDesigner. I am able to open the script but as soon as I attempt to use the menu I seg-fault. I did discover that my copy of the code was missing the themes folder which I fixed. I had to fix the path to the icons (iconsPath). Not sure I did it correctly. But at least if finds the icons now. There is still a problem with the icons. The code in Editor.py contains a embedded code of a png (came from imp2py.py) but Image(data) will not open the data. There are two embedded png's in Editor.py. I ended up commenting out the two calls and that stops any messages concerning icons. I'm not to concerned because I should be able to find the right icon and avoid the use of the embedded version.
Still the menu's cause seg-faults. If I click on the file menu on any of the frames the sub-menu's display but if I move the mouse into the dropdown the seg-fault occurs. I believe someone else reported this issue. This does not happen on my personal projects.
There is also a general issue with the way Dabo is using Modal dialogs. For some reason using Dabo Modal does NOT always work. The dialog appears to be modal but when a call to EndModal is made sometimes the wx.IsModal() == False when the Dabo self.Modal == True. Again I don't see that happening with my projects.
Hope this helps others. 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]
