Search found 18 matches

by pablobr
Thu Oct 27, 2005 5:48 pm
Forum: TsiLang Components Suite
Topic: Status bar´s translation didn´t work!
Replies: 4
Views: 8404

Hi, StatusBar problems again. The situation: I have a StatusBar with some text information on it. This text is set to the panels on the ONSHOW event of the form. The Tsilang component is loaded on other form (DataModule form). The user have the option to change the language on run-time. If he change...
by pablobr
Fri Aug 12, 2005 11:23 am
Forum: TsiLang Components Suite
Topic: TChart problems
Replies: 10
Views: 14825

This is strange but we just checked and LoadAllFromFile loads extended as well. Are you able to reproduce the problem on simple project and send it to us? Well, I tried to reproduce it, but without success. So, I did a few tests on my application and concluded that only on a specific Form this happ...
by pablobr
Thu Aug 11, 2005 2:08 pm
Forum: TsiLang Components Suite
Topic: TChart problems
Replies: 10
Views: 14825

...

I concluded that the LoadAllFromFile is not working for my extended translations, because I removed the LoadAllFromFile´s call and the extended translations keep working fine.

Well, its better working like this than when it was not supposed to work. I think this is very uncomon.

Regard,

Pablo
by pablobr
Wed Aug 10, 2005 7:44 pm
Forum: TsiLang Components Suite
Topic: TChart problems
Replies: 10
Views: 14825

...

Well it´s working now, but I don´t know why... The last time it worked, all I had done was to translate the .SIB´s extended strings and use LoadAllFromFile function. But this time I had to translate the .SIB´s extended strings and then get back to Delphi and click on File --> Save/Load Translations ...
by pablobr
Wed Aug 10, 2005 4:47 pm
Forum: TsiLang Components Suite
Topic: TChart problems
Replies: 10
Views: 14825

What the...

Hi all,

Mine extended translations was supposed to work until now!
But it doesn´t work anymore. I checked and the form with the charts is created later then the loadallfromfile function.
I lost about more than 10 hours trying to fix it and nothing until now!

Anyone have a suggestion?

Please,

Pablo
by pablobr
Thu Jun 30, 2005 12:38 pm
Forum: TsiLang Components Suite
Topic: Status bar´s translation didn´t work!
Replies: 4
Views: 8404

Status bar´s translation didn´t work!

Hi

My program contains a status bar wich Date is displayed.
If I change the language of the program at run-time, the status bar´s translation don´t work. If I set up the language on design time, the status bar´s translation works fine.

What I could do to make this work? Any idea?

Regards,

Pablo
by pablobr
Thu Jun 30, 2005 12:35 pm
Forum: TsiLang Components Suite
Topic: Acess violation...
Replies: 2
Views: 6010

Works

Could be that siClass has nil content. Are you sure you didn't mix the CLX and VCL units in your project (be sure no TsiLang units with Q prefix used in VCL application and vice versa)? In case not, please try to reproduce the situation with sample project and send it to us. i wasted a few hours of...
by pablobr
Fri Jun 24, 2005 7:48 pm
Forum: TsiLang Components Suite
Topic: Acess violation...
Replies: 2
Views: 6010

Acess violation...

Hi I dont know why, my application stoped working for no reason! It generates an Access violation exception on siComp.pas: if S = AOwnerClassName then begin AStream.Read(dw, SizeOf(dw)); frm := TForm.Create(AComp); siClass := TComponentClass(GetClass(AComp.Classname)); SI := TsiCustomLang(siClass.Cr...
by pablobr
Thu Jun 23, 2005 4:44 pm
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

Thanks

Think that my problem´s are gone now...

Thank´s for the fast support !

:D :D
by pablobr
Thu Jun 23, 2005 2:05 pm
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

I tried it already...

I tried it already without success... When I press "Load from..." at Translation Editor, it only have the option to load from .SIL or *. all files (I select all files and it´s Ok), but when I load the .SIB file it replaces everything with "empty data". My .SIB file gets empty, al...
by pablobr
Thu Jun 23, 2005 11:26 am
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

I know about that ...

I know about that, but lets supose I translated my .SIB file at the SIL Editor, not in Delphi. I have 3 labels with their captions all translated. Then I deleted 1 label. If I save a .SIB file I´ll lose my translations from the others 2 labels, do you got my point? I want to know how I can update my...
by pablobr
Wed Jun 22, 2005 7:40 pm
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

testing...

im doing some tests now saving my project into a .SIB file....
and i´m liking...

but the same doubt persist, if i delete an object , loading all the translation from the old .sib file into the new one and then saving again is the only way to get my .sib file updated?

thanks
by pablobr
Wed Jun 22, 2005 6:49 pm
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

Hmmmm...

I just read about SIB files, but don´t know anything about then... lol

Will try to learn how to use it.

Any demo or suggestion??

Thanks
by pablobr
Wed Jun 22, 2005 6:47 pm
Forum: TsiLang Components Suite
Topic: TChart problems
Replies: 10
Views: 14825

finally

I heard about the loadallfromfile here on the forum, and I was using it wrong.
Now it work´s. :D

Really Thanks
by pablobr
Wed Jun 22, 2005 6:38 pm
Forum: TsiLang Components Suite
Topic: Doubt about .SIL files
Replies: 9
Views: 12590

Doubt about .SIL files

Hi again :D Let me describe a situation: Example: I have 3 labels, and 2 buttons on my form. Done! Let´s supose this is my project! Now I save a .SIL file from the project. Good! But, few hours later, I decided that the 2º Label is useless and deleted it. What I need to do to "update" my ....