Commit 760211a
committed
re-open windows and multiple webui_wait() calls
Now it's possible to do something like:
```c
webui_show(my_window, "<html><head><script src=\"webui.js\"></script></head> Hello World 1! </html>");
webui_wait();
webui_show(my_window, "<html><head><script src=\"webui.js\"></script></head> Hello World 2! </html>");
webui_wait();
```1 parent ff87f48 commit 760211a
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10078 | 10078 | | |
10079 | 10079 | | |
10080 | 10080 | | |
10081 | | - | |
10082 | | - | |
10083 | | - | |
| 10081 | + | |
| 10082 | + | |
| 10083 | + | |
| 10084 | + | |
| 10085 | + | |
| 10086 | + | |
| 10087 | + | |
| 10088 | + | |
| 10089 | + | |
| 10090 | + | |
10084 | 10091 | | |
10085 | 10092 | | |
10086 | 10093 | | |
| |||
0 commit comments