Found!. The problem was a display setting of Win XP.
See Display Options > Effects , last checkbox.
Eric
Search found 10 matches
- Sat Aug 13, 2005 6:57 am
- Forum: TsiLang Components Suite
- Topic: Preserve letter shortcut
- Replies: 6
- Views: 14715
- Thu Aug 11, 2005 5:00 pm
- Forum: TsiLang Components Suite
- Topic: Preserve letter shortcut
- Replies: 6
- Views: 14715
- Thu Aug 11, 2005 4:52 pm
- Forum: TsiLang Components Suite
- Topic: User may create forms at runtime
- Replies: 8
- Views: 14423
- Thu Aug 11, 2005 10:24 am
- Forum: TsiLang Components Suite
- Topic: User may create forms at runtime
- Replies: 8
- Views: 14423
The code: procedure TForm1.Button1Click(Sender: TObject); var f : TForm; gb : TRadioGroup; b : TButton; begin //create the form f := TForm.Create(self); f.Caption := 'Test form'; f.Position := poScreenCenter; // create a rodiogroup on the form gb := TRadioGroup.Create(f); gb.Parent := f; gb.Top := 5...
- Thu Aug 11, 2005 10:16 am
- Forum: TsiLang Components Suite
- Topic: Preserve letter shortcut
- Replies: 6
- Views: 14715
- Thu Aug 11, 2005 7:20 am
- Forum: TsiLang Components Suite
- Topic: User may create forms at runtime
- Replies: 8
- Views: 14423
- Thu Aug 11, 2005 6:56 am
- Forum: TsiLang Components Suite
- Topic: Preserve letter shortcut
- Replies: 6
- Views: 14715
Preserve letter shortcut
Hello,
I want to preserve a letter shortcut assignment in my menu-items:
A button with caption "&Cancel" should be translated in "&Annuleren" where the first letter is the shortcut to the button. For buttons this works fine for menu-items not!
Is this possible?
I want to preserve a letter shortcut assignment in my menu-items:
A button with caption "&Cancel" should be translated in "&Annuleren" where the first letter is the shortcut to the button. For buttons this works fine for menu-items not!
Is this possible?
- Wed Aug 10, 2005 9:00 pm
- Forum: TsiLang Components Suite
- Topic: User may create forms at runtime
- Replies: 8
- Views: 14423
- Wed Aug 10, 2005 7:55 am
- Forum: TsiLang Components Suite
- Topic: Translating ReportBuilder Reports
- Replies: 5
- Views: 13902
- Wed Aug 10, 2005 7:48 am
- Forum: TsiLang Components Suite
- Topic: User may create forms at runtime
- Replies: 8
- Views: 14423
User may create forms at runtime
Hello,
I'm new to TsiLanguage and wonder if this is possible.
With our application it's possible the user create a new database table and designs a form around it. Its is possible to include the new string in the sil file at runtime and let the user translate them?
Eric
I'm new to TsiLanguage and wonder if this is possible.
With our application it's possible the user create a new database table and designs a form around it. Its is possible to include the new string in the sil file at runtime and let the user translate them?
Eric