Re: [Win32Lib] ComboBox drop-down doesn't move with window
- Posted by Derek Parnell <ddparnell at bigpond.com> Jan 28, 2003
- 432 views
On Tue, 28 Jan 2003 14:07:24 -0800, Dan Moyer <DANIELMOYER at prodigy.net> wrote: > > Below is a demo of a problem I've encountered with combo-boxes: > > if I make the list drop-down, & then move the window, the drop-down list > remains where it was instead of moving with the window, though it is > still > functional. Both combos in the demo exhibit the problem, the first is > "auto" drop-downed, the second has the same problem if the user clicks on > the drop-down arrow & then moves the window. > > Is this a bug? What's the best way to fix this? Bug?!?! No this is a feature Actually, what win32lib should be doing is when a combo loses focus, a message should be sent to it to close-up the dropdown list. I'll add this to the list of items to improve win32lib. -- cheers, Derek Parnell