Re: ownerdraw paint recursion in listbox

2005-08-03 Thread Dmitry Timoshkov
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > > While browsing my old not answered e-mails I've found this one. Does > > the attached patch help? It restricts the control to draw outside of > > the item rect but not the whole control rect as it currently does. > > > No, it does not help. Yes

Re: ownerdraw paint recursion in listbox

2005-08-02 Thread Alexander Yaworsky
Dmitry Timoshkov wrote: While browsing my old not answered e-mails I've found this one. Does the attached patch help? It restricts the control to draw outside of the item rect but not the whole control rect as it currently does. No, it does not help. trace.bz2 Description: Binary data

Re: ownerdraw paint recursion in listbox

2005-07-28 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > "Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > > > http://migusoft.ru/misc/trace.bz2 > > > > with added ERR()s, see attachment > > > > I cut the tail of log just before the first err:listbox. Note that > > there are two listboxes on the form. Bot

Re: ownerdraw paint recursion in listbox

2004-11-23 Thread Dmitry Timoshkov
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > recently i tried to install some application and it hung when i > tried to select options. > It uses listbox with ownerdraw items with checkboxes. When listbox > is initially painted everything is ok. But when i try to select other > item, an extra

Re: ownerdraw paint recursion in listbox

2004-11-23 Thread Dmitry Timoshkov
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > http://migusoft.ru/misc/trace.bz2 > > with added ERR()s, see attachment > > I cut the tail of log just before the first err:listbox. Note that > there are two listboxes on the form. Both are initialized ok, > wrong things begin after WM_KEYDOWN. T

Re: ownerdraw paint recursion in listbox

2004-11-22 Thread Alexander Yaworsky
Dmitry Timoshkov wrote: > > If you have a small test case or a snippet of the +relay log showing > the problem I'll have a look. > http://migusoft.ru/misc/trace.bz2 with added ERR()s, see attachment I cut the tail of log just before the first err:listbox. Note that there are two listboxes on the fo

Re: ownerdraw paint recursion in listbox

2004-11-22 Thread Dmitry Timoshkov
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > recently i tried to install some application and it hung when i > tried to select options. > It uses listbox with ownerdraw items with checkboxes. When listbox > is initially painted everything is ok. But when i try to select other > item, an extra

ownerdraw paint recursion in listbox

2004-11-21 Thread Alexander Yaworsky
Hello, recently i tried to install some application and it hung when i tried to select options. It uses listbox with ownerdraw items with checkboxes. When listbox is initially painted everything is ok. But when i try to select other item, an extra WM_PAINT is sent to listbox when application draws