Re: suppression of new error
john fabiani <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
I reported this on https://discuss.wxpython.org/ and Robin said that in the past the alignment was ignored in the past on earlier versions of wxPython. It's my understanding that the wxPython-user has been replaced with https://discuss.wxpython.org/. Johnf On 10/14/20 8:46 AM, 'Toby, Brian H.' via wxPython-users wrote: > We are seeing a new class of error in our code with wx4.1.0: > >> /tmp/pip-build-gvydcwjt/wxpython/ext/wxWidgets/src/common/sizer.cpp(2114) >> in DoInsert(): Vertical alignment flags are ignored with wxEXPAND >> /tmp/pip-build-gvydcwjt/wxpython/ext/wxWidgets/src/common/sizer.cpp(2077) >> in DoInsert(): Vertical alignment flags are ignored in vertical sizers > These are clearly problems in our code due to sloppy (or poorly understood, or both) use of flags in Sizer.Add() and we will need to track them down. The problem we face is that they throw exceptions, which is not desirable in the hands of users. Is there a way that we can suppress this or at least downgrade this to a warning — other than for the developers? > > Brian > -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/6713bc97-e1d4-cfd0-b8a9-61c282dbefd0%40gmail.com.