Opened on Dec 1, 2010 at 8:14:37 PM
#1834 closed Bug (Wont Fix)
FileSelectFolder problem when using Windows RunAs
| Reported by: | jschill | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | FileSelectFolder | Cc: |
Description
The "Make New Folder" button in the FileSelectFolder function does not display newly-created folders when executed using the Windows RunAs feature. It does create a new folder, but the tree view doesn't refresh and show it.
Here's my code:
$Dest = FileSelectFolder("Choose target folder.", "", 1)
Compile this into an exe and run it. Click on the Make New Folder button and see that it creates a folder. Close the program.
Now right-click this exe and select RunAs from the context menu. Enter credentails other than the currently logged in user and run the test. It will create the new folder, but you won't see it in the dialog window.
Script was created/tested using AutoIt 3.3.61 on Windows XP SP3 w/IE 7.
Attachments (0)
Change History (1)
comment:1 by , on May 23, 2011 at 8:52:24 PM
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
