gen2brain / dlgs

Go cross-platform library for displaying dialogs and input boxes
BSD 2-Clause "Simplified" License
383 stars 44 forks source link

Message Dialogs #15

Open tataDan opened 4 years ago

tataDan commented 4 years ago

Is there any way to force the message dialogs to always appear on top of the application window?

gen2brain commented 4 years ago

Currently no, dlgs don't know if the app actually uses some window or is running from the terminal. Also, only windows platform uses API, Linux and macOS use external binary, and I don't think it is supported t pass window id, but will need to check this.