Multiple selection in String Constant for delete

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
kkgian
Posts: 7
Joined: Fri May 16, 2003 8:32 am

Multiple selection in String Constant for delete

Post by kkgian »

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 almost 100 lines per form or 10 odd forms.
Actualy I don't use this window, because to test out siLang1.InputBox statement, which sometimes doesn't show text (empty, no caption, just a input dialog)

In my statement (not replace from the above mentioned tools)

number:= siLang1.InputBox(silang.GetTextOrDefault('Caption',
silang.GetTextOrDefault('Prompt',
0);

the 'caption' and 'prompt' does not appear in the dialog.


Please advice.
gaivans
Posts: 71
Joined: Fri Nov 29, 2002 4:10 pm

Post by gaivans »

Hello,

Ctrl+Click allows to select multiple rows.
number:= siLang1.InputBox(silang.GetTextOrDefault('Caption',
silang.GetTextOrDefault('Prompt',
0);
Make sure the siLang1 contains in its "Strings" property strings with IDENTIFIERS 'Caption' and 'Prompt', as well their translations.
Best regards,
Serghei Gaivan
Post Reply