macOSDownloadFileFinished

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
Emily-Elizabeth
Posts: 101
Joined: Mon Jan 03, 2022 7:10 pm

macOSDownloadFileFinished

Post by Emily-Elizabeth » Fri Jun 09, 2023 3:20 am

https://github.com/emily-elizabeth/LC_m ... leFinished

This will bounce the dock folder icon if a file has been downloaded to that folder.
Usage: macOSDownloadFileFinished path
where path is the path to the downloaded file

Code: Select all

on MouseUp
   macOSDownloadFileFinished "/Users/emily-elizabethhoward/Downloads/BlameCanada.png"
end MouseUp

PaulDaMacMan
Posts: 627
Joined: Wed Apr 24, 2013 4:53 pm
Contact:

Re: macOSDownloadFileFinished

Post by PaulDaMacMan » Wed Jul 12, 2023 9:43 pm

Emily-Elizabeth wrote:
Fri Jun 09, 2023 3:20 am
https://github.com/emily-elizabeth/LC_m ... leFinished

This will bounce the dock folder icon if a file has been downloaded to that folder.
Usage: macOSDownloadFileFinished path
where path is the path to the downloaded file

Code: Select all

on MouseUp
   macOSDownloadFileFinished "/Users/emily-elizabethhoward/Downloads/BlameCanada.png"
end MouseUp
Nice, thanks for sharing.
My GitHub Repos: https://github.com/PaulMcClernan/
Related YouTube Videos: PlayList

Post Reply

Return to “LiveCode Builder”