Re: Edit control 16 bits (was : Combobox fix)

2001-01-09 Thread Dmitry Timoshkov
This patch works fine for me. Could you please test it too? --- cvs/wine/controls/edit.cFri Jan 5 15:21:35 2001 +++ wine/controls/edit.cTue Jan 9 22:13:46 2001 @@ -1482,25 +1482,22 @@ } if (!es-text) { CHAR *textA = NULL; - INT countA = 0; +

Re: Edit control 16 bits (was : Combobox fix)

2001-01-09 Thread gerard patel
At 10:24 PM 1/9/01 +0800, you wrote: This patch works fine for me. Could you please test it too? snip patch Works for me too, thanks. Gerard

Re: Edit control 16 bits (was : Combobox fix)

2001-01-08 Thread gerard patel
At 06:50 PM 1/8/01 +0800, you wrote: Please try this patch (I have no 16-bit notepad): snip edit patch I have tested it a bit, it seems to work fine as long as I edit text and use disk access; I have tried clipboard (pasting text from the clipboard into Notepad 16) and it was not pretty though

Re: Edit control 16 bits (was : Combobox fix)

2001-01-08 Thread Dmitry Timoshkov
"gerard patel" [EMAIL PROTECTED] wrote: Please try this patch (I have no 16-bit notepad): snip edit patch I have tested it a bit, it seems to work fine as long as I edit text and use disk access; I have tried clipboard (pasting text from the clipboard into Notepad 16) and it was not