Page 1 of 1

[i18n] v1.3 hotfix for XE3

PostPosted: November 10th, 2012, 8:44 pm
by arhangelsoft
Hello, Kambiz!

At last release of i18n package you didn't include solution for this bug.
Also solution:
1. Open i18nLocalizer.pas
2. Find "procedure TTranslator.EndUpdate;"
3. Replace this:
Code: Select all
    if TWinControl(Owner).HandleAllocated  then
    begin


on this:
Code: Select all
    if TWinControl(Owner).HandleAllocated and TWinControl(Owner).Visible then
    begin

4. Save and rebuild BPL's..
5. ????
6. PROFIT! ;)

Thanks for attention.

Re: [i18n] v1.3 hotfix for XE3

PostPosted: November 11th, 2012, 7:19 pm
by Kambiz
Thank you for bringing this in my attention.

Re: [i18n] v1.3 hotfix for XE3

PostPosted: December 2nd, 2012, 4:48 pm
by Kambiz
The fix included in the new release.

Thank you.