Translations in Dynamics - duplicated functionality ?

Posted by Admin on 07-Apr-2004 03:12

Hi,

I am currently browing the source for the translation, we need to add some extensions for translations of OCX's.

I came across some confusing stuff, there are two translation procedure that seem to do the same:

aftrnmngrp.i (Translation Manager):

buildWidgetTable - -Walks the widget tree and builds the ttTranslate temp-table

translateWidgetTable - Scans the ttTranslate temp-table and makes the UI translations

afsesmngrp.i (Session Manager)

widgetWalk - Walks the widget tree and builds the ttTranslate temp-table

translateWidgets - Scans the ttTranslate temp-table and makes the UI translations

It is clear I have to customize afsesmngrp.i, because the procedures in aftrnmngrp.i (buildWidgetTable,translateWidgetTable) only seem to be called from the login window (aftemlognw.w) and change password window (aftemcpasw.w).

Someone has a clue why have duplicated functionality ?

Thanks,

Ildefonzo

All Replies

This thread is closed