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@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@elektron.ikp.physik.tu-darmstadt.de writes:
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.