Customization Warning "The visible area of the control is in conflict ..."

Version 10.2.300 does some customization checks that 10.1.400 did not.

On one form I am getting

"The visible area of the control is in conflict with other controls on the form"

for 10 of the 12 controls I added (5 EpiDateTimeEditors and their associated labels report as conflict, the two GroupBoxes do not)

But they don’t appear to be in conflict.

image

The above kind of looks like the label 'Start` might overlap with the dte next to it (the control grips overlap). But the position of the label is set by the system when you attach it to a control.

First off, Is this warning something that actually needs fixing?

Secondly, how would I fix this?

No but you may have some slight over-lap in some of the controls.
How you fix it, you go t the control and move it around or re-size it.

Seems like I have to

  1. Unlink the label
  2. Nudge the control
  3. Relink the label
  4. Nudge the control back to its original position.
1 Like

#NotWorthIt

1 Like

Or you just go to the Custom XML Editor and delete all the AnchorTop, AnchorBottom or w/e and sometimes its just a wrong Anchor :slight_smile: which they started adding all over the place in 10.2

2 Likes