Tested: it works ! THANKS! I don't need all that stuff at around line 430 of the server anymore:
self.g.app.commanders = self._commanders def _commanders(self): ''' Return list of currently active controllers ''' # TODO : REVISE/REPLACE WITH OWN SYSTEM # return [f.c for f in g.app.windowList] return [self.commander] Everything makes sense now! I knew there was something not right between the way I though things were suppose to work, how they really were supposed to work, and the way they actually work. Those three things are now one. ...So I guess I'm going back to the workbench to finish some of the basic multi file support for real this time! :) Félix On Monday, June 22, 2020 at 6:10:06 PM UTC-4, Félix wrote: > > Holy sh*t, you're a machine!! -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/6dd8cb23-9050-47fe-8a2e-875a0c4e2754o%40googlegroups.com.
