Labels in Designer readable but really small in Vision

Title:
Here's what my designer has:


And here's what's in vision:

What's going on with this mismatch in sizes?

Right click on your labels in the designer and select "Layout". This will show you the Scaling / Aspect ratio settings. Its important to keep these settings consistent across your project.

I typically disable the "Scale Font" setting which will keep the font size the same as what you configured in the appearance settings, regardless of the screen resolution

Great --
is that stored in project properties?

I'd want it to be inheritable/global for every label I make

Layout is an independent attribute of every component and nested container. It is not inheritable, but the project props allow you to set a default.

3 Likes

Ah, thanks, makes sense.

Perhaps the answer to this question is 'here be dragons, don't worry about it' but I'm looking at the XML for the exported project and I'm not seeing any sort of 'scale font' boolean. Is that data represented in some arcane way in the layout constraints property and recalculated internally?

IIRC, yes.

1 Like

I do all of my vision designing using Anchored layout, allowing things that I want to expand to expand the way I want them to. This allows me better control over the overall layout of the windows.

I have always found Relative layout to be hard to manage and unpredictable at best.

Any chance of this changing in 8.3?

Phil's not an Inductive employee and will have no internal knowledge, but I'll answer on his behalf:

No.

2 Likes

If you're interested in access to these things via scripting, as you continue to not be dissuaded from your goal of programmatic modification of Vision windows :smile:, take a look at
FPMILayout and FPMI_LC.

2 Likes

Hmmm. I may resemble that remark.... :smiling_face_with_halo:

I did that once. / shudder /

2 Likes

Anchored doesn't work for P&ID pages though, unless my 6+ years away from Vision have failed me? Unless you don't want your P&ID layouts to scale

1 Like

I don’t, but I also have the pleasure of being the person who specs the systems, and so they all use the same resolution and system scaling.

The only thing I’ve yet to be able to convince people of is not using Windows OS.

2 Likes