Wails V2: Using/starting wails from inside a Windows application's event loop? #1802
Unanswered
Robert-M-Muench
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Not possible right now. The best you can do is exec an external config program. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is something like an embeddable Wails app planned? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a standard Windows app that has its event loop and blits some stuff via a transparent window to the screen.
Now I want to show a wails window for the application settings when the user hits a specific shortcut. That means I want to start up wails within the standard event loop, handle all user interaction, and shut down the window when the user is done.
Is that somehow possible? Or does Wails capture the whole application event loop, and I can't move outside of Wails any longer?
Beta Was this translation helpful? Give feedback.
All reactions