Join Slack
Powered by
If I have `class MyApp:App(MyView::class)` and lat...
# tornadofx
s
sbyrne
03/31/2020, 5:16 PM
If I have
class MyApp:App(MyView::class)
and later from another window (which has a different scope) I do
find<MyView>().openWindow()?.requestFocus()
, how do I get it to focus the original view instead of creating a new window?
5
Views
Open in Slack
Previous
Next