<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Talend IDE scaling issue on HiDPI screen in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382749#M4434</link>
    <description>Seems this might be a java runtime issue and have nothing to do with Talend or eclipse. I have only recently switched to Ubuntu from OSX and only now noticing these kinds of issues. JDK 9 is supposed to have fixes for it.
&lt;BR /&gt;
&lt;A href="https://bugs.openjdk.java.net/browse/JDK-8055212" target="_blank" rel="nofollow noopener noreferrer"&gt;https://bugs.openjdk.java.net/browse/JDK-8055212&lt;/A&gt;</description>
    <pubDate>Fri, 06 Jan 2017 21:54:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-06T21:54:10Z</dc:date>
    <item>
      <title>[resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382742#M4427</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;I have a new Dell XPS13" with HiDPI display, Windows 10. All icons in Eclipse based Talend IDE are un-readable, seems to be a scaling issue. Does anybody have solution for this please?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Jan&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382742#M4427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382743#M4428</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;I have a new Dell XPS13" with HiDPI display, Windows 10. All icons in Eclipse based Talend IDE are un-readable, seems to be a scaling issue&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please upload your error screenshot into forum?]&lt;BR /&gt;Have you already checked document about:&lt;A href="https://help.talend.com/search/all?query=Compatible+Platforms+and+Java+environments&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Compatible Platforms and Java environments&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 02 Feb 2016 02:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382743#M4428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T02:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382744#M4429</link>
      <description>Hi jhorak, 
&lt;BR /&gt;I have the same problem on mu XPS15. The solution I found ( 
&lt;A href="https://jaxenter.com/netbeans/hidpi-with-eclipse-and-netbeans" rel="nofollow noopener noreferrer"&gt;https://jaxenter.com/netbeans/hidpi-with-eclipse-and-netbeans&lt;/A&gt;) with these type of applications that don't handle HiDPI (like Eclipse) can be solved as follows on Windows 10. It's not optimal becasue some popup's etc. are still not very readable, but at least you can work with these programms. 
&lt;BR /&gt;First you need to add (or change) the registry key: 
&lt;BR /&gt; 
&lt;PRE&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\PreferExternalManifest (DWORD)&lt;/PRE&gt; 
&lt;BR /&gt;Give this the value of 1. 
&lt;BR /&gt;Then create a .manifest file in the same directory as the .exe. For instance for Talend DI on Win 64 name the file "TOS_DI-win-x86_64.exe.manifest". Copy the below contents and save the file. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;eclipse&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestedPrivileges&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level="asInvoker"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ms_asmv3:uiAccess="false"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/requestedExecutionLevel&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/requestedPrivileges&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/trustInfo&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asmv3:application&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings"&amp;gt;false&amp;lt;/ms_windowsSettings:dpiAware&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asmv3:windowsSettings&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asmv3:application&amp;gt;&lt;BR /&gt;&amp;lt;/assembly&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Now when you start DI it should give you a workable screen. 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Regards,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Pierre&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 22 Feb 2016 12:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382744#M4429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T12:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382745#M4430</link>
      <description>Thanks Pierre, this worked for me like a charm!&lt;BR /&gt;Regards,&lt;BR /&gt;Dennis</description>
      <pubDate>Wed, 21 Dec 2016 08:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382745#M4430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382746#M4431</link>
      <description>This is still a problem in Ubuntu (16.04). It's due to underlying eclipse. Newer versions of eclipse have fixed the problem but I guess whatever Talend is built on is too old. I've been searching but no good solutions
&lt;BR /&gt;
&lt;BR /&gt;.
&lt;BR /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/412440/talentd_hidpi.png_20170104-1354.png" /&gt;</description>
      <pubDate>Wed, 04 Jan 2017 21:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382746#M4431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-04T21:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382747#M4432</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;bruka&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;,
&lt;BR /&gt;Did you get this issue when using talend latest released version 6.3? So far, we are using eclipse luna 4.4.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 05 Jan 2017 09:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382747#M4432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382748#M4433</link>
      <description>Sabrina,
&lt;BR /&gt;I downloaded the latest version from your website. I have attached the install configuration details. I also tried these switches which I found from online search but they didn't seem to have any effect:
&lt;BR /&gt;
&lt;PRE&gt;-Dswt.autoScale=200&lt;BR /&gt;-Dswt.autoScale.method=nearest&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/412440/talend.config.txt.txt" target="_blank"&gt;talend.config.txt.txt&lt;/A&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382748#M4433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend IDE scaling issue on HiDPI screen</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382749#M4434</link>
      <description>Seems this might be a java runtime issue and have nothing to do with Talend or eclipse. I have only recently switched to Ubuntu from OSX and only now noticing these kinds of issues. JDK 9 is supposed to have fixes for it.
&lt;BR /&gt;
&lt;A href="https://bugs.openjdk.java.net/browse/JDK-8055212" target="_blank" rel="nofollow noopener noreferrer"&gt;https://bugs.openjdk.java.net/browse/JDK-8055212&lt;/A&gt;</description>
      <pubDate>Fri, 06 Jan 2017 21:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-Talend-IDE-scaling-issue-on-HiDPI-screen/m-p/2382749#M4434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T21:54:10Z</dc:date>
    </item>
  </channel>
</rss>

