 |
SiComponents Forums Here you will be able to get help and share your experience
|
View previous topic :: View next topic |
Author |
Message |
kkgian
Joined: 16 May 2003 Posts: 7
|
Posted: Fri May 23, 2003 9:00 am Post subject: Multiple selection in String Constant for delete |
|
|
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. |
|
Back to top |
|
 |
gaivans
Joined: 29 Nov 2002 Posts: 71
|
Posted: Fri May 23, 2003 9:18 am Post subject: |
|
|
Hello,
Ctrl+Click allows to select multiple rows.
Quote: |
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. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by p h p B B © 2001, 2005 p h p B B Group
|