Opened 14 years ago
Closed 14 years ago
#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 Changed 14 years ago by Jon
- Resolution set to Wont Fix
- Status changed from new to closed
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.