View Single Post
Old 12-06-2017, 07:32 AM   #663
brucelee
Addict
brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.
 
Posts: 352
Karma: 188498
Join Date: Jan 2015
Location: Romania
Device: Kobo Aura One
I suppose it's a FW issue, some different implementation of the dictionary stuff. If I remember correctly CR3 uses the same functions regardless of the FW.

EDIT:
If you'll look into cr3pocketbook.cpp in the following method you'll see there's no FW condition.
PHP Code:
void CRPbDictionaryView::translate(const lString16 &w
Translations are done by calling a system function:
PHP Code:
_translateResult LookupWord((char *)what.c_str(), &word, &translation); 
So there must be some behavior change in that.

Last edited by brucelee; 12-06-2017 at 12:01 PM.
brucelee is offline   Reply With Quote