Embedded view is not loading in in Perspective

I have a view with multiple embedded views. When I navigate to the view in a browser, the values that the embedded views are meant to display, render for a split second and then disappear. The embedded views do not seem to be loading properly. Has anyone encountered this issue?

How are the values for the embedded views that you want to display getting referenced? And what are the embedded views used for?

Is it loading the last saved values from the designer for the embedded view, attempting to load in the newer values and then not able to complete the reference?

You could also confirm that the loading order is after-parent if it needs to wait for the parent component to pass it some sort of parameters. It's kind of hard to know what would be causing the issue without more information to go off of.

1 Like

Hard to explain, unfortunately I can not upload screenshots. The values are derived from an OPC tag. The loading order is set to after-parent. The embedded view references a numeric faceplate. I've checked the OPC path and confirmed it to be correct. The value displaces for a brief moment, and then disappears.

If you can't share here, you should open a support ticket. They can help you privately.

1 Like

One additional comment that may help.

The embedded view exists within a coordinate container. When I copy/paste the embedded view from that coordinate container, to its parent coordinate container, the embedded view displays the value as expected.

The issue was that the coordinate container "mode" was set to "percent", with the aspectRatio left blank. Changing the mode to "fixed" resulted in the embedded views within to display properly.

That doesnt seem to be an issue, and the "fix" seems more like moving house than a resolution to your car not starting

1 Like

Interesting...well it worked with no further issues observed!