You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Linux wxPython version & source: 4.0.6 - pypi Python version & source: 3.6
Description of the problem:
The wx.adv.BitmapComboBox class does not have a Popup method, like ComboBox does.
Since it does not seem to be a sub class of ComboBox in Linux, calling its Popup method does also not work. Is there a workaround and is this intentional?
The text was updated successfully, but these errors were encountered:
Operating system: Linux
wxPython version & source: 4.0.6 - pypi
Python version & source: 3.6
Description of the problem:
The
wx.adv.BitmapComboBox
class does not have aPopup
method, likeComboBox
does.Since it does not seem to be a sub class of
ComboBox
in Linux, calling itsPopup
method does also not work. Is there a workaround and is this intentional?The text was updated successfully, but these errors were encountered: