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.
This issue hasn't yet been picked up to be worked on.
I had a typo in my earlier sample; you could try -Dfile.encoding=UTF-8 as a JVM argument to the designer launcher and/or providing the file.encoding property as a wrapper.java.additional property in the ignition.conf file. If the problem is a file encoder being created with default platform encoding somewhere, that would force Java on Windows to use a 'better' charset, which might fix this issue.
We've fixed the underlying issue here; the fix should be available in a nightly build soon, and assuming no issues are found by QA, in a release as soon as 8.1.40 or 8.1.41.
Update: The fix will be available in tomorrow's nightly build and 8.1.40.