Search found 8 matches

by emin
Fri May 28, 2004 2:13 pm
Forum: TsiLang Components Suite
Topic: .NET support (Delpi 8)
Replies: 5
Views: 13244

.NET support

Are there any developments on this subject?
Regards,
Emin
by emin
Thu Apr 24, 2003 2:22 pm
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20639

>>> initialization >>> if GetClass('TMyDerivedsiLang') = nil then RegisterClass >>> (TMyDerivedsiLang); ok this was missing in my derived class. After adding RegisterClass I can safely call editAll and other edit methods. Usually I never RegisterClass unless I build projects in run time package (BPL...
by emin
Thu Apr 24, 2003 1:50 pm
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20639

I have a test project to reproduce this. but you will be able to reproduce in the following case. Just derive a new component from TsiLangRT and use this derived component in your project. Even the derived component does not add/change any behavior, I start getting access violation. Thanks in advanc...
by emin
Thu Apr 24, 2003 11:11 am
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20639

applied the fix and delete/rebuild the package, but it did not help.
Still getting the access violation in TsiTransEditFrm.GetProperties
at line:
FComp := TsiCustomLang(TComponentClass(GetClass AComp.ClassName)).Create(nil));

Thank you
Emin
by emin
Thu Apr 24, 2003 11:01 am
Forum: TsiLang Components Suite
Topic: Error when trying to Exclude property in Translation Editor
Replies: 2
Views: 11640

Thank you
applied the fix, and it is fine now.
Emin
by emin
Thu Apr 24, 2003 10:43 am
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20639

>> Which third-party components do you use in your project?

Only FastReport and TsiLang.

Will this solution be included in coming releases or shall I apply
this source change in new release?

Thank you,
Emin
by emin
Thu Apr 24, 2003 9:00 am
Forum: TsiLang Components Suite
Topic: Error when trying to Exclude property in Translation Editor
Replies: 2
Views: 11640

Error when trying to Exclude property in Translation Editor

5.2.2 CLX Delphi 7

In translation editor right click any translation and exclude it.
Then try to exclude additional translations.
Exception: Cannot focus a disabled or invisible window (Unnamed).

Also tested on Kylix3, there is no problem.

Emin
by emin
Thu Apr 24, 2003 8:13 am
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20639

Access violation when calling EditProperty EditAll of LangRT

Using 5.2.2 CLX D7
I am getting Access violation when I try to call
LangRT.EditProperty or EditAll

the exception raises in QsiTransEditor
TsiTransEditFrm.GetProperties

Tested the same code on Kylix 3, everything is fine.

Anyone aware of this problem?

Emin