Translation editor / strings / search

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
LePrince
Posts: 9
Joined: Tue Aug 25, 2009 2:09 pm

Translation editor / strings / search

Post by LePrince »

Greetings,

Following procedure lets the search window disappear:

i call the translation editor like this:

Code: Select all

  if TransEditorDlg( siLang1, stCaptions, 0, [ sfFull], nil) then
    siLang1.SaveAllToFile( siLangDispatcher1.FileName, STRING_DELIM);
In the editor go to *strings*.

In the right panel (where the IDs and the languages are) click into a field of the first or second language (NOT the IDs).

Click once again - so the grid changes into editing mode.

Press Ctrl-F

Enter some string that you know CAN be found

Whoops - the searchwindow is gone and won't come back.

Do you have an idea about a workaround?

Thanks and best wishes,
Wolfgang
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

This is somekind of "Windows magic". :( We will try to fix this. Meantime as a workaround you can use: do not enter into cell editing before pressing Ctrl+F.
Best regards,
Igor Siticov.
LePrince
Posts: 9
Joined: Tue Aug 25, 2009 2:09 pm

Post by LePrince »

Alright, thanks for looking into it!
best wishes, Wolfgang
Post Reply