Search found 7 matches

by kkgian
Sat Jun 21, 2003 2:12 am
Forum: TsiLang Components Suite
Topic: Check this
Replies: 1
Views: 9453

Check this

In Expert's Menu, click Tools>Replace Phrase, I got a Dialog shows "Check this" before I got the Find Phrase Dialog. Is this your Assercetions point or what? What to check for me? BTW, This method does not globally find the phrase I want to replace. I still have to go through each of the f...
by kkgian
Fri Jun 20, 2003 6:28 am
Forum: TsiLang Components Suite
Topic: Global Update for siLang1... How?
Replies: 1
Views: 9341

Global Update for siLang1... How?

I have more then 20 forms(visible), each forms has a siLang1 which share a siDispatcher in a single DataModule form(invisible). Now, I found that there is a mistake either in typo or in translation. How can I update globally(all the 20 forms) instead of changing each and every single siLang1 compone...
by kkgian
Wed Jun 11, 2003 8:59 am
Forum: TsiLang Components Suite
Topic: Cannot translate Caption on TToolButton
Replies: 1
Views: 9399

Cannot translate Caption on TToolButton

1 TActionList - Create 1 action1 and set caption 'Action No.1' 1 ControlBar, 1 Toolbar and a Toolbutton. 1 PopupMenu (Pop1) - put some command if you like ToolButton - style tbsDropDown, DropDownMenu = Pop1. -Action= action1 (the caption automatically follow Action1's (but I change to 'Act' cause do...
by kkgian
Fri May 23, 2003 9:00 am
Forum: TsiLang Components Suite
Topic: Multiple selection in String Constant for delete
Replies: 1
Views: 8495

Multiple selection in String Constant for delete

How can I select multiple rows in string constants window? In TsiLang Expert, I choose File > source > with form, then the string constant window scans all the hardcoded string in the form. That very good, but when come to delete, I have to delete 1 by 1 :( Imagine I have to press Ctrl-D + Enter for...
by kkgian
Wed May 21, 2003 6:31 am
Forum: TsiLang Components Suite
Topic: Localize TDateTmePicker
Replies: 1
Views: 8932

Localize TDateTmePicker

How to change the word 'Today' in the TDateTimePicker Dropdown?
by kkgian
Tue May 20, 2003 3:45 am
Forum: TsiLang Components Suite
Topic: ReportBuilder
Replies: 1
Views: 8875

ReportBuilder

How to translate string constant in ReportBuilder? I have not much problem with Variables for RB cause there are all listed in the type declaration of the main form (TForm1) as siComp reads all in. But not for strings in calc events. eg. procedure ppLabel1OnGetText(var Text; String); begin Text:= Te...
by kkgian
Sat May 17, 2003 1:53 am
Forum: TsiLang Components Suite
Topic: MessageDlg String does not apear in siComp
Replies: 1
Views: 9117

MessageDlg String does not apear in siComp

Greetings, ... if MessageDlg('Are you sure?', mtConfirmation, [mbOk, mbCancel], 0) = mrOk then begin Label1.Caption:= 'Yes I am'; end else begin Label1.Caption:= 'NO, I don''t '; end; ... I can't find the 'Are you sure' in siComp. How to do translation for Label1 without predefine constant message s...