| Author |
Message |
Topic: SetFormat, float - surprises when executed in a subroutine |
icefire
Replies: 3
Views: 867
|
Forum: Bug Reports Posted: Fri Jul 02, 2004 12:27 am Subject: SetFormat, float - surprises when executed in a subroutine |
Thank you for the reply. Now I understand it! That is a beautifully clear explanation and somewhat explicitly clearer than the original http://www.autohotkey.com/docs/Scripts.htm section.
I think t ... |
Topic: SetFormat, float - surprises when executed in a subroutine |
icefire
Replies: 3
Views: 867
|
Forum: Bug Reports Posted: Thu Jul 01, 2004 6:11 pm Subject: SetFormat, float - surprises when executed in a subroutine |
My apologies if this turns out not to be a bug but here goes.
I have been using “SetFormat, float” in a script and have found some strange behaviour. I am not sure if it is a bug or something I hav ... |
Topic: FileSelectFolder cannot create new folders |
icefire
Replies: 2
Views: 1012
|
Forum: Bug Reports Posted: Thu Jun 17, 2004 6:43 pm Subject: FileSelectFolder cannot create new folders |
Thank you for the quick reply. It confirms it wasn't just me missing something. I have been able to use the following workaround to use FileSelectFile to create a new folder:
FileSelectFile, MyFold ... |
Topic: FileSelectFolder cannot create new folders |
icefire
Replies: 2
Views: 1012
|
Forum: Bug Reports Posted: Thu Jun 17, 2004 5:38 pm Subject: FileSelectFolder cannot create new folders |
FileSelectFolder does not seem to allow me to create new folders, regardless of the value of the Options parameter.
FileSelectFolder, MyFolder
FileSelectFolder, MyFolder, , 0
FileSelectFolder, MyFo ... |
| |