richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

Dylan Smith dylan.ah.smith at gmail.com
Thu Sep 24 14:51:33 CDT 2009


On Thu, Sep 24, 2009 at 2:25 PM, James Mckenzie
<jjmckenzie51 at earthlink.net>wrote:

> >From: Dylan Smith <dylan.ah.smith at gmail.com>
> >Sent: Sep 24, 2009 6:02 AM
> >To: wine-patches <wine-patches at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20090924/4d22a73a/attachment-0001.htm>


More information about the wine-devel mailing list