All announcements, questions and issues related to the TsiLang Components Suite.
Malcolm
Posts: 114 Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland
Post
by Malcolm » Tue Feb 11, 2014 2:47 pm
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: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Fri Feb 14, 2014 1:07 pm
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 » Sat Feb 15, 2014 10:06 am
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: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Sun Feb 16, 2014 5:01 am
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 » Wed May 28, 2014 11:21 am
Seems to be fixed in V 7.2, thanks.