Modify ↓
Opened 12 years ago
Closed 12 years ago
#2722 closed Bug (No Bug)
FileSelectFolder - XP Only - BUG
| Reported by: | mLipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.11.5 | Severity: | None |
| Keywords: | Cc: |
Description
in Parameteres in "flag" description:
1 = Show Create Folder Button (XP only) 2 = Use New Dialog Style (XP only) 4 = Show Edit Control (XP only)
This is not true.
It works on Win 7.
Please consider changing to a more appropriate description.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

This is not a bug - the flags only work in XP as is explained in the Remarks:
The new vista+ dialog style is used if possible, regardless of the Use New Dialog Style flag. With the vista dialog style the edit control and create folder buttons are always shown, ignoring the flags parameter
The statement "XP Only" is quite correct - the flags only work in XP.
M23