Search found 5 matches

by tazthedev
Fri Oct 06, 2006 9:12 pm
Forum: TsiLang Components Suite
Topic: 3rd party messagedlg...
Replies: 8
Views: 15878

cannot translate caption buttons from Skinmessage.messagedlg() from the Almediadev Component set (BusinessSkinForm)... But now, i can with VclSkin, SUISkin and SkinEngine. So... I'll take one of these instead. I will remake my application. .. Thanks for your helps, but if one of these days, you can ...
by tazthedev
Thu Oct 05, 2006 11:03 pm
Forum: TsiLang Components Suite
Topic: 3rd party messagedlg...
Replies: 8
Views: 15878

my tsilang problem is now resolved. I just delete the component from the form, and put a new tsilang1 vcl. with all the same strings.. its works. But i still have problems with the caption buttons of the skinmessage.messagedlg() ... It works with vclskin component set but not working with the busine...
by tazthedev
Thu Oct 05, 2006 3:32 am
Forum: TsiLang Components Suite
Topic: 3rd party messagedlg...
Replies: 8
Views: 15878

hmm... geez... i got a newer version of your component. the last version i got was 6.0.2 instead of 5.3 ... and now, when i open a previous project made with version 5.3, i got an error when i try this code... siLang1.activelanguage := 2 ; // English Error..... EOleException .... Error not specified...
by tazthedev
Wed Oct 04, 2006 2:37 pm
Forum: TsiLang Components Suite
Topic: 3rd party messagedlg...
Replies: 8
Views: 15878

Unfortunately, its not working. :( Is there another way to make it works ? Or maybe i could simply use skinned form to act like a MessageDlg. So the buttons on the form will be translated without any problems. .. But i will have the same problems with the skinned Open Dialogs (Almediadev Components ...
by tazthedev
Tue Oct 03, 2006 6:12 pm
Forum: TsiLang Components Suite
Topic: 3rd party messagedlg...
Replies: 8
Views: 15878

3rd party messagedlg...

Hi, I tried many things showed in the forum about the MessageDlg translations.. they worked, but not for everything... if SkinMessage.MessageDlg(siLang1.GetTextOrDefault('ID2'),mtInformation,[mbyes,mbno],0) = mryes then begin ID2 works fine for the message... But it cant work for the caption button....