You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates a ToTabPane with a body (ToPane) and a header (ToTabPaneHeader). The header contains 3 childs ToPane and one of them contains also 3 childs (ToElement and ToPane).
It seems it's a lot of childs/subchilds, is it normal ?
If I save and re-open Pyramid, it duplicates all childs under each ToTabPane
The text was updated successfully, but these errors were encountered:
I fix the serialization, it should not recreate the elements infinitly.
But ToTabPane uses BlockClosure and it is complicated to serialized BlockClosure.
Currently the ToTabPane will try to serialize the ToTab.
I can deactivate this functionnality if needed
I try to add a ToTabPane on Pyramid.
Maybe two probelms :
It creates a ToTabPane with a body (ToPane) and a header (ToTabPaneHeader). The header contains 3 childs ToPane and one of them contains also 3 childs (ToElement and ToPane).
It seems it's a lot of childs/subchilds, is it normal ?
If I save and re-open Pyramid, it duplicates all childs under each ToTabPane
The text was updated successfully, but these errors were encountered: