[i18n] v1.3 hotfix for XE3

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

[i18n] v1.3 hotfix for XE3

Postby arhangelsoft » November 10th, 2012, 8:44 pm

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.
arhangelsoft
Junior Member
Junior Member
 
Posts: 39
Joined: February 16th, 2012, 9:56 pm
Location: Belarus, Minsk

Re: [i18n] v1.3 hotfix for XE3

Postby Kambiz » November 11th, 2012, 7:19 pm

Thank you for bringing this in my attention.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: [i18n] v1.3 hotfix for XE3

Postby Kambiz » December 2nd, 2012, 4:48 pm

The fix included in the new release.

Thank you.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron