asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I pop up a dialog with go?

weiyixuan opened this issue · comments

Is there any way to pop a modal dialog box with go code?

@weiyixuan right now there's not.

You can pop a dialog box using JS though using astilectron.showErrorBox in your JS for instance (https://github.com/asticode/astilectron/blob/master/main.js#L464).

Does that fit your needs?

yes, thanks!