Modify ↓
Opened 12 years ago
Closed 12 years ago
#2648 closed Bug (Fixed)
FileSaveDialog extension value
| Reported by: | MyEarth | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.11.5 | Component: | AutoIt |
| Version: | 3.3.10.2 | Severity: | None |
| Keywords: | Cc: |
Description
The FileSaveDialog function don't return the extension value. With a multiple choice is fundamental because i don't know what is the user choice from the combobox
$var = FileSaveDialog("Choose a name.", @ScriptDir, "Scripts (*.au3)|Text files (*.txt)", 2, "MYNAME")
If @error Then
MsgBox(4096, "", "Save cancelled.")
Else
MsgBox(4096, "", "You chose " & $var)
EndIf
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Version: | 3.3.8.1 → 3.3.10.2 |
|---|
comment:3 by , 12 years ago
| Milestone: | → 3.3.11.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [10093] in version: 3.3.11.5
Note:
See TracTickets
for help on using tickets.



Issue definition and solution provided here: http://www.autoitscript.com/forum/topic/158691-bug-filesavedialog-extension/?p=1151506
Jos