Yevhenii Nadtochii

Results 11 comments of Yevhenii Nadtochii

@edvin does it imply official release with JDK11+ supporting ?)

@edvin are there any suggestions / thoughts / dreams / updates about the terms of TornadoFX 2.0 release for now ? just interesting because the project itself is interesting :)

_Sorry for offtop but It's not a good practice to push all your code here. If you have isolated a bug, please create as compact example as possible in order...

The same problem. On Linux I have platform-specific and independent jars. But on Windows linux-specific dependencies are present too.

I've tried this: ```kotlin window.addHierarchyListener { window.toFront() window.requestFocus() } ``` But the window remains inactive. I've also tried with `runDistributable` (i.e., `alwaysOnTop` doesn't work if I run the app from...

[window-focus-reproducer.zip](https://github.com/JetBrains/compose-multiplatform/files/14361083/window-focus-reproducer.zip)

This workaround does better. If the currently active app is `AppKt`, then both the window and the field become focused. So, you can hit `Show window` and start typing in...

@m-sasha The magic did the trick! Thank you 🙂 There's interesting detail. I've noticed that sometimes a window still can't get active. One out of 3–7 attempts fails. Turns out...

@armiol Please take a look. When we are done with `CommandService`, I will update `QueryService` and `SubscriptionService` accordingly.