2023-06-06 20:41:28 +10:00
|
|
|
# Dialogs Example
|
|
|
|
|
|
2023-10-09 20:56:19 +11:00
|
|
|
This example is a comprehensive example of using dialogs in Wails.
|
2023-06-06 20:41:28 +10:00
|
|
|
|
|
|
|
|
## Running the example
|
|
|
|
|
|
|
|
|
|
To run the example, simply run the following command:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
go run main.go
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Building the example
|
|
|
|
|
|
|
|
|
|
To build the example in debug mode, simply run the following command:
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-10-09 17:38:03 +11:00
|
|
|
wails3 task build
|
2023-06-06 20:41:28 +10:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
To build the example to use application icons, simply run the following command:
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-10-09 17:38:03 +11:00
|
|
|
wails3 task package
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
|
2023-10-17 20:25:36 +11:00
|
|
|
| Platform | Status |
|
|
|
|
|
|----------|----------------|
|
|
|
|
|
| Mac | Mostly Working |
|
|
|
|
|
| Windows | Working |
|
|
|
|
|
| Linux | |
|