From: Dylan Smith dylan.ah.smith@gmail.com Sent: Sep 24, 2009 6:02 AM To: wine-patches wine-patches@winehq.org Subject: richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.
I have tried changing the different styles, and have noticed that they don't have any effect. The initial styles are the ones actually used, which is why they are stored internally for the editor.
Is this in Wine or in Windows? If it is in Wine, then we still need to implement the code to make the styles in the editor change. This may involve alot of work to get them completely functional as styles change at least one item.
James McKenzie
On Thu, Sep 24, 2009 at 2:25 PM, James Mckenzie jjmckenzie51@earthlink.netwrote:
From: Dylan Smith dylan.ah.smith@gmail.com Sent: Sep 24, 2009 6:02 AM To: wine-patches wine-patches@winehq.org Subject: richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.
I have tried changing the different styles, and have noticed that they don't have any effect. The initial styles are the ones actually used, which is why they are stored internally for the editor.
Is this in Wine or in Windows? If it is in Wine, then we still need to implement the code to make the styles in the editor change. This may involve alot of work to get them completely functional as styles change at least one item.
Yes I mean in Windows it doesn't do anything. Sorry for not being clear
enough, but I tested on Windows XP.
You can use SetWindowLong to change the styles, but the richedit control will use the styles that it cached on creation of the richedit control, and doesn't seem to respond to this message.