Modify

Opened 10 years ago

Closed 10 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 Changed 10 years ago by Jos

  • Version changed from 3.3.8.1 to 3.3.10.2

comment:3 Changed 10 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.