Archive: nsDialogs + DirRequest


nsDialogs + DirRequest
Hello!
I would like to display a regular DirRequest with that button on the right side of the textbox to select folder.

How is this possible with nsDialog? Do I have to use a NSD_CreateDirRequest, NSD_CreateButton and SelectFolderDialog? Or is there a predefined function or something that handle this?


There's no predefined function. If you write a good one, I'll include it in nsDialogs.nsh.


Why isn't there Browse button on the right of the textbox when I use ${NSD_CreateDirRequest}?