wxComboBox/wxCB_DROPDOWN - capacity problem

Sorry folks,

I should have stated that I an running Linux - Mandrake8.2

Barry

extract.py (656 Bytes)

···

---------------------

I have an application which has crashed when the list to be displayed in
the combobox has > 2048 items.

The code extract is attached.

The failure occurs when the arrow is clicked to display the list. The
list does not appear. All that appears is the Y slider which should be
below the displayed list items.

Can you fault the attached code segment or is the fault in the
wxPython/wxwindows code?

TIA

Barry

Barry wrote:

Sorry folks,

I should have stated that I an running Linux - Mandrake8.2

Barry
---------------------

I have an application which has crashed when the list to be displayed in
the combobox has > 2048 items.

The code extract is attached.

The failure occurs when the arrow is clicked to display the list. The
list does not appear. All that appears is the Y slider which should be
below the displayed list items.

Can you fault the attached code segment or is the fault in the
wxPython/wxwindows code?

Probably GTK or wxGTK.

···

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