Hi,
I have written an app which uses many frames which were being destroyed by FindWindowById( id ).Destroy().
The app is about opening and closing relays for billiard tables.
So when a specific pool frame was open and the user opened another pool frame the second frame tried (try:) to self.FindWindowById( specific id ).Destroy()
the previous frame so that only one pool frame was open at the time.
This worked perfectly in 2.8.12.1 but now with wxpython 3.0.0 it does not. No error output is generated though
Also in a new app I am writing now I am getting :
wx._core.PyAssertionError: C++ assertion “ff_family != (0<<4)” failed at …\src\msw\font.cpp(650) in wxNativeFontInfo::SetFamily(): unknown wxFontFamily
error.
Was there any changes as far as wx.Font is concerned?
It also worked flawlessly in 2.8.12.1.
P.S. Does wxpython 3.0.0 support agw library?
Thanks in advance,
JohnD