Property LangDispatcher of TsiLangLinked is not loaded

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

Property LangDispatcher of TsiLangLinked is not loaded

Post by Thomas J. »

I set the property of TsiLangLinked->LangDispatcher as below (this is the dfm file) close the project.
Open the project and the first form which I open is this form, so not the
MainDataModule where the Dispatcher is located and the property is not loaded. If I open first the MainDataModule the its ok.

object SlLnk: TsiLangLinked
Version = '6.0.2'
StringsTypes.Strings = (
'TIB_STRINGLIST'
'TSTRINGLIST')
HandleResourceStrings = True
NumOfLanguages = 3
LangDispatcher = MainDataModule.LgDisp
LangDelim = 1
LangNames.Strings = (
'German'
'English'
'Russian')
Language = 'German'
ExcludedProperties.Strings = (
'Category'
'SecondaryShortCuts'
'HelpKeyword'
'InitialDir'
'HelpKeyword'
'ActivePage'
'ImeName'
'DefaultExt'
'FileName'
'FieldName'
'PickList'
'DisplayFormat'
'EditMask'
'KeyList'
'LookupDisplayFields'
'DropDownSpecRow'
'TableName'
'DatabaseName'
'IndexName'
'MasterFields')
Left = 568
Top = 328
isiticov
Site Admin
Posts: 2416
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

This could be a bug in your IDE.
Best regards,
Igor Siticov.
Post Reply