On June 5, 2002 12:31 am, Guy L. Albertelli wrote:
Ok, the loop was due to constant setting of the buddy wndproc because the retrieve of the wndproc did not match. The match failed because the application program added a wndproc (its own) to the buddy window. The fix will be submitted to wine-patches.
Hmm, I see. But with this fix, it means that you can not change the wndproc of the buddy once set. This can not be right... Also, you broke the UDM_SETBUDDY.
I this the correct fix is to add the flag as a property on the buddy, not on the UpDown...