Hi, I have an entry widget for a list view where I’m calling an event dispatcher anytime the item in the list gets clicked.
And I’m trying to bind to it in my main menu:
… but I get “Accessed NONE trying to read property” error on the list item, as if the entry widget doesn’t exist, though I tried to create it even in game instance and it doesn’t work.
How can I fix this, thanks.