Re: regarding the bug430

2005-10-08 Thread James Hawkins
On 10/8/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > > He said we need extensive testing what is the exact behavior on > windows. Does this cause any regressions? > Well i dont know whther this is a correct patch ?? > Well before this somebody took a stab at this but having a global > va

Re: regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
Is it possible to get the selction details of the control used in the dialog box Thanks Vijay On 10/8/05, Richard Cohen <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju wrote: > > Hi, with what patch? > > I meant, if you comment out those two lines. :) > > Richard. >

Re: regarding the bug430

2005-10-08 Thread Richard Cohen
Vijay Kiran Kamuju wrote: Hi, with what patch? I meant, if you comment out those two lines. :) Richard.

Re: regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
Hi, with what patch? Do not use patch given in bugzilla. Thanks, Vijay On 10/8/05, Richard Cohen <[EMAIL PROTECTED]> wrote: > Hi Vijay > > You wrote: > > The testcase program given is running correctly, > > > The testcase doesn't run correctly here with the patch -- you can no > longer TAB out of

Re: regarding the bug430

2005-10-08 Thread Richard Cohen
Hi Vijay You wrote: The testcase program given is running correctly, The testcase doesn't run correctly here with the patch -- you can no longer TAB out of the edit control. Richard.

regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
hi all, if we disable the following two lines in DEFDLG_SetFocus function in the defdlg.c (line nos 70 and 71) if (SendMessageW( hwndCtrl, WM_GETDLGCODE, 0, 0 ) & DLGC_HASSETSEL) SendMessageW( hwndCtrl, EM_SETSEL, -1, 0 ); The testcase program given is running correctly, i have asked