cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Add functions to modify the font size of integrity overall display

Add functions to modify the font size of integrity overall display

The default font size for Integrity client is too small.The user feedback that when viewing documents they feel discomfort due to the size of font are too small. It's a urgent need to support Integrity client to support customize the global font size of integrity client.

8 Comments
vichavan
8-Gravel

With the new UI work being planned this concern will be addressed, we are committed to deliver a solution with great usability and user experience.

acoosemans
12-Amethyst

Good to hear!

Any idea when a new UI would be released?

There are quite many UI related requests on the forum, maybe someone can comment on those whether they will be included or not.

I have trained hundreds of people and see the same mistakes coming back all the time because of some counter intuitive designs in the current UI. I'd be happy to have a call with anyone of your team.

vichavan
8-Gravel

This is going to be a multi-release effort. We are in the planning stage now. Great to hear you are willing to help/contribute, we will get in touch soon.

And yes, we are going through the conversations on this forum!

VolkerEckardt
17-Peridot

Hi,

The font of the text field (richtext) you can change by updating the file:

\data\im\richcontent\styles\screen\default.css

body, table { color: #000071;
font-family: arial, sans-serif;
font-size: 10pt; }

 

This includes also the font size for the headings. This is one of the first things I am changing for all my clients:

 

h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}
h5 {font-size: 12pt;}

mmorris-2
3-Visitor

Has there been any progress made on allowing Integrity users to increase the font size of the user interface?

leandrohbatista
6-Contributor

Hi, 

We just upgraded from 11.2 to 12.3.1 and the font size got too small. Users that are located at laboratories and need to use the tool are complaining about it. We also have seen that users can make mistake due to this issue. An example is when they are selecting an item from a pick list or even just reading some text.

 

Is there any workaround for this issue? Is it acknowledged and also planned to be integrated in the coming releases?

 

Thanks,

Leandro

cummins2019
12-Amethyst

Please follow the below steps for the font size issue.

 

  1. i)  Go to <client_install_dir>/bin at C:\Program Files (x86)\Integrity\ILMClient12\bin
  2. ii) Select IntegrityClient.exe right click and go to Properties dialog.

iii) Go to Compatibility tab and Check the ‘Override high DPI Scaling behaviour’.

  1. iv) Select the ‘Scaling performed by’ value to "System". Click OK. (See attached - IntegrityClientEXEProperties.png)
  2. v)  Restart Integrity client or you may need to restart the machine is restarting client does not solve the issue.

 

This is workaround for this issue. 

 

-Kaustubh 

KartikOak
14-Alexandrite
Status changed to: Alternate Solution

The issue is with core Java and an alternate solution has been suggested on this thread. There isn't a plan to enhance this further unless there are fixes from Java.

 

Thanks

Kartik