regression - 'wine notepad.exe' now has fixme
With today's cvs, I see fixme:win:SetWindowTextA cannot set text "Notepad - (untitled)" of other process window (nil) when I run notepad.exe. This also happens with wine20021125, but not with wine20020904. Should I narrow it down to a specific patch so it can be fixed, or is this a known problem? - Dan
"Dan" == Dan Kegel <dkegel(a)ixiacom.com> writes:
Dan> With today's cvs, I see fixme:win:SetWindowTextA cannot set text Dan> "Notepad - (untitled)" of other process window (nil) when I run Dan> notepad.exe. This also happens with wine20021125, but not with Dan> wine20020904. SetWindowText can not yet set the text across process boundary. But more functions do the right thing and use SetWindowText and not a workaround or don't use it at all. So this is not a regression. Bye -- Uwe Bonnes bon(a)elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> writes:
"Dan" == Dan Kegel <dkegel(a)ixiacom.com> writes:
Dan> With today's cvs, I see fixme:win:SetWindowTextA cannot set text Dan> "Notepad - (untitled)" of other process window (nil) when I run Dan> notepad.exe. This also happens with wine20021125, but not with Dan> wine20020904.
SetWindowText can not yet set the text across process boundary. But more functions do the right thing and use SetWindowText and not a workaround or don't use it at all. So this is not a regression.
Actually the window is (nil) so this is not an inter-process issue at all; the error message is a bit misleading in that case. And if it didn't happen before then it's clearly a regression. -- Alexandre Julliard julliard(a)winehq.com
participants (3)
-
Alexandre Julliard -
Dan Kegel -
Uwe Bonnes