I am (still) playing with the AUI demo.
Question:
The panes are managed by the framemanager Auiframe._mgr
What would be the recommended way to say, update one pane's content,
i.e. a text pane with new text ..., via a click in another pane.
What I did so far was geting the pane via
self._mgr.GetPane('panename')
destroy it and create a new pane w/ different content
which obviously is not the way to go ....
I am (still) playing with the AUI demo.
Question:
The panes are managed by the framemanager Auiframe._mgr
What would be the recommended way to say, update one pane's content,
i.e. a text pane with new text ..., via a click in another pane.
What I did so far was geting the pane via
self._mgr.GetPane('panename')
destroy it and create a new pane w/ different content
which obviously is not the way to go ....