Search found 12 matches

by lenif7780
Fri May 09, 2003 1:34 pm
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

I think too, but when translate in runtime myself, into the onchangelang event, that works great !

One more question: I f you test the actionmanager & customize menu possibility, you can see that delphi popup a small window to customize menus. How can I translate this too ?
by lenif7780
Fri May 09, 2003 10:56 am
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

To get it working, I add all main menu items caption into const. At the end of the UpdateStrings methode, i add ActionManager.ActionBand[0].Item[x].Caption := myConst;

So it works, but I don't think it's really the good method ... ! ;-)
by lenif7780
Fri May 09, 2003 10:02 am
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

I use the filname property of the actionmanager to store the layout and maybe the problem come from there ?
by lenif7780
Fri May 09, 2003 8:58 am
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

yes
by lenif7780
Fri May 09, 2003 7:10 am
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

Hello,

I do that but my translation don't work. All subitems are translated but my main menu items (file,edit,...) stay in english ... :(
by lenif7780
Thu May 08, 2003 1:37 pm
Forum: TsiLang Components Suite
Topic: TActionManager & TActionMainMenuBar
Replies: 9
Views: 24293

TActionManager & TActionMainMenuBar

I have my menu composed of the TActionManager & TActionMainMenuBar When I try to translate or use the extended translation procedure, my ActionManger.ActionBar[x].Item[x] doesn't appear. Must I change the traduction in runtime by myself ? I known that this ActionManager can't be translated with ...
by lenif7780
Wed May 07, 2003 11:11 am
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

Ok I agree that if I read the user guide, one question of my previous message was unnecessary. But I still with the expert problem. Expert change my const declaration, add UpdateStrings into events but the UpdateStrings procedure itself isn't created !?

Thanks,
by lenif7780
Wed May 07, 2003 8:04 am
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

Thanks,

I do that ...
by lenif7780
Wed May 07, 2003 6:53 am
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

Too much compiler options, I don't known all of them .. ! ;-) Ok, one more question: I have string constant into the const section that must not be translated. When I launch the scan, all the const are retrieved. All my const that must be translated start with the "rs" préfix. Is it possib...
by lenif7780
Wed May 07, 2003 6:08 am
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

Ok, I try it and keep you on !
by lenif7780
Tue May 06, 2003 2:03 pm
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

One more question, this component works with customizable menu avaliable from delphi 6: TActionManager, TActionMainMenubar, TActionToolBar ?

Thanks all,
by lenif7780
Tue May 06, 2003 1:54 pm
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30441

Problem with Const strings

hello all, I have created a small projet to test your library. Create new application. On form1 place tsiLang :) and a button. Source: const rsMessage = 'Hello world'; Procedure Button1Click(); begin ShowMessage(rsMessage); end; Ok, it's really simple ... :lol: After that I launch the wizard and to ...