On Mon, Feb 07, 2005 at 04:07:06PM +0100, George Ginden wrote:
Hi the following code part is not working in Wine as it work (as supposed) in Windows.
HRight = GetDlgItem (hDlg,IDC_RIGHT); Edit_SetText(HRight, "Right");
How is text alignment, in a edit field, handled ?
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.