> I just found out I was passing SHCNF_FLUSHNOWAIT flag to the calls. By
> changing the flag to SHCNF_FLUSH, the icons are refreshed correctly
> (at least most of the time). Though the delay on refreshing is
> noticeable from one icon to the other. But that's not intolerable for
> now.

That is strange.  Maybe that flag determines if windows will collapse them down.

> BTW, is there any ill effect in the use of SHCNF_FLUSH? I don't
> understand the reason why SHCNF_FLUSHNOWAIT would not work though.

The only effect is the obvious documented one - you block until all 
notifications have been processed.  It depends on your app how ill that effect 
is :)

Cheers,

Mark

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to