Help Debug My Program Please
Posted: Tue May 19, 2015 10:16 pm
Hello everybody, my name is Pat and I recently purchased the LiveCode indie license. In that comes LiveCode Academy where there are lessons on specific LiveCode skills. One of those skills or lessons covers how to tell when a directory has changed.
After completing that lesson I decided to take it a step further and make my own version of it but instead of monitoring one directory, I would monitor several.
As of now, the application finds these directories : (On Windows machines currently)
These are :
Also feel free to critique my coding as it is. I want to learn how to code better not just how to code correctly. So if there's anything you see I could improve on feel free to mention it. I love constructive criticism.
After completing that lesson I decided to take it a step further and make my own version of it but instead of monitoring one directory, I would monitor several.
As of now, the application finds these directories : (On Windows machines currently)
- Desktop
Documents
Download
Music
Photos
Videos
These are :
- The application currently only detects the changes made on the files located in the Desktop directory. (It should detect all the changes made in the list above)
When a change is made the pop up windows stays there for like 10 seconds as opposed to the 2.5 seconds it should pop up for.
Also feel free to critique my coding as it is. I want to learn how to code better not just how to code correctly. So if there's anything you see I could improve on feel free to mention it. I love constructive criticism.