Dirpage plug-in

From NSIS Wiki
Revision as of 07:28, 14 September 2005 by 139.164.130.170 (talk)
Jump to navigationJump to search
Author: saivert (talk, contrib)


NxS Alternate Directory page

Download

Zip.gif dirpage.7z (59.37 Kb) Updated July 16th 2005: File moved to a new server.

Overview

This Directory page plug-in displays a integrated tree-view for selecting a folder instead of the standard Browse... button.

Developers comments

I hope someone can work more on this. Currenlty the tree-view is not updated when you change the edit box. The tree-view is virtual (items are filled in on demand) and when you expand a tree node it scans the disk to insert the subfolders. This avoids loading the entire shell namespace into the tree-view upon display of the page, but it complicates things when you want to display a certain folder in the tree.