<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Passolo Developers Forum - Recent Threads</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><lastBuildDate>Sat, 01 Jan 2022 13:47:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum" /><item><title>Missing products in RWS AppStore</title><link>https://uat.community.rws.com/thread/39779?ContentTypeID=0</link><pubDate>Sat, 01 Jan 2022 13:47:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:652749c3-bf9c-482e-b5ca-50d5b2613c0b</guid><dc:creator>Martin Guttinger</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/39779?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/39779/missing-products-in-rws-appstore/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We want to publish a new version of our AppSTore product. The supported products drop-down is incomplete and doesn&amp;#39;t show the new &amp;quot;Passolo 2022&amp;quot; product. Can someone at RWS please fix it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TP integration with Azure DevOps Server/Team Foundation Server</title><link>https://uat.community.rws.com/thread/34868?ContentTypeID=0</link><pubDate>Tue, 23 Mar 2021 12:05:16 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:dac0da2b-4eeb-487c-b1b3-ff2f130b3913</guid><dc:creator>Manuel  H&amp;#246;rmann</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/34868?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/34868/tp-integration-with-azure-devops-server-team-foundation-server/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Are there any integrated solutions available for&amp;nbsp;&lt;a href="https://azure.microsoft.com/en-us/services/devops/server/"&gt;https://azure.microsoft.com/en-us/services/devops/server/&lt;/a&gt;&amp;nbsp;(previously known as Team Foundation Server)&amp;nbsp;regarding&amp;nbsp;Passolo and/or Studio?&lt;br /&gt;&lt;br /&gt;Can&amp;nbsp;files be synchronized/managed (automatically) between development and translation management/localization system? If so, how could this be done/look like?&lt;br /&gt;&lt;br /&gt;Thanks for your feedback!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Manuel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Calling methods CPAIStringList.GetProperty and CPAIStringList.GetResFile from .NET</title><link>https://uat.community.rws.com/thread/31098?ContentTypeID=0</link><pubDate>Thu, 10 Sep 2020 22:32:16 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b4b399fb-f471-4736-863e-06bacd05a584</guid><dc:creator>Jonathan Gilmore</dc:creator><slash:comments>3</slash:comments><comments>https://uat.community.rws.com/thread/31098?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/31098/calling-methods-cpaistringlist-getproperty-and-cpaistringlist-getresfile-from-net/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am using Passolo Pro 2018 and the Passolo .NET SDK.&lt;/p&gt;
&lt;p&gt;I am creating an export add-in and have trouble call methods&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;CPAIStringList.GetProperty()&lt;/li&gt;
&lt;li&gt;CPAIStringList.GetResFile()&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I tried calling&amp;nbsp;&amp;nbsp;CPAIStringList.GetProperty() and&amp;nbsp;&amp;nbsp;CPAIStringList.GetResFile()&amp;nbsp; from my&amp;nbsp; IPAINetExportWriter.Write() method.&lt;/p&gt;
&lt;p&gt;var sourceFile = stringList.GetProperty(&amp;quot;SLPROP_SOURCEFILE&amp;quot;); //did not work&lt;/p&gt;
&lt;p&gt;&lt;span&gt;var sourceFile = stringList.GetProperty(&amp;quot;65535&lt;/span&gt;&lt;span&gt;&amp;quot;); //did not work&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;what string should I pass into the stringList.GetProperty method.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I also tried calling&amp;nbsp;CPAIStringList.GetResFile()&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;stringList.GetResFile(Addin, enmResFileStoreType.SourceList, &amp;quot;MCCADRes&amp;quot;); // did not work&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am not sure what string I should pass in for the last parameter. Below is a screen shot of my Passolo Project I am using with the export add-in&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/612/6472.pastedimage1599777370287v1.png" alt="Screenshot of Trados Studio Passolo Project with highlighted areas showing 'String Lists' in the project tree and 'Properties' pane with 'SLPROP_SOURCEFILE' property." /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Passolo SDK Enumerate source assembly (exe, dll)</title><link>https://uat.community.rws.com/thread/31097?ContentTypeID=0</link><pubDate>Thu, 10 Sep 2020 22:16:04 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:40fb33b0-13cc-4a18-9d98-784679c5e666</guid><dc:creator>Jonathan Gilmore</dc:creator><slash:comments>6</slash:comments><comments>https://uat.community.rws.com/thread/31097?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/31097/passolo-sdk-enumerate-source-assembly-exe-dll/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am using Passolo Pro 2018 and the Passolo .NET SDK. I am creating an export add-in.&lt;/p&gt;
&lt;p&gt;I can&amp;rsquo;t figure out how to enumerate the assemblies (exe, dll) and resource dlls using the SDK like Passolo does.&lt;/p&gt;
&lt;p&gt;In Passolo, I could see the folder path and file name of the assemblies. (see screen shot)&lt;/p&gt;
&lt;p&gt;How could I do this using the SDK?&lt;/p&gt;
&lt;p&gt;I would like to get this information for all the sources so I could read some custom binary data without creating another add-in.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/612/5428.pastedimage1599776154717v1.png" alt="Screenshot of Passolo Pro 2018 showing the 'Assemblies' tab with a list of .exe and .dll files, including their folder paths and file names highlighted." /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/612/7585.pastedimage1599776338709v2.png" alt="Screenshot of Passolo Pro 2018 with the 'Assemblies' tab active, displaying a list of .exe and .dll files with folder paths and file names, similar to the first image." /&gt;&lt;/p&gt;
&lt;p&gt;Can &lt;a href="https://uat.community.rws.com/members/aherrmann" data-contentid="6cfadc8970d04cd0a11bc74c9cdecb0f" data-contenttypeid="e9ed411860ed4f2ba0265705b8793d05" class="ui-contentpeek internal-link view-user-profile"&gt;Achim Herrmann&lt;/a&gt; help here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Reading Binary Resources with Passolo Export Addin</title><link>https://uat.community.rws.com/thread/31070?ContentTypeID=0</link><pubDate>Wed, 09 Sep 2020 13:19:48 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d289b8fc-fbdb-4ce1-8b9e-3bc318777041</guid><dc:creator>Jonathan Gilmore</dc:creator><slash:comments>3</slash:comments><comments>https://uat.community.rws.com/thread/31070?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/31070/reading-binary-resources-with-passolo-export-addin/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am using Passolo Pro 2018 and I am writing an export Addin. I have an MFC project build with VS2017 and it contains a custom binary resource &amp;ldquo;SYMBOLIC_RESOURCE_IDS&amp;rdquo;. If I enable &lt;strong&gt;Extract other binary resources&lt;/strong&gt; on the project in Passolo my export Addin sees the resource and could process the data. The problem is when I enable that project setting it also make binary resources that I do not want to see visible like PNG and AFX_DIALOG_LAYOUT.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is there a way to have my export Addin see only the custom binary resource I want without making the others visible?&lt;/li&gt;
&lt;li&gt;Is it possible to enable the project setting in the SDK (&lt;strong&gt;Export other binary resources&lt;/strong&gt;) read the custom binary resource then disable the project setting?&lt;/li&gt;
&lt;li&gt;Do I need to also write a parser Adding to accomplish this? I would rather not have to write a parser Addin&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Below is a scree shot of the project setting and resources in Passolo&lt;/p&gt;
&lt;p&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/612/6560.pastedimage1599657705755v1.png" alt="Screenshot of Passolo Pro 2018 with an open dialog box for project settings showing options for binary resource extraction." /&gt;&lt;/p&gt;
&lt;p&gt;The first 3 (PNG,&amp;nbsp;&lt;span&gt;AFX_DIALOG_LAYOUT,SYMBOLIC_RESOURCE_IDS) .&lt;/span&gt;&amp;nbsp; resources show once the setting is enabled I only want&amp;nbsp;&lt;span&gt;SYMBOLIC_RESOURCE_IDS&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/612/0383.pastedimage1599657813464v2.png" alt="Screenshot of Passolo Pro 2018 resource list with PNG, AFX_DIALOG_LAYOUT, and SYMBOLIC_RESOURCE_IDS visible in the project." /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>I am using Passolo SDK 2018.  How do you configure the CPAIExportOptions filters?</title><link>https://uat.community.rws.com/thread/30164?ContentTypeID=0</link><pubDate>Wed, 01 Jul 2020 21:42:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:927b8e96-8211-4399-9a5c-9ede8bc46fe2</guid><dc:creator>Jonathan Gilmore</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/30164?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/30164/i-am-using-passolo-sdk-2018-how-do-you-configure-the-cpaiexportoptions-filters/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am working on an export plugin and I would like to present the user with the exports options and I have the following questions.&lt;/p&gt;
&lt;p&gt;1)&amp;nbsp; I see there is a &lt;span style="background-color:#ffffff;"&gt;CPAIExportOptions&lt;/span&gt;.&lt;span style="background-color:#ffffff;"&gt;TokenInFilter method, but how do you configure what is in the filter in using the SDK?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp; I see in the Passolo UI when using an export plugin you have the options to write&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&amp;nbsp;all strings&lt;/li&gt;
&lt;li&gt;or all strings and deleted strings&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; How can you configure this using the SDK?&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp; Is there a way to get only deleted strings or string in the Passolo trash bin using the SDK?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is there any documentation for the Passolo 2018 SDK?</title><link>https://uat.community.rws.com/thread/25917?ContentTypeID=0</link><pubDate>Thu, 13 Jun 2019 19:31:42 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d856a5f6-5777-4e55-886b-0e17141b05d2</guid><dc:creator>Bryan Kelley</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/25917?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/25917/is-there-any-documentation-for-the-passolo-2018-sdk/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I found that there is extensive documentation for the&amp;nbsp;SDL Trados Studio 2019 APIs, but I can&amp;#39;to find anything but a small readme in the Passolo 2018 SDK. Is&amp;nbsp;there any documentation similar to the Trados Studio API available for the Passolo SDK?&amp;nbsp;My company would like to know what features are available with the SDK (besides the ability to write a custom importer/exporter as shown in the example projects).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is there an SDK for Passolo 2018?</title><link>https://uat.community.rws.com/thread/18942?ContentTypeID=0</link><pubDate>Wed, 18 Jul 2018 16:27:55 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:edd35d59-475a-4ffb-a269-43cc8098e97d</guid><dc:creator>Josep Condal</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/18942?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/18942/is-there-an-sdk-for-passolo-2018/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Is there an SDK for Passolo 2018 or should we use the SDK for Passolo 2016 in order to create an add-in for Passolo 2018?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Josep.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can I connect with API in order to consume the content outside SDL apps?</title><link>https://uat.community.rws.com/thread/14991?ContentTypeID=0</link><pubDate>Thu, 16 Nov 2017 23:51:45 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:05eff851-0547-4030-ab48-2df70d577b5d</guid><dc:creator>Victor Korosi</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/14991?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/14991/can-i-connect-with-api-in-order-to-consume-the-content-outside-sdl-apps/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hypothesis: The translation team in my company use Passolo &amp;amp; Trados to localize our content. They do create a message repository where all our terminology is stored. Would be possible to connect via APIs to this repository and consume the content outside SDL applications?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Creating termbase in a VBScript</title><link>https://uat.community.rws.com/thread/12659?ContentTypeID=0</link><pubDate>Thu, 08 Jun 2017 11:11:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:765bcb7f-f91a-4513-ae9e-97d72a4fb4c2</guid><dc:creator>Dr. Winfried Pilgram</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/12659?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/12659/creating-termbase-in-a-vbscript/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I created a SDL multiterm file by exporting the terms from Passolo 2016.&amp;nbsp; Passolo created an xml (terms) and an xdt (format definition) file. When I create the termbase interactively with the definition file and then import the terms, there are no problems.&lt;br /&gt;Now I tried to do this in a vbscript:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;dim oMT &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;set oMT = CreateObject(&amp;quot;MultiTermIX.Application&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;Dim oLocalRep&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;Set oLocalRep = oMt.LocalRepository&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;Call oLocalRep.Termbases.New(&amp;quot;Test1&amp;quot;, &amp;quot;Description&amp;quot;,&amp;quot;d:\Passolo.xdt&amp;quot;, &amp;quot;d:\Passolo.sdltb&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When I run this script, I always get an access violation.&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error type: ACCESS VIOLATION&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error address: 00008925&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module name:MultiTermMtServerConnector.dll&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Any ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Passolo 2016 UI</title><link>https://uat.community.rws.com/thread/11125?ContentTypeID=0</link><pubDate>Tue, 18 Apr 2017 07:38:54 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:a1db924f-6daa-4ca8-af47-835c3d573d34</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/11125?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/11125/passolo-2016-ui/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear SDL,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;am developing an addin for Passolo 2016 (2015) and i had a few question in my mind, to which the API&amp;#39;s help could not answer. Could you give me a hand the following topics. I am curious whether they are possible and if yes where can i found the documentation/sample for it&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is there a way to embed a window into the Passolo GUI (like the ViewPart in Trados Studio)?&lt;/li&gt;
&lt;li&gt;Is there a way to select a line(&amp;quot;segment&amp;quot;)?&lt;/li&gt;
&lt;li&gt;For one plugin only one ribbon button can be placed?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Bal&amp;aacute;zs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to I update my SDL company account?</title><link>https://uat.community.rws.com/thread/10767?ContentTypeID=0</link><pubDate>Wed, 15 Mar 2017 07:15:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2a75e980-c58a-437b-bdd8-d6b81705471a</guid><dc:creator>Tom Hoar</dc:creator><slash:comments>11</slash:comments><comments>https://uat.community.rws.com/thread/10767?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/10767/how-to-i-update-my-sdl-company-account/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m taking over our company SDL account that a programmer setup for us. We have this MT Provider listed on the AppStore: &lt;a href="http://appstore.sdl.com/app/slate-desktop-translation-provider/535/"&gt;http://appstore.sdl.com/app/slate-desktop-translation-provider/535/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been able to sign-in using the company&amp;#39;s account and changed many account values. However, these updates are not showing in the AppStore. Also, I can&amp;#39;t find a place to change values for URLs. I was able to disable the former employee&amp;#39;s personal email account, but I would like to remove it altogether. Where can I change all these hidden values?&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Passolo 2016 The add-in has another interface version</title><link>https://uat.community.rws.com/thread/10645?ContentTypeID=0</link><pubDate>Mon, 06 Mar 2017 10:42:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:4449f7d7-6f2b-45a2-823d-a2c01401996e</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>4</slash:comments><comments>https://uat.community.rws.com/thread/10645?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/10645/passolo-2016-the-add-in-has-another-interface-version/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I would like to create a Passolo Addin, however i run into some trouble at the very beginning. So i would like to build and try one of your sample add-in (DnContectViewer). First of VS said that the reference assemblies (Pass.Addin.Core and Framework) target .NET Framework 4.6, so i have to change the sample project target framework from 4.0 to 4.6 (just for info). Then i could succesffuly build the sample, however when i manually add it to Passolo, i get this message &amp;quot;The add-in has another interface version&amp;quot;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After that i removed the two passolo reference and re-add them from the Passolo&amp;#39;s installer folder, however the error messages keep popping up. Could you please help me, what i did wrong or what&amp;#39;s the problem with the sample app?&lt;/p&gt;
&lt;p&gt;This is the config:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://uat.community.rws.com/cfs-file/__key/communityserver-discussions-components-files/612/7522.PNG"&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/414x66/__key/communityserver-discussions-components-files/612/1346.PNG" alt="XML configuration file for Passolo add-in with assembly and toolset components defined." /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the output folder:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://uat.community.rws.com/cfs-file/__key/communityserver-discussions-components-files/612/8688.PNG"&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/427x248/__key/communityserver-discussions-components-files/612/3312.PNG" alt="File explorer showing Passolo add-in output folder with DLL and PDB files." /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Finally passolo with the message:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://uat.community.rws.com/cfs-file/__key/communityserver-discussions-components-files/612/8267.PNG"&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/548x297/__key/communityserver-discussions-components-files/612/4846.PNG" alt="Visual Studio output window displaying an error message 'The add-in has another interface version' in Passolo." /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Moving a word left/right of previous/next one</title><link>https://uat.community.rws.com/thread/9764?ContentTypeID=0</link><pubDate>Thu, 15 Dec 2016 11:42:11 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:78a7fc8e-c688-4e77-8bce-b90498d514bc</guid><dc:creator>Arnaud Dupin de Beyssat</dc:creator><slash:comments>15</slash:comments><comments>https://uat.community.rws.com/thread/9764?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/9764/moving-a-word-left-right-of-previous-next-one/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I would like to code a function (macro or add-on) that allows to move a word left/right of previous/next one. I use such a macro in Word and would like to implement it in Studio.&lt;/p&gt;
&lt;p&gt;Couyld someone help me ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Arnaud&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SDK for Passolo 2016</title><link>https://uat.community.rws.com/thread/7652?ContentTypeID=0</link><pubDate>Fri, 10 Jun 2016 16:08:03 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:31eae74f-8ccc-4345-ae42-02a2d6fe354d</guid><dc:creator>Ye Tian</dc:creator><slash:comments>5</slash:comments><comments>https://uat.community.rws.com/thread/7652?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/7652/sdk-for-passolo-2016/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi everyone!&lt;/p&gt;
&lt;p&gt;May I know if in a near future there will be a SDK for Passolo 2016? I only saw the ones for 2011 and 2015, and when trying to use the one for 2015, it will raise &amp;quot;The add-in has another interface version&amp;quot;, so that it doesn&amp;#39;t compatible with the version 2016.&lt;/p&gt;
&lt;p&gt;Thanks and best&lt;/p&gt;
&lt;p&gt;Ye&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Passolo 2009 SDK</title><link>https://uat.community.rws.com/thread/6373?ContentTypeID=0</link><pubDate>Mon, 08 Feb 2016 16:09:21 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b43e9658-b990-4619-bdaa-753f5c18a3e9</guid><dc:creator>Oto Šimeček</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/6373?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/6373/passolo-2009-sdk/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello everyone, is it possible to get anywhere the Passolo 2009 SDK &amp;amp; documentation - I can find only the 2011/2015 ones. We are processing some legacy content and this would be great help!&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>With the Passolo SDK for Passolo 11, is it possible to automate project creation?</title><link>https://uat.community.rws.com/thread/4954?ContentTypeID=0</link><pubDate>Wed, 02 Sep 2015 16:02:48 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:e1a6dbdb-f68b-4bf9-81e0-23f1561078e3</guid><dc:creator>Mark Clayton</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/4954?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/4954/with-the-passolo-sdk-for-passolo-11-is-it-possible-to-automate-project-creation/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve looked through the examples that come with the Passolo SDK, and I can&amp;#39;t find anything that deals with project creation or tasks. &amp;nbsp;I&amp;#39;m looking to be able to create a project, specifying source and target locations, and languages. &amp;nbsp;I also want to then be able to run a pre-translation, and export non-translated strings.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d be happy firstly knowing if this is possible in the Passolo SDK, and secondly if you can just provide pointers to classes and methods to work with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Get statistics from Passolo possible?</title><link>https://uat.community.rws.com/thread/4919?ContentTypeID=0</link><pubDate>Fri, 28 Aug 2015 06:44:25 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:e18429aa-ad7a-41ab-94fb-77d6ba90362a</guid><dc:creator>Torsten Held</dc:creator><slash:comments>2</slash:comments><comments>https://uat.community.rws.com/thread/4919?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/4919/get-statistics-from-passolo-possible/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear NG!&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to get the string list statistics (untranslated words, etc) from a passolo project. I looked through the SDK but it does not seem to be possible.&lt;/p&gt;
&lt;p&gt;Exporting also does not seem to produce any statistics.&lt;/p&gt;
&lt;p&gt;Has anyone an idea how to do this. Any hints are welcome. Kind regards, Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>GoogleTranslate API for Passolo</title><link>https://uat.community.rws.com/thread/2640?ContentTypeID=0</link><pubDate>Tue, 20 May 2014 00:37:11 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:035d096d-3179-4469-a3b8-e0331d871b86</guid><dc:creator>Lindsay Taylor</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/2640?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/developers-more/trados-portfolio/passolo-developers/f/passolo-developers-forum/2640/googletranslate-api-for-passolo/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is anyone using Google Translate through the SDL Passolo API? We have a client who is looking to use this solution, and they wanted to get in touch with other SDL customers who are already using it. Would you be willing to talk with them?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Lindsay&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>