| View previous topic :: View next topic |
| Author |
Message |
leguide Guest
|
Posted: Fri Aug 01, 2003 1:49 pm Post subject: Positioning text on the right of a TEdit |
|
|
Hi
I want to put a text in arabic beginning on the right side of a TEdit
component.
Actually i have set the "BiDiMode" property to "RightToLeft"
but the text is still on the left side of the TEdit !!! Any help!!
Thanks
|
|
| Back to top |
|
 |
Yorai Aminov (TeamB) Guest
|
Posted: Fri Aug 01, 2003 3:15 pm Post subject: Re: Positioning text on the right of a TEdit |
|
|
On Fri, 1 Aug 2003 15:49:13 +0200, "leguide"
<m.merzouk (AT) cross-systems (DOT) com> wrote:
| Quote: | I want to put a text in arabic beginning on the right side of a TEdit
component.
Actually i have set the "BiDiMode" property to "RightToLeft"
but the text is still on the left side of the TEdit !!! Any help!!
|
What operating system are you using? What are the system and user
locales?
---
Yorai Aminov (TeamB)
http://develop.shorterpath.com/yorai
(TeamB cannot answer questions received via email.)
|
|
| Back to top |
|
 |
leguide Guest
|
Posted: Fri Aug 01, 2003 3:44 pm Post subject: Re: Positioning text on the right of a TEdit |
|
|
Hi
I've set my locale to "Arabic" on Windows 2000 (delphi 5).
When I launch my application I can "align" to the right the text by right
clicking
and choosing "Read right to left" , how can i set it in my code , please?
Thanks
"Yorai Aminov (TeamB)" <yaminov (AT) delete_shorterpath (DOT) com> a écrit dans le
message de news: [email]ov0livk244hmjc7f7piveio35d3j8ec45f (AT) 4ax (DOT) com[/email]...
| Quote: | On Fri, 1 Aug 2003 15:49:13 +0200, "leguide"
[email]m.merzouk (AT) cross-systems (DOT) com[/email]> wrote:
I want to put a text in arabic beginning on the right side of a TEdit
component.
Actually i have set the "BiDiMode" property to "RightToLeft"
but the text is still on the left side of the TEdit !!! Any help!!
What operating system are you using? What are the system and user
locales?
---
Yorai Aminov (TeamB)
http://develop.shorterpath.com/yorai
(TeamB cannot answer questions received via email.)
|
|
|
| Back to top |
|
 |
Yorai Aminov (TeamB) Guest
|
Posted: Fri Aug 01, 2003 5:06 pm Post subject: Re: Positioning text on the right of a TEdit |
|
|
On Fri, 1 Aug 2003 17:44:55 +0200, "leguide"
<m.merzouk (AT) cross-systems (DOT) com> wrote:
| Quote: | I've set my locale to "Arabic" on Windows 2000 (delphi 5).
|
Make sure your system default locale is also set to Arabic (in the
Regional Options control panel applet, click the "Set Default" button
on the "General" tab). There's a bug in the VCL under Windows 2000/XP
that incorrectly sets SysLocale.MiddleEast to False unless the system
default locale supports right-to-left text.
---
Yorai Aminov (TeamB)
http://develop.shorterpath.com/yorai
(TeamB cannot answer questions received via email.)
|
|
| Back to top |
|
 |
|