Just updated to 8.1.15 which solved an issue I had. So far, so good. Now I just found a new issue that is pretty easy to recreate.
Tagpaths that contain non-standard letters shows up as “not found” in an Embedded View. Seems to only effect the Designer and everything works when running the project.
Can you share more about how you have things set up?
I wasn’t able to readily reproduce; I created a view with a tagpath input parameter, and a label with an indirect tag binding. I embedded that view and set the path parameter, and it worked as I would expect it to.
Nah, no sweat. Thanks for the report! My guess right now is that it’s a problem with Window’s default encoding. You could try setting -Dfile.encoding=UTF8 in your designer launcher JVM arguments. I won’t guarantee that’ll fix it, since I don’t know where the actual problem is, but it might be worth a try.
I can see the preview and everything aswell. The issue appears when you point to this view (including the binding) form another view through an embedded view.