Re: SetFocus and DefPushButton management

2005-03-16 Thread Jakob Eriksson
Send it to wine-patches if you want it merged in CVS. Katia Maculan wrote: After the creation of a dialog if the focus is set on a PushButton this one must have also the BS_DEFPUSHBUTTON style like in windows. Attached the patch with a regression test. Katia

SetFocus and DefPushButton management

2005-03-16 Thread Katia Maculan
After the creation of a dialog if the focus is set on a PushButton this one must have also the BS_DEFPUSHBUTTON style like in windows. Attached the patch with a regression test. Katia -- Katia Maculan Developer ISIS Papyrus Italy Srl Tel: (+39) 0125 6455400 Fax: (+39) 0125 6455400 E-mail: [EMAIL

Re: SetFocus and DefPushButton management

2005-03-16 Thread Dimitrie O. Paun
On Wed, Mar 16, 2005 at 10:22:51AM +0100, Katia Maculan wrote: > + SendMessageA (dlgInfo->hwndFocus, BM_SETSTYLE, > BS_DEFPUSHBUTTON, TRUE); ^ Please use SendMessageW instead. > + /*Check for a previous defpushbutton*/ > +