Kasper Hirvikoski

Results 139 comments of Kasper Hirvikoski

Hey, cool idea! So you would basically like a list of windows that are above or below a given window in the hierarchy?

Ok, I will check what is possible. 😄

Hi! Would you have an example how you would use this?

Hey! Perhaps use `Screen.all()` and find the screen instance you are interested on with the UUID from the provided array? The UUIDs stay constant, so you can define them static...

@thetomcraig Hi, there is no `moveToScreen(…)` function in the core API. You need to use the `setFrame(…)` or `setTopLeft(…)` to move a window to a specific screen by using the...

@thetomcraig How about something like this? ```javascript const foundScreen = Screen.all().find(screen => screen.identifier() === desiredUUID); ```

@mafredri Thanks for checking! I will try to see what’s happening here.

@metakirby5 Thanks for the report, I will look into this!

Thanks for reporting! I think this might be caused by the restricted runtime needed for notarising apps with Apple. I need to check whether we need to enable some exceptions...