Good morning, all.
I have a question regarding the state strings stored in a SQL server. I have some code in which a user selects a dock from a menu, as well as a zone in which to place the dock. The docks are created properly and their states are saved as they should be, but I've noticed that any docks with "Closed":"True" are never being deleted from the string that's stored server-side. For example, I have one user's string with about 34 docks in it, but only 1 of them is open and rendering (which is functioning correctly). Is there something I'm missing that will get rid of the other 33 docks that are closed?
I have a question regarding the state strings stored in a SQL server. I have some code in which a user selects a dock from a menu, as well as a zone in which to place the dock. The docks are created properly and their states are saved as they should be, but I've noticed that any docks with "Closed":"True" are never being deleted from the string that's stored server-side. For example, I have one user's string with about 34 docks in it, but only 1 of them is open and rendering (which is functioning correctly). Is there something I'm missing that will get rid of the other 33 docks that are closed?