Project settings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Malcolm
Posts: 114
Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland

Project settings

Post by Malcolm »

Hi
XE5 and 7.1.1 developing an Android app.

The project settings, specifically my master dictionary, do not seem to be correctly read from the siproject file.

I have my shared master dictionary in a separate folder and although the project file does have the correct path and file name, I have to re-enter or browse for it each session.

It may be worse, not tested, and not read the file at all. :(
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hi,

Do you use relative or absolute path to dictionary file?
Best regards,
Igor Siticov.
Malcolm
Posts: 114
Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland

Post by Malcolm »

siproj:
--------
[Settings]
CommonContainerForm=
DefaultDictionary=C:\Program Files\SiComponents\TsiLang\Dictionary Manager\DiveRecorder.dic
DefaultFormForUnits=frmMain
DefaultTranslationFileName=C:\Users\mdt\Documents\RAD Studio\Projects\APad\APad.sib
DictionaryBaseLanguage=English
DictionaryIgnoreCase=0
DictionaryOverwriteExisting=0
DictionaryParseMultilines=1
DictionarySkipAmpersands=0
DispatcherForm=frmMain
DontAskForDictionary=0
------------------

Does the last line hold the solution? If it =0 does it deliberately show an empty field?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

DontAskForDictionary=0 line just tells to remember the dictionary settings if it is not empty and exists.
We will check this case.
Best regards,
Igor Siticov.
Malcolm
Posts: 114
Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland

Post by Malcolm »

Seems to be fixed in V 7.2, thanks. :)
Post Reply