gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.96k stars 127 forks source link

How to implement a modal custom dialog? #214

Open stuartZhang opened 2 years ago

stuartZhang commented 2 years ago

Hello @gabdube ,

I have carefully consulted the example (dialog_multithreading_d.rs). However, the custom dialog YesNoDialog isn't modal.

Could you please share a code example of the modal custom dialog? Individually, I'd like to make a confirm dialog which is capable of blocking the main window.

a11cf0 commented 2 years ago

I'm also interested in this.