Sooner or later most apps need some version of the ability to find text in those files, whether you’re scanning log files, config files, exported…
Comments closedTag: Files
Folder Contents in a Menu, Redux
Published February 24, 2021
by
Paul Lefebvre
Since I was asked for a few enhancements, here’s a quick update to my previous Folder Contents in a Menu post from earlier this week. Enhancements include: Display the requested folder in the menu.
Sort the folder contents.
Skip files that cannot be accessed.
Folder Contents in a Menu
Published February 23, 2021
by
Paul Lefebvre
A user on the forum asked how they might show folder contents in a PopupMenu. Since a PopupMenu is not hierarchical, that wasn’t really an option. But an alternative would be to show the contents in a hierarchical menu. Here’s how you can recurse through files and add them to a regular MenuItem.
Comments closed