Re: [platform] IOProvider not printing when --nogui or before gui is visible

2024-07-12 Thread Patrik Karlström
I solved this first by copying out the Trivial IOProvider class but then I instantiated the original class with reflection. https://github.com/trixon/almond/blob/0773bc1ba81dfc3d26846aa6af5a364a8374f11f/nbp/src/main/java/se/trixon/almond/nbp/NbHelper.java#L70 /Patrik Den tors 11 juli 2024 kl

[platform] IOProvider not printing when --nogui or before gui is visible

2024-07-11 Thread Patrik Karlström
Hello, I have this platform application that uses IOProvider to output text. When started with --nogui or before gui is present there is no output when using the IOProvider. The doc below sounds promising but how do I ensure/enforce the use of the fallback instance? Can I delete the default