Page 1 of 1

Project settings

Posted: Tue Feb 11, 2014 2:47 pm
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. :(

Posted: Fri Feb 14, 2014 1:07 pm
by isiticov
Hi,

Do you use relative or absolute path to dictionary file?

Posted: Sat Feb 15, 2014 10:06 am
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?

Posted: Sun Feb 16, 2014 5:01 am
by isiticov
DontAskForDictionary=0 line just tells to remember the dictionary settings if it is not empty and exists.
We will check this case.

Posted: Wed May 28, 2014 11:21 am
by Malcolm
Seems to be fixed in V 7.2, thanks. :)