Search found 22 matches

by chouproute
Thu Feb 12, 2004 8:10 pm
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10455

ok
by chouproute
Thu Feb 12, 2004 8:08 pm
Forum: TsiLang Components Suite
Topic: Found String Constants
Replies: 3
Views: 7937

If I have Existing String,(IDS_1 to IDS_34) and if I research all not replaced string in project(IDS_35 to IDS_66) Ok they have good IDS but if I press on Starts ID and i write 2, the not replaced IDS will start form IDS_2 to IDS_33, After that if I click on replace, they will overwrite all the exis...
by chouproute
Thu Feb 12, 2004 5:00 pm
Forum: TsiLang Components Suite
Topic: Found String Constants
Replies: 3
Views: 7937

Found String Constants

as I seen, when a string is same as another, tsilang put the same IDS but is there a way to bypass this?(Other better than change manualy the IDS) And if I press on Start ID (When I already had String with ids ) I can overwrite them. It's Normally? Sorry for all my question but I need to use this so...
by chouproute
Thu Feb 12, 2004 2:28 pm
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10455

And...
If I have a block of 30 lines and I just Need One Line of them, Can I unlock just this line or I need to Turn ON and Turn OFF?



Procedure....
...
var
sdasd : string;
begin
{TSI:IGNORE ON}
...

{TSI:IGNORE UNLOCK} Caption := 'Test';
...
{TSI:IGNORE OFF}
end;


-->Something like that!?
by chouproute
Thu Feb 12, 2004 2:20 pm
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10455

It seems to work!
Héhé
Thanks for the tips.

Just for my mind: Is there a possibility to exclude directly from the list(From the popup menu)?

Thank you!

Marco
by chouproute
Wed Feb 11, 2004 8:55 pm
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10455

New Comment ;)

I found another place where you could improve TsiLang

In found string constant, Is there a way to exclude some string when we search string in the project? (Like Translation Editor)

Thanks

marco
by chouproute
Wed Feb 11, 2004 1:01 pm
Forum: TsiLang Components Suite
Topic: Comments to improve TsiLang....
Replies: 3
Views: 8366

Yeah, I did it but that did't work :(

The IDs are rearrenged but not in order :(
by chouproute
Tue Feb 10, 2004 8:40 pm
Forum: TsiLang Components Suite
Topic: Out of memory error
Replies: 1
Views: 6575

Forget about it!

I set Ignored String lenhg to 1 in the option menu and all it's ok!

:)
by chouproute
Tue Feb 10, 2004 8:30 pm
Forum: TsiLang Components Suite
Topic: Out of memory error
Replies: 1
Views: 6575

Out of memory error

I have a P4 2.4 ghz with 512 mg, and I run windows 2000 server.

When I try to get all string into a form(a big form) by File->Source->With Form i get a Out of memory error...

????

Thanks
Marco
by chouproute
Tue Feb 10, 2004 6:49 pm
Forum: TsiLang Components Suite
Topic: Comments to improve TsiLang....
Replies: 3
Views: 8366

Comments to improve TsiLang....

In translation Editor -->
When we classified the STRING by String ID, the strings id are not followed( IDS_0, IDS_1, IDS_10, IDS_11, IDS_2...)
:(


Is there a way to class them because I have 35000 line of code! :wink:

Thanks!
Marco
by chouproute
Tue Feb 10, 2004 3:40 pm
Forum: TsiLang Components Suite
Topic: Maybe a minor bug
Replies: 1
Views: 5991

Maybe a minor bug

I create this button : procedure TForm1.Button5Click(Sender: TObject); begin Label1.Caption := siLang1.GetTextOrDefault('IDS_2' (* 'Manche de pelle' *) ); end; And this two others(To change language): procedure TForm1.Button4Click(Sender: TObject); begin silang1.ActiveLanguage := 1; end; procedure T...
by chouproute
Mon Feb 09, 2004 9:08 pm
Forum: TsiLang Components Suite
Topic: DevExpress or Me and my ignorance?
Replies: 1
Views: 6339

DevExpress or Me and my ignorance?

What can I do if I don't see some components in translation Editor?
(the components are TcxCheckBox(DevExpress) and caption properties is in
->Properties->Caption

How can I add Caption property from this component in Translation editor?

Thanks!

Marco
by chouproute
Fri Feb 06, 2004 3:00 pm
Forum: TsiLang Components Suite
Topic: About ProgressBar and TsiLang
Replies: 1
Views: 6564

About ProgressBar and TsiLang

How can I put a progressBar while the translation loading?
by chouproute
Fri Feb 06, 2004 12:46 pm
Forum: TsiLang Components Suite
Topic: Comment!
Replies: 2
Views: 8086

Good!

Thanks for the tip!
by chouproute
Thu Feb 05, 2004 8:09 pm
Forum: TsiLang Components Suite
Topic: Comment!
Replies: 2
Views: 8086

Comment!

That would be cool if we could use multiselect In tsiEditor to exclude selected components!!

:wink:

Marco