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

http://i58.tinypic.com/2chpa2r.jpg
http://i58.tinypic.com/ip1vsm.jpg

Attachments (0)

Change History (3)

comment:2 by Jos, 12 years ago

Version: 3.3.8.13.3.10.2

comment:3 by Jon, 12 years ago

Milestone: 3.3.11.5
Owner: set to Jon
Resolution: Fixed
Status: newclosed

Fixed by revision [10093] in version: 3.3.11.5

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.