AutoHotkey Community

It is currently May 26th, 2012, 10:43 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 145 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10  Next
Author Message
 Post subject: Trouble iwth Icon?
PostPosted: April 9th, 2009, 9:04 pm 
Has anyone else had trouble with an error saying the icon won't load? I'm wondering if this is a Vista problem...

Thanks in advance for any help.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 6:27 am 
Is Beta 2.2 the newest version? I assume so, but the order of the files is a bit confusing.

Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 6:38 am 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
Quote:
Is Beta 2.2 the newest version?

Sorry for the confusion, 3.0 is the newest version.
Quote:
Has anyone else had trouble with an error saying the icon won't load? I'm wondering if this is a Vista problem...

1st time I've heard of this issue. I don't use Vista so unable to check. If you're referring to the tray icon, are images stored in the "images" directory?

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2009, 7:35 am 
I have images in the image directory. What seems to be failing is the script to draw the tray icon. I commented out the line that creates that icon (elapsed.ico) and not the program runs, it just doesn't draw the tray icon - I always see the clock.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2009, 2:57 pm 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
Karyss - unfortunately, I don't have an answer for you and no available Vista box to test. Perhaps others are using this script with Vista and can share whether they've had the same issue with any workarounds figured out.

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Great Program
PostPosted: May 5th, 2009, 1:28 am 
Thank you for making this. Hope it helps me stop procrastinating and be more productive. How can I increase the sound volume? I use this while reading, and it is important for me to have a loud sound notification informing me of break/work transitions.

Thanks once again!


Report this post
Top
  
Reply with quote  
 Post subject: Re: Great Program
PostPosted: May 6th, 2009, 6:28 am 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
Quote:
Thank you for making this

Thank you :D
wasvsdal wrote:
How can I increase the sound volume? I use this while reading, and it is important for me to have a loud sound notification informing me of break/work transitions.

Until I or someone more skilled finds time to code a browse function to allow users to pick there sound file, it's just the system sounds. As a work around you could go into the code and change the system sound ref. to point to a sound file that's what you want.

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 12th, 2009, 12:27 pm 
Offline

Joined: March 24th, 2009, 10:17 am
Posts: 43
Beautiful !!!!!!!!

Giving a try!!!!

Thanks !!!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 12th, 2009, 10:08 pm 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
Thx :D
Hope it lives up to your expectations. Feedback always appreciated.

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Simple but effective
PostPosted: May 18th, 2009, 3:39 pm 
Just wanted to post my appreciation for your work on this project. I use this pretty often to keep track of my time and to refresh my awful memory. Great job, keep up the good work!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 18th, 2009, 7:29 pm 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
Thx! :D

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Bug with timer start
PostPosted: September 16th, 2009, 12:00 am 
I was looking for a way to pause, and following your suggestion disabled auto-start so now I can reload the program when I wish to pause the timer. However when I start a new active task, the WBT timer is not started (although the ToDoList timer *is* started). Thanks for the great work :)


Report this post
Top
  
Reply with quote  
PostPosted: June 10th, 2010, 4:05 pm 
Offline

Joined: June 10th, 2010, 3:52 pm
Posts: 1
Hi:

Hmmm, thread is getting on in age, but worth a try...

Am I missing it or is there no way to complete an active task or pause it to say take a phone call? I am basically after a simple means to capture a daily work log to better see where my time is going.

So typically I do Ctrl + Alt + L, enter a simple description in the "Task" field of the dialog and then start working. Now 20 minutes later, I'm done writing the e-mail I was working on and want to move on to something new. I do Ctrl + Alt +L again and enter a new task description, but there appears not to be any tally of how long I worked on the completed task. Or is there something I"ve missed?

Many thanks,
pab


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 23rd, 2010, 8:12 am 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
pablito wrote:
Am I missing it or is there no way to complete an active task or pause it to say take a phone call?

I'm afraid your not missing anything. Time constraints then and now made for "lean".

If it helps, my work around is to treat my PC as a never-off tracking tool. The 48x12x3 productivity timer is more like a layer on top.

To your question, if I'm starting a new task I choose "New Active Task", if I finish and start another task, I choose it again. If the phone rings, and it's not something I need to track as another new active task, or take a smoke break, I'll choose "Capture Task/Idea". Perhaps better to call it "Capture Task/Note" Anyway I just give a quick description of what I'm doing that's non-billable.

At the end of the day, I have a nice daily log file I can view in Excel with a pretty good idea of how my time was spent. If needed I'll then massage the data further using Excel. It's not pretty, even a bit messy, but serves my purposes. And as always, the source is available at the top of this thread, feel free to enhance and share.

As an FYI, I use ToDoList as my "ad hoc" daily activities & PM tool. That's why the option to use it is included. It has a very nice task tracker built in. When I need to closely track time spent on projects, I let ToDoList do the heavy lifting.

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 23rd, 2010, 8:19 am 
Offline

Joined: January 22nd, 2007, 11:24 pm
Posts: 206
Location: CO, USA
I'll be asking the TDL forum as well but thought wouldn't hurt to ask here too. The code below worked fine in XP to create a new task in TDL and start the TDL timer. On Win 7 it only creates the new task. Any ideas how to correct.

Code:
; Function: If enabled, write new task to TDL & start TDL timer
If ToDoList =1 ; check if ToDoList is enabled
  {
  TDLTask = "%ToDoListExe%" "%TDLTaskFile%"
  Run %TDLTask% -nt "%Task%" -cm "%Day% - %Date% - %Time%`nTags: %Tags%`nComments:`n%Comments%`n"
      WinWaitActive, %TDLTaskFile%,,3
      ;Start TDL Timer
      SetTitleMatchMode, 2
    PostMessage, 0x111, 32967,,,ToDoList © AbstractSpoon
  }

_________________
Lars


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 145 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: jrav and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group