Search found 8 matches

by grumbler
Thu Jul 15, 2004 7:43 am
Forum: TsiLang Components Suite
Topic: SIL vs EXE comparer - update your translations in 3 clicks!
Replies: 1
Views: 6108

SIL vs EXE comparer - update your translations in 3 clicks!

Need to reload resourcestrings from your project to SI suite many times?
Do it so quick as possible with my new application: SIL vs EXE comparer!
It's functionality much more advanced in comparing with “Importing Strings PE Wizard” from TSILang Expert.

Image
by grumbler
Tue Jan 20, 2004 10:59 am
Forum: TsiLang Components Suite
Topic: BUGREPORT? comboboxes loose their item index
Replies: 12
Views: 37217

it's tflatcombobox
TFlatComboBox = class(TCustomComboBox)

m/b it will be better to check cast with TCustomComboBox, nor with TComboBox?
by grumbler
Fri Jan 16, 2004 2:42 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT? comboboxes loose their item index
Replies: 12
Views: 37217

BUGREPORT? comboboxes loose their item index

after changing activelanguage some translated comboboxes loose their item index (-1)
by grumbler
Sat Jan 10, 2004 7:16 am
Forum: TsiLang Components Suite
Topic: BUGREPORT: Dialogs with siLangLinked
Replies: 1
Views: 8189

BUGREPORT: Dialogs with siLangLinked

si dialogs could not retrieve full lang info when attached to siLangLinked.
by grumbler
Fri Jan 09, 2004 1:34 pm
Forum: TsiLang Components Suite
Topic: sil Editor
Replies: 1
Views: 8498

sil Editor

Why I can't propagate field values while sil file editing?
by grumbler
Tue Dec 30, 2003 3:41 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT: singlechar resourcestrings not grabbed in expert
Replies: 2
Views: 9909

thnx, now all is fine, but not all strings are grabbed :( - see another topic
by grumbler
Tue Dec 30, 2003 3:28 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT: const grabbing in si-expert
Replies: 1
Views: 8179

BUGREPORT: const grabbing in si-expert

this string will be skipped while grabbing
_f_RULE =
'string'#13#10+
'2'#13#10+

but this will be grabbed fine
_f_RULE = 'string'#13#10+
'2'#13#10;
by grumbler
Tue Dec 30, 2003 2:43 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT: singlechar resourcestrings not grabbed in expert
Replies: 2
Views: 9909

BUGREPORT: singlechar resourcestrings not grabbed in expert

while executing TSILang expert->file-const section-without form
on string
_r_FROM = 'f';

this resource string not identified and skipped in resource grabbing