| View previous topic :: View next topic |
| Author |
Message |
jordis
Joined: 30 Jul 2004 Posts: 78
|
Posted: Wed Feb 02, 2005 4:01 pm Post subject: FileSelectFolder in Win2k: can't hide "New folder" |
|
|
Hi Chris,
The following 2 lines display exactly the same dialog in my win2k machine:
| Code: | FileSelectFolder, outputvar,,0 ; this should NOT have a "New folder" button
FileSelectFolder, outputvar,,1 ; "New folder" button is OK in this one... | According to help:
"This option has no effect unless the operating system is Windows Me/2000/XP or later."
In another related topic (http://www.autohotkey.com/forum/viewtopic.php?t=338) you said:
| Chris wrote: | The button is absent on my Win98SE system as well. I checked MSDN and it seems likely that Windows XP+ and MSIE 6.x+ are required, though it's possible it will work on Win2k.
I've updated the help file to reflect this. Sorry for the oversight. |
Could it be that in Win2k you ALWAYS get a "New folder" button? Could it be due to this command being broken? Could it be that I'm using a Spanish Win2k? I'll stop could'ing...
Can people with Win2k test whether they can get rid of the "New folder" button?
Thanks! |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Wed Feb 02, 2005 4:47 pm Post subject: |
|
|
| Quote: | | Could it be that in Win2k you ALWAYS get a "New folder" button? | Tested & confirmed. W2K SP4 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Feb 02, 2005 5:56 pm Post subject: |
|
|
| That's interesting. On XP the first example lacks a "new folder" button, but the second one has it. I've updated the help file again: "Note: On Windows 2000, the "make new folder" button might appear anyway." |
|
| Back to top |
|
 |
jordis
Joined: 30 Jul 2004 Posts: 78
|
Posted: Wed Feb 02, 2005 6:42 pm Post subject: |
|
|
So I guess it's working as designed... well, no big deal...
Thanks BoBo for testing!
Thanks Chris for updating the help file! |
|
| Back to top |
|
 |
|