Search found 8 matches

by dragonstar
Thu Apr 13, 2023 3:01 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Re: Simple merge oddity...

Figured that out a bit later on my own after I expanded my small test to include multiple languages with a few simple fake translations.

THANK YOU!


drc :)
by dragonstar
Thu Apr 13, 2023 12:38 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Re: Simple merge oddity...

Sorry for the delay, we're also trying to get a build done and tested to release next week. Yes your example does help and takes care of the simple case. In a larger scenario we might have up to 8 or 9 languages Would we have to process one language, save those results to a new .sil, then re-open th...
by dragonstar
Tue Apr 11, 2023 1:34 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Re: Simple merge oddity...

Files attached in a .zip file. The file "3 Lines With Translations.sil" has 3 lines from a combo box each one has a translation entry for German - consider this the "existing" file. The other file "5 Lines With No Translations" is the "new" file from the appli...
by dragonstar
Tue Apr 11, 2023 12:45 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Re: Simple merge oddity...

I've tried merging in both directions.

In the primary case we lose the new combo box entries, in the other we lost the existing translations.


drc :)
by dragonstar
Tue Apr 11, 2023 12:22 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Re: Simple merge oddity...

I did all of that already. And it's not the case of entries deleted in the software, it's the case where new entries were added. It you don't have an additional suggestion for handling new entries in the combo box in the software, I'll have to check with management whether I can release the files to...
by dragonstar
Mon Apr 10, 2023 5:59 pm
Forum: TsiLang Components Suite
Topic: Simple merge oddity...
Replies: 10
Views: 43465

Simple merge oddity...

This should be simple, but I some guidance. I have an app and a .sil file with some translations that aren't in form X's TsiLang component. I've added 2 new items to a TComboBox. I've used Tools --> TsiLang Expert and exported the app tsi lang object values to a new .sil file. Got the newest version...
by dragonstar
Tue Mar 21, 2023 5:30 pm
Forum: TsiLang Components Suite
Topic: Delphi 7 - specified module could not be found
Replies: 2
Views: 17678

Re: Delphi 7 - specified module could not be found

That didn't do it, but I copied it to C:\Program Files (x86)\Borland\Delphi7\Projects\Bpl and now it seems happy.

Thank you! for the tip about the runtime .bpl, I'm sure decades ago I ran into the same thing when D7 was the newest version but it's been so long I forgot the solution.
by dragonstar
Tue Mar 21, 2023 4:35 pm
Forum: TsiLang Components Suite
Topic: Delphi 7 - specified module could not be found
Replies: 2
Views: 17678

Delphi 7 - specified module could not be found

I have need to compile an old project in Delphi 7. I did an install using the 7.5.3 version of sBinary.exe. The install went smoothly with no errors, and if I look in Packages and select the TsiLang_D7.bpl and click Components I can see the various components are there. However when I launch D7 I ge...