Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field Label error in code inspector

Former Member
0 Likes
417

Hello ,

I am working in release 6.0 . An i tring to release one transport

Code inspector is giving following error on screens .

"Field label has a fixed font instead of proportional font

When I press on info button i got following message

A field name that has the attribute "Equidistant font" was found. Field names should all be output in proportional font.

Procedure

Correct the "Equidistant" flag for this field in the Screen Painter.

Do you know how we can correct Equidistant flag ?

Please advice

Krsto

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
335

You get this error because one of the labels have the "Fixed Font" set and the visible length is less than the default length.

You can find all this fields on the properties of the label.

To avoid this warning, set the visible length as the default length.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
336

You get this error because one of the labels have the "Fixed Font" set and the visible length is less than the default length.

You can find all this fields on the properties of the label.

To avoid this warning, set the visible length as the default length.

Regards,

Naimesh Patel