Tables not reloading the previous state
-
My tables are not reloading the previous state.
They are connected to external slots.
A previous state has been saved in the XML (we can see the EmbeddedData property isn't default one)
But they are not loading nor saving anymore with network (EmbeddedData doesn't change in XML on save)Any idea?
-
Note that the state was loading before the tables were connected to external slots.
Of course, connecting to a new slot erase the table, so I set them again, but, kaboum... -
So I found the table should be connected to a UI component and saved with presets...
Is there no other possibility? I don't want to clutter my interface with something that is only hard set in the backend -
@ustk said in Tables not reloading the previous state:
I don't want to clutter my interface
Hide the table. Or perhaps use a table data object and store/restore it from a panel's value - I haven't tried this.
-
@d-healey Yeah hiding is what will happen I guess...
But that seems so strange the EmbeddedData is saved in the network XML if not used. Well, I guess that it's because the connection to an external slot that requires to be saved elsewhere...