Re: Delphi 6 to Delphi 2007
- From: Danny Strümpel <dannys9@invalid>
- Date: Wed, 21 May 2008 23:16:23 +0200
Troll schrieb:
So we recently upgraded to 2007.
No complaints so far, but all of my edits
are backward.
They are all right-justified now and to
make it even weirder, they're somewhat
scrambled.
An address stored in the MySQL table might
be "1234 Main St. NE" and as displayed by
2007: "Main St. NE 1234" The labels on the
form are also backward, ie: "Address 1:"
shows up as ":Address1"
I have a feeling this might be reflecting
locality settings on my computer.
Just an oddball observation.
It's the BiDiMode property of the components. It is not right-justified but it's meant for right to left written languages like arabic. Set it to bdLeftToRight and it will be fine. I had the same oddities switching from Delphi 6 to 2006 (or was it 2005?)
--
Wo ein Wille ist, ist auch eine Erbschaftssteuer.
....und wech
Danny <dannys9 (at) gmx (dot) de>
.
- References:
- Delphi 6 to Delphi 2007
- From: Troll
- Delphi 6 to Delphi 2007
- Prev by Date: Re: Delphi 6 to Delphi 2007
- Next by Date: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Previous by thread: Re: Delphi 6 to Delphi 2007
- Next by thread: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Index(es):
Relevant Pages
|