ComboCtrl loses keyboard focus when ComboPopup is shown

Hi Fabrice

Bonus Question on something completely different : is there a way to
"animate" a wx.CollapsiblePane ? (this is purely cosmetic so it is not too
high in my priorities but it would be nice if the wx.CollapsiblePane could
slide in or out instead of just appearing and vanishing instantly)

I don't know about the first question, but about the bonus one, you
might try to use PyCollapsiblePane, which is my implementation of
wx.CollapsiblePane here:

http://xoomer.alice.it/infinity77/main/freeware.html#pycollapsiblepane

And then, with a wx.Timer, you may try to modify its sizing behaviour
to give it a more "fluid" movement. I have never tried that but I will
think about it :smiley:

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

ยทยทยท

On Sat, Jul 12, 2008 at 12:30 PM, Fabrice C. wrote: