Hello
Not sure if this is really a bug, but I have this very specific case where I have some errors in the textport when my project opens. It’s not really a big problem because the error is only there on startup it seems and then is resolved, but I’d like to know what’s going on here.
Essentially, I have a component (that is saved externally) which has a menu parameter that is bound to a property inside an extension. This menu is being populated dynamically by using tdu.ParMenu and referencing columns in a table. On opening the project I get an attribute error that I see in the textport, it’s not a big deal but still curious what I’m doing wrong here.
I’ve included a very simplified example:
test.zip (5.9 KB)
Thanks in advance!