Are there any developments on this subject?
Regards,
Emin
Search found 8 matches
- Fri May 28, 2004 2:13 pm
- Forum: TsiLang Components Suite
- Topic: .NET support (Delpi 8)
- Replies: 5
- Views: 16817
- Thu Apr 24, 2003 2:22 pm
- Forum: TsiLang Components Suite
- Topic: Access violation when calling EditProperty EditAll of LangRT
- Replies: 7
- Views: 24757
>>> 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...
- Thu Apr 24, 2003 1:50 pm
- Forum: TsiLang Components Suite
- Topic: Access violation when calling EditProperty EditAll of LangRT
- Replies: 7
- Views: 24757
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...
- Thu Apr 24, 2003 11:11 am
- Forum: TsiLang Components Suite
- Topic: Access violation when calling EditProperty EditAll of LangRT
- Replies: 7
- Views: 24757
- Thu Apr 24, 2003 11:01 am
- Forum: TsiLang Components Suite
- Topic: Error when trying to Exclude property in Translation Editor
- Replies: 2
- Views: 14228
- Thu Apr 24, 2003 10:43 am
- Forum: TsiLang Components Suite
- Topic: Access violation when calling EditProperty EditAll of LangRT
- Replies: 7
- Views: 24757
- Thu Apr 24, 2003 9:00 am
- Forum: TsiLang Components Suite
- Topic: Error when trying to Exclude property in Translation Editor
- Replies: 2
- Views: 14228
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
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
- Thu Apr 24, 2003 8:13 am
- Forum: TsiLang Components Suite
- Topic: Access violation when calling EditProperty EditAll of LangRT
- Replies: 7
- Views: 24757
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
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