WM_SETFONT support

2006-11-24 Thread Jing Li
Hi, I am building a dialog box which is used to display the license agreement information. I create my dialog template with the dialog editor. The dialog box contains the Microsoft Rich Textbox Control (ActiveX control). When the function DialogBox() is called to display the dialog

Re: WM_SETFONT support

2006-11-24 Thread Matt Finnicum
On 11/22/06, Jing Li [EMAIL PROTECTED] wrote: Hi, I am building a dialog box which is used to display the license agreement information. I create my dialog template with the dialog editor. The dialog box contains the Microsoft Rich Textbox Control (ActiveX control). When the function

Re: riched20: WM_SETFONT support

2006-06-25 Thread Krzysztof Foltman
Matt Finnicum wrote: I was just about to send in the same patch when you did. I'll have to keep you updated on what I'm working on in the future. That'd be nice - as I mostly stopped doing riched20 stuff for quite some time, and only got back to it a few days ago. I've attached the patch

Re: riched20: WM_SETFONT support

2006-06-25 Thread Matt Finnicum
On 6/25/06, Krzysztof Foltman [EMAIL PROTECTED] wrote: I'm definitely for using your conformance test code. And WM_GETFONT. Not sure about the rest - the code in my patch is based on implementation of EM_SETCHARFORMAT, so it's basically as good as that one. Actually, GETFONT was a mistake -

Re: riched20: WM_SETFONT support

2006-06-24 Thread Matt Finnicum
I was just about to send in the same patch when you did. I'll have to keep you updated on what I'm working on in the future. (You can see what I'm planning to do for my SoC project at http://wiki.winehq.org/MatthewFinnicum) I've attached the patch I was going to send - I suggest we use some