Ed Leafe wrote:
On Nov 10, 2005, at 2:59 PM, Ed Leafe wrote:

+ It takes a full minute for the dropdown to be populated (linux)


Wow! On my Mac, it's instantaneous; on Windows it takes about a second.


I just confirmed that on my FC2 machine. Actually, it took longer than a minute; I gave up waiting. I stepped through the code, and the problem is in wxPython, in the AppendItems() method for the control. Apparently a list of 500+ items is too much for it to handle.

Good to know. It's probably virtual on Win and Mac. I hardly ever have dropdowns with more than a handful of items.

Perhaps dListControl would be the better control in this case.

--
Paul McNett
http://paulmcnett.com
http://dabodev.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to