Search found 5 matches

by pupkinzon
Fri Apr 04, 2008 12:11 pm
Forum: TsiLang Components Suite
Topic: siDialogs 6.22, Vista OS behavior
Replies: 2
Views: 6095

Ok, Igor, I understand that if re-translation is turned off, Vista dialogs may restore some control's captions to untranslated state, after, for instance, save dialog roll-up\roll-down, so here it may be the only way. But I would suggest though, that for some child controls, translation should not b...
by pupkinzon
Fri Apr 04, 2008 10:07 am
Forum: TsiLang Components Suite
Topic: siDialogs 6.22, Vista OS behavior
Replies: 2
Views: 6095

siDialogs 6.22, Vista OS behavior

TsiLang ver 6.2.2 have Vista dialogs support, however, it's kinda strange. If I'm correct. when common dialog is opened on Vista, TsiLang: 1. Creates one-shot timer object, 2. Tunes up dialog Window procedure to fire timer on each WM_WINDOWPOSCHANGED event 3. In the timer procedure enumerates all ch...
by pupkinzon
Wed Dec 05, 2007 12:09 pm
Forum: TsiLang Components Suite
Topic: Dictionary manager automation
Replies: 4
Views: 9167

Where can I find docs covering automation interface parameters? So far, I would like to know what means bool value returned from AddTranslation call, because I cannot figure it out... Translations get added to dictionary all right, while return value is VARIANT_FALSE.
by pupkinzon
Tue Nov 13, 2007 6:57 pm
Forum: TsiLang Components Suite
Topic: Dictionary manager automation
Replies: 4
Views: 9167

As far as I can see from CB6 generated wrappers, AddTranslation prototype corresponds to one that you described. So, it seems that suite version reported in dictionary manager "About" is wrong somehow. What is more interesting, wrappers generated with MS VC #import directive are working fi...
by pupkinzon
Tue Nov 13, 2007 4:42 pm
Forum: TsiLang Components Suite
Topic: Dictionary manager automation
Replies: 4
Views: 9167

Dictionary manager automation

I'm trying to automate dictionary manager using C++ COM wrappers. While it allows creation of the new ditionary file, adding\removing languages, query language names like GetLanguageNames, it fails on certain calls to interface methods, for instance, any attempt to call IndexOfLang or AddTranslation...