Skip to content
Discussion options

You must be logged in to vote

No, as you've found, the only method for moving a widget is changing its position amongst its siblings.

If you're wanting to keep a single log while having other parts of the display change, I'd probably approach it one of a couple of days:

  • Just use a single screen, split between the log and all the other things you want to show, and encapsulate the other things you want to show in their own parent, making a compound widget, and them remove and mount that as required (a variation on this would be to use ContentSwitcher to manage the other widgets).
  • Keep the approach you have but perhaps retain a central structure of the data you want to display in the log, and populate the log widget whe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cpiber
Comment options

Answer selected by cpiber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3746 on November 26, 2023 08:22.