Search found 52 matches

by MainSoft
Wed Feb 16, 2005 4:43 pm
Forum: TsiLang Components Suite
Topic: Main menu gets white background after language switch
Replies: 4
Views: 5913

Or re-assigning the ImageList in OnChangeLanguage event, like: MainMenu1.ImageList := nil; MainMenu1.ImageList := ImageList1; OK. problem solved by setting the Images propertry of the main menu to nil before setting the ActiveLanguageProperty and then resetting it afterwards: mnuMain.Images := nil;...
by MainSoft
Wed Feb 16, 2005 4:01 pm
Forum: TsiLang Components Suite
Topic: Main menu gets white background after language switch
Replies: 4
Views: 5913

Hi, May be assigning ImageList property at design-time instead of run-time will solve this issue in this case? This is what I did before. So I tried to assign dynamically. Same problem. Or re-assigning the ImageList in OnChangeLanguage event Doesn't work either. This is annoying. Everything worked f...
by MainSoft
Wed Feb 16, 2005 2:34 pm
Forum: TsiLang Components Suite
Topic: Main menu gets white background after language switch
Replies: 4
Views: 5913

Main menu gets white background after language switch

Hi, Now that I have a working test drive of my app which is now using TsiLang, a new problem appeared. Whenever I switch to another language, the main menu bar gets a white background. This is a known problem under XP for menus using an ImageList but usually, this is solved by assigning the ImageLis...
by MainSoft
Tue Feb 15, 2005 6:31 pm
Forum: TsiLang Components Suite
Topic: TsiLangLinked
Replies: 2
Views: 4951

Thanks for the quick answer, Igor.
by MainSoft
Tue Feb 15, 2005 5:20 pm
Forum: TsiLang Components Suite
Topic: TsiLangLinked
Replies: 2
Views: 4951

TsiLangLinked

Hi,

I'm not sure I clearly understand what the TsiLangLinked component is for and when to use it. Could someone please elaborate a little on this?

Thanks very much in advance.
by MainSoft
Mon Feb 14, 2005 3:30 pm
Forum: TsiLang Components Suite
Topic: about unregistered version
Replies: 5
Views: 7898

Problem solved on my side by purchasing the source code. But the problem is still there, though :-) .
by MainSoft
Mon Feb 14, 2005 1:43 pm
Forum: TsiLang Components Suite
Topic: about unregistered version
Replies: 5
Views: 7898

This is strange because we use the same version you indicated: Build 6.240 Update Pack 2 Are you sure you have Delphi 6 version of TsiLang DCU files installed? May be you've installed it for different Delphi versions and Delphi 6 finds incorrect DCUs in its Library path. Same problem here with the ...