Page 1 of 1

ActionList

Posted: Mon Aug 23, 2004 3:00 pm
by cdsnl
Hi,

I have an TActionList and several buttons. The property Action of these buttons are set to an Action from the ActionList.
In the Translation Editor I do not see these button under captions, and I think that is good.
I see all the actions, but when I translate the actions, the translations do not show up when I run my program or when I set the Active Language on Design Time. All may other things like captions are translated correctly.
Do I do something wrong.

Thanks
Andre

Posted: Mon Aug 23, 2004 4:44 pm
by isiticov
Yes, it looks strange, since this functionality is widely used and never seen this wrong behavior before. Could you reproduce the situation in sample project and send it to us in case of reproducable bahavior?

Posted: Tue Aug 24, 2004 6:09 am
by cdsnl
Hi,

I will try to reprocedure the problem in a sample sample project. I am out of the office so that will be tomorow.

BTW I use Delphi 6 and the latest version of TsiLang

Brdgs
Andre

Posted: Tue Aug 24, 2004 7:37 am
by cdsnl
Hi,

Problem solved.
I was making a sample program. And it worked fine.
So I was search in the original program, and I found that the caption of the TAction was "&Add" en in the Captions list of siLang it was "Add". After I changed the last caption to "&Add" it worked.

Thanks,
Andre