Getting "Accessed None trying to read property Name".

Did you watch any tutorials on how the List Entry works?


  • when you construct entries, expose variables to pipe data in directly, so you do not to drag wires around too much:

  • when the entry instantiates a widget, you must use the actual interface functionality you’ve implemented:

You cannot use an unrelated custom event.


Also:

This is a widget… which you attempt to treat as the List Entry object so that should not work either.

Lists need data objects, a list will then automatically create widgets out of that data. In case you can’t stand video tutorials (like me), here’s a step-by-step:

Perhaps it can clarify a thing or two.

1 Like