Hi George,
I haven't heard back from you so I assume you haven't implemented anything yet. Here is my quick attempt at adding support for ES_RIGHT and ES_CENTER.
Modifying the edit control made me realize how much room there is to improve the edit control implementation. Of course, my patch makes no attempt to rewrite any of it ;-)
/Ulrich
On Tue, Feb 08, 2005 at 12:53:56PM -0500, Ulrich Czekalla wrote:
Actually I just started to look at this as well. I expect to have a patch in the next day or so. If you already have something let me know and I'll stop working on it.
Thanks,
/Ulrich
On Tue, Feb 08, 2005 at 09:26:30AM +0100, George Ginden wrote:
Dimitrie O. Paun ha scritto:
Currently, our edit box (dlls/user/edit.c) does not support right-aligned fields. It is a known limitation. If you want you can try to implement it, and submit a patch.
OK, I'm into it. But wait, I'm pretty new to the Wine codebase... Do you think it is a hard implementation or an easy one ? If the alignment thing is still not implement... Well there must be a reason ... Do I miss somthing ?
Regards.
Ulrich Czekalla ha scritto:
Hi George,
I haven't heard back from you so I assume you haven't implemented anything yet. Here is my quick attempt at adding support for ES_RIGHT and ES_CENTER.
Modifying the edit control made me realize how much room there is to improve the edit control implementation. Of course, my patch makes no attempt to rewrite any of it ;-)
/Ulrich
This patch works without any apparent problem. Fixes bug 2698. Regards.