Disable input indicator on the non-active printer.

Posted: 19 Jan 2021 07:26
by himatako

Currently, when you display multiple printers at once, all of them will show the input indicator when the last printer finished revealing its text. It looks kind of weird and I want the input indicator to be shown on the last printer only. Any suggestion on how to go with this is appreciated.


Re: Disable input indicator on the non-active printer.

Posted: 19 Jan 2021 08:13
by Elringus

You'll probably need a custom printer implementation for that. Check how the indicator visibility is handled in the built-in ones and override the method.


Re: Disable input indicator on the non-active printer.

Posted: 19 Jan 2021 15:12
by himatako

Thank you, I found that part of the code now. I'll try doing that and come back with a working code later. For now I'll just use an invisible indicator as a placeholder. 😆