Re: Care for write protected resource in propsheet
Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> writes:
Changelog: dlls/comctrl32/propsheet.c: Hack around write protected in-memory resources
Please let's not add more hacks on top of the existing ones. This thing needs to be fixed properly once and for all. -- Alexandre Julliard julliard(a)winehq.com
"Alexandre" == Alexandre Julliard <julliard(a)winehq.com> writes:
Alexandre> Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> writes: >> Changelog: dlls/comctrl32/propsheet.c: Hack around write protected >> in-memory resources Alexandre> Please let's not add more hacks on top of the existing Alexandre> ones. This thing needs to be fixed properly once and for all. Please give at least a hint for a proper fix ... 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:
Please give at least a hint for a proper fix ...
Well I don't really know, someone needs to investigate how Windows does it. But it should be possible to change the window style without copying the template, or if we really need to do the copy write a single routine for that, that parses the template to determine the proper size to copy. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Alexandre Julliard -
Uwe Bonnes