amypaulsmom Posted February 19, 2003 Posted February 19, 2003 Hi - I am looking for some sort of simple (hopefully free) time tracking software. It could be in FMP, but doesn't have to be. Just want something simple - a basic stopwatch - I can start at the beginning of a call or project and stop when I am done. Any good ideas or suggestions out there. Thanks Tweety
McCormick Posted April 3, 2003 Posted April 3, 2003 Well, it seems like overkill, but you could do it in FMP. How fine are the increments you want? I'm thinkin of two layouts that look identical, but the single, prominent button would activate two scripts (or different parts of one). First it would past ethe current time into a (possibly global) field. Then it would wait until you pressed the button again, and it would paste the new current time into a second (global) field. Then it would calculate the difference and display or store it anywhere you like. At it's simplest, this would be a stopwatch, with onyl one value. Onthe other hand, you could have a permanent script runing, an each time you want through the process, it would store the answer in a new field, perhaps labeled with the times involved, or with a text field you can enter manually. Insert Current Time (START) Pause/Resume Insert Current Time (END) Insert Calculated Result (TOTAL TIME, END - START) Create New Record This could be more complicated to format the time invovled, but you get the idea.
Fenton Posted May 2, 2003 Posted May 2, 2003 Here's a little file that made for myself. It's not terribly fancy, but it works. Time.zip
Ugo DI LUCA Posted May 2, 2003 Posted May 2, 2003 Have you ever asked yourself why these guys on the phone were "just pulling your nerves out" Seconds tracking on phone calls + messages ...and bips A 1 minute demo... Counter.fp5.zip
Lee Smith Posted May 2, 2003 Posted May 2, 2003 Hi Ugo, Your file "Counter" doesn't have an Icon and doesn't open under ether 4 or 5. Lee
Ugo DI LUCA Posted May 2, 2003 Posted May 2, 2003 Hi Lee, thanks to tell. It's now updated. Anyone could tell what the hell is going on with my zips. I've go these strange behaviour using dropzip.
Lee Smith Posted May 2, 2003 Posted May 2, 2003 Hi Ugo, Sorry, it still didn't work. Sounds like some kind of corruption. Have you tried rebuilding your desktop? How about adding the file extension .fp5? Putting it into a folder also sometimes does it, but unfortunately not this time HTH Lee
Ugo DI LUCA Posted May 2, 2003 Posted May 2, 2003 Hi Lee, Now it works. I just downloaded it. Now the only think I'm not sure about is if it was worth the effort. Thanks.
Recommended Posts