antmar904 Posted July 23, 2018 Posted July 23, 2018 Hi Is there a way to show the files being scanned or show a progress bar when using _FileListToArrayRec?
FrancescoDiMuro Posted July 23, 2018 Posted July 23, 2018 As far as I know, not "natively" Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Moderators JLogan3o13 Posted July 23, 2018 Moderators Posted July 23, 2018 @antmar904 as _FileListToArrayRec is a "blocking" function, you would need to write your own if you want to include a progress bar or count. Given the speed of the function on large directories, it may be counter-productive. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
iamtheky Posted July 23, 2018 Posted July 23, 2018 Looks like you could pull it off with minimal modification to the internal functions like __FLTAR_AddToList. Then it's just a game of where your tooltip/progressbar is most useful, which is tough to discern without an endgame. Be mindful that the tooltips will roll too quickly to read, and the progress bar will be wrong because the script does not know what 100% is until those cases are reached so could offer you no percentage of completion at any point until then. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Moderators Melba23 Posted July 23, 2018 Moderators Posted July 23, 2018 antmar904, See my response to a similar question here: M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now