Search found 6 matches

by manielan
Thu Dec 11, 2008 2:26 pm
Forum: TsiLang Components Suite
Topic: String ID column missing at user PC
Replies: 2
Views: 7123

Thanks for the response. I'll try with the user and update.

Thanks again.
by manielan
Tue Dec 09, 2008 10:06 am
Forum: TsiLang Components Suite
Topic: String ID column missing at user PC
Replies: 2
Views: 7123

String ID column missing at user PC

Hi there, I'm using siLangRT for a while so far so good. My application is creating TbitButtons and use GetTextOrDefault() method to set the caption. The problem is, in my development PC i can see the StringID column when calling siLangRT1.EditAll. But the user side, they only can see Language1 and ...
by manielan
Tue Nov 18, 2008 3:31 am
Forum: TsiLang Components Suite
Topic: Auto refresh the caption with GetTextOrDefault()
Replies: 1
Views: 6049

Auto refresh the caption with GetTextOrDefault()

Hi Experts, I'm creating buttons during run time whose captions are retrieved from database. I use GetTextOrDefault() to display the correct language text during the creation. But when the user change the language, all those created during design time are reflecting the correct text except those cre...
by manielan
Mon Nov 17, 2008 4:11 pm
Forum: TsiLang Components Suite
Topic: Refreshing language text created with GetTextOrDefault()
Replies: 0
Views: 10725

Refreshing language text created with GetTextOrDefault()

Hi Experts, I'm creating buttons during run time whose captions are retrieved from database. I use GetTextOrDefault() to display the correct language text during the creation. But when the user change the language, all those created during design time are reflecting the correct text except those cre...
by manielan
Thu Oct 02, 2008 8:00 am
Forum: TsiLang Components Suite
Topic: Caption and Hint for those componets creating at run time
Replies: 2
Views: 6868

Thanks for the quick response. This is what I'm doing. Create buttons at run-time with the captions and hints taken from database. For example While not MyADOQry.EOF do begin TbitButton.Caption := MyADOQryBtnCaption.AsString; TbitButton.Hint := MyADOQryBtnHint.AsString; .... .... MyADOQry.Next end; ...
by manielan
Tue Sep 30, 2008 3:54 pm
Forum: TsiLang Components Suite
Topic: Caption and Hint for those componets creating at run time
Replies: 2
Views: 6868

Caption and Hint for those componets creating at run time

Hi there,
I'm using siLangRT first time and this may be asked before.
This my requirement.
My application will create many TbitButtons in my main form based on the Database field. How can I show the Caption and Hints at run-time according to the selected language?

Thanks
-Elan