Dimitrie O. Paun wrote:
On February 13, 2003 12:46 am, Drew "DanteAliegri" Ogle wrote:
When it is returning to a dialog, it returns a W, however, when the user code which the dialog calls is an A function, it excepts TVN_*A, when the treeview code is sending TVN_*W.
It seems that the real fix is to always send TVN_*A in notifications. However, for whatever reason, that did not fix putty for me, so I did not submit it. Care to give that a shot?
Well, I don't know enough about compiling to get a callback that is W, but if you compiled a app with TVN_SELCHANGED, and it was usiing W, wouldn't TNV_SELCHANGED evaluate to TVN_SELCHANGEDW?
Also, this didn't seem to fix things for me until I did a make dep; make .. not sure why.
-Dante