Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by Jos
comment:2 Changed 11 years ago by Jos
- Version changed from 3.3.8.1 to 3.3.10.2
comment:3 Changed 11 years ago by Jon
- Milestone set to 3.3.11.5
- Owner set to Jon
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [10093] in version: 3.3.11.5
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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