File Explorer and PDF Viewer

images/download/attachments/6044859/maint_manual_viewer.png

The File Explorer component displays a filesystem tree to the user. It can be rooted at any folder, even network folders. It can also filter the types of files that are displayed by their file extension (For example, "pdf"). The path to the file that the user selects in the tree is exposed in the bindable property Selected Path.

This component is typically used in conjuction with the PDF Viewer component, in order to create a PDF viewing window. This is very useful for viewing things like maintenance manuals from within your project. To create a window like the one shown below follow these steps:

  1. Bind the PDF Viewer's Filename property to the File Explorer's Selected Path property

  2. Set the File Explorer's File extension filter to "pdf"

  3. Set the File Explorer's Root Directory to a network folder that has your maintenance manuals in it. (Use a network folder so that all clients will be able to access the manuals).