MultiTerm SDK API: Problems with description fields in an SDK Created Termbase

Got a bit of an odd one, well two actually.

I have a Definition XDT file, that contains:

  • Term_UUID = readonly
  • Image = Multimedia file

When I create a termbase via MultiTerm, the Term_UUID is (correctly) not editable, and I am able to select a file for the Image:

However, if I create a termbase via the MultiTerm SDK (using the same XDT file), the Term_UUID is available to edit and the Image filed, although defined as a "Multimedia File" is defaulted to text input.

 

Is there a known issue/fix for this?

Thanks 

Samuel

emoji
Parents Reply
  • Yes, the SDK created termbase works with image:

    Screenshot of Trados Studio showing the termbase entry interface with 'GERMAN' language selected, an 'Add Term' button, and fields for 'Note' and 'Image' with a placeholder image and RWS logo.

    You should try to reinstall MT.

    In .csproj should be a <COMReference Include="MultiTermIX"> section. Does it look like this?

    <COMReference Include="MultiTermIX">
          <Guid>{ 76DBA48C -DA18 -4FB2 - BD45 - 32752C5BD73E }</Guid>
          <VersionMajor>17</VersionMajor>
          <VersionMinor>0</VersionMinor>
          <Lcid>0</Lcid>
          <WrapperTool>tlbimp</WrapperTool>
          <Isolated>False</Isolated>
          <EmbedInteropTypes>True</EmbedInteropTypes>
     </COMReference>
    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 1:32 PM (GMT 0) on 5 Mar 2024]
Children