[wxPython] wxAppBar on SourceForge -- need brains

https://sourceforge.net/projects/pyappbar/

I decided to toss it out upon the unsuspecting masses.

There are currently two main issues which I'm stuck on:
* Resizing while docked doesn't work. I think there's a conflict with
other messages kidnapping the mouse.
* Moving from a docked to an undocked state -- it works, kinda. If you
drag the mouse too quickly, it'll lose its grip. If you release the
mouse button, and grab the (now undocked) window again, it's fine.

I'd certainly appreciate some help in finishing this up, if anybody's
interested.

ยทยทยท

----------
Keith J. Farmer
kfarmer@thuban.org
http://www.thuban.org

Keith J. Farmer wrote:

There are currently two main issues which I'm stuck on:
* Resizing while docked doesn't work. I think there's a conflict
with other messages kidnapping the mouse.
* Moving from a docked to an undocked state -- it works, kinda.
If you drag the mouse too quickly, it'll lose its grip. If you
release the mouse button, and grab the (now undocked) window
again, it's fine.

Are you capturing the mouse in either case? If not, once the mouse
leaves the window it will *not* get any mouse messages anymore, which
could account for both problems.

Robert Amesz