wxSTC.AutoCompShow() clipped

Jean Brouwers wrote:

The popup menu shown by the AutoCompShow() method of the wxStyledTextCtrl is clipped to the window/pane of the wxStyledTextCtrl. Is there any way to avoid that and show a larger, unclipped menu?

I've experimented in the past with putting the list control on a PopupWindow, but there were some problems with it on some of the platforms that I couldn't resolve so it went back to being a child of the wxSTC. If PopupWindow ever gets fixed then I can switch it back.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!