chamach Posted December 16, 2003 Share Posted December 16, 2003 Hello all of you, I am currently using this in a script to be able to open AutoIt v2 and v3 using an AutoIt v3 menu : FileOpenDialog ("Choose an AutoIt script", @ScriptDir, "AutoIt Scripts(*.au*)", 1) But, I would like to be able to use the "*.txt" filter also. In the ChangeLog.txt file, I have seen that : 3.0.75 - Changed: FileOpenDialog() uses "|" as the delimiter instead of "," My question is : how to use the delimiter ? Is it really for choosing different file extensions ? Thanks a lot ! Cervélo Soloist 2004 & Cervélo P3C 2007 Link to comment Share on other sites More sharing options...
Developers Jos Posted December 16, 2003 Developers Share Posted December 16, 2003 Think this will work: FileOpenDialog ("Choose an AutoIt script", @ScriptDir, "AutoIt Scripts(*.au*;*.txt)", 1) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
chamach Posted December 16, 2003 Author Share Posted December 16, 2003 It seems that your code is doing the job. Thanks a lot ! May be it could be a good idea to correct the documentation... How can I tell the authors ? Cervélo Soloist 2004 & Cervélo P3C 2007 Link to comment Share on other sites More sharing options...
Developers Jos Posted December 16, 2003 Developers Share Posted December 16, 2003 (edited) Pretty sure that Jon will see your post.... Edited December 16, 2003 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now