Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
RWenzel1620253435
Contributor
Contributor

Trouble viewing Talend 7.1.1 display (Titles are being chopped off, only tops of letters can be seen)

0695b00000Ec0j3AAB.png

Labels (3)
1 Solution

Accepted Solutions
RWenzel1620253435
Contributor
Contributor
Author

running windows 10.

My problem is my display resolution.

It's 3840 x 2160

Was able to solve the problem creating this file:

Prefer External Manifest.reg as

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide] 

"PreferExternalManifest"=dword:00000001

 

and adding this file this to the talend root directory;

TOS_BD-win-x86_64.exe.manifest

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">

 

<dependency>

<dependentAssembly>

<assemblyIdentity

type="win32"

name="Microsoft.Windows.Common-Controls"

version="6.0.0.0" processorArchitecture="*"

publicKeyToken="6595b64144ccf1df"

language="*">

</assemblyIdentity>

</dependentAssembly>

</dependency>

 

<dependency>

<dependentAssembly>

<assemblyIdentity

type="win32"

name="Microsoft.VC90.CRT"

version="9.0.21022.8"

processorArchitecture="amd64"

publicKeyToken="1fc8b3b9a1e18e3b">

</assemblyIdentity>

</dependentAssembly>

</dependency>

 

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">

<security>

<requestedPrivileges>

<requestedExecutionLevel

level="asInvoker"

uiAccess="false"/>

</requestedPrivileges>

</security>

</trustInfo>

 

<asmv3:application>

<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">

<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>

</asmv3:windowsSettings>

</asmv3:application>

 

</assembly>

 

 

 

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

What's OS and JDK version are you using?

Could you please have a look at this online documentation for 7.1 about: TalendHelpCenter: Compatible Operating Systems to see if you are on a compatible operating system?

Best regards

Sabrina

 

RWenzel1620253435
Contributor
Contributor
Author

running windows 10.

My problem is my display resolution.

It's 3840 x 2160

Was able to solve the problem creating this file:

Prefer External Manifest.reg as

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide] 

"PreferExternalManifest"=dword:00000001

 

and adding this file this to the talend root directory;

TOS_BD-win-x86_64.exe.manifest

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">

 

<dependency>

<dependentAssembly>

<assemblyIdentity

type="win32"

name="Microsoft.Windows.Common-Controls"

version="6.0.0.0" processorArchitecture="*"

publicKeyToken="6595b64144ccf1df"

language="*">

</assemblyIdentity>

</dependentAssembly>

</dependency>

 

<dependency>

<dependentAssembly>

<assemblyIdentity

type="win32"

name="Microsoft.VC90.CRT"

version="9.0.21022.8"

processorArchitecture="amd64"

publicKeyToken="1fc8b3b9a1e18e3b">

</assemblyIdentity>

</dependentAssembly>

</dependency>

 

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">

<security>

<requestedPrivileges>

<requestedExecutionLevel

level="asInvoker"

uiAccess="false"/>

</requestedPrivileges>

</security>

</trustInfo>

 

<asmv3:application>

<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">

<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>

</asmv3:windowsSettings>

</asmv3:application>

 

</assembly>

 

 

 

Anonymous
Not applicable

Hello,

Thanks for letting us know you have resolved this issue by yourself and sharing the solution with us.

Best regards

Sabrina