| Author |
Message |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Fri Aug 21, 2009 5:27 pm Subject: Conspicuous todo list combined with Google Calendar |
| The silent option mentioned in the previous post proved to be useful, but it's too verbose, so from now on if an entry ends with " s" (before the time specification) then it is considered si ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Tue Jul 21, 2009 5:26 pm Subject: Conspicuous todo list combined with Google Calendar |
| Sometimes when we can't deal with a task we reschedule it to a later time, so that it disappears from the current todo list. If we do that and the task is not time sensitive then popping up a msgbox i ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Tue Jul 14, 2009 3:09 pm Subject: Conspicuous todo list combined with Google Calendar |
Until now the user had to choose when adding a new item if the item is a calendar item or a normal item. This was not convenient and as it turned out it was unnecessary too.
From now on the quickad ... |
Topic: Having an issue clearing StringSplit OutputArray |
keyboardfreak
Replies: 5
Views: 353
|
Forum: Ask for Help Posted: Wed Jul 08, 2009 7:02 pm Subject: Having an issue clearing StringSplit OutputArray |
| Split0 contains the number of outputs, so you know how much to show. |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Wed Jul 08, 2009 3:13 pm Subject: Conspicuous todo list combined with Google Calendar |
The great thing in a calendar-based todo list is that it's very easy to hide tasks which you cannot work on at the moment and get notified when the task is due again.
To streamline the process even ... |
Topic: Gentle nagging reminder for things you want to keep in mind |
keyboardfreak
Replies: 3
Views: 973
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 4:38 pm Subject: Gentle nagging reminder for things you want to keep in mind |
| Improved the script, so that multiple reminders/affirmations can be specified, each with its own period. See the explanation in the first post. |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Wed Jul 01, 2009 4:28 pm Subject: Re: Error |
couldn't get it to work.. the quick add dialog does not have any add button also.. either i am dumb or the tutorial is..
Nah, it's not dumb, only a bit sparse.
The error you get most probab ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Wed Jul 01, 2009 12:46 pm Subject: Conspicuous todo list combined with Google Calendar |
| I'm getting very used to the fact there is an instant google calendar quickadd dialog accessible from anywhere. It's very easy to juggle your tasks with it and send yourself quick reminders as Gina Tr ... |
Topic: Gentle nagging reminder for things you want to keep in mind |
keyboardfreak
Replies: 3
Views: 973
|
Forum: Scripts & Functions Posted: Sun Jun 28, 2009 7:38 am Subject: Re: Very nice! |
Another idea might be to make the GUI pop up randomly using Sleep, so that you don't get used to when it will pop up i.e. .
I may do that if I set the popup to a shorter repeat period.
Cu ... |
Topic: Gentle nagging reminder for things you want to keep in mind |
keyboardfreak
Replies: 3
Views: 973
|
Forum: Scripts & Functions Posted: Fri Jun 26, 2009 9:05 am Subject: Gentle nagging reminder for things you want to keep in mind |
I have a new sitting ball and I have to pay attention to my posture, so that I don't hunch forward while sitting on it.
To remind myself I created this small script which shows a reminder text on t ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Tue Jun 23, 2009 6:58 am Subject: Conspicuous todo list combined with Google Calendar |
| I've searched and searched but can't find an error log. I looked for all ".txt" and everything with "log" or "error" but can't find it. I also looked in both places whe ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Mon Jun 22, 2009 8:59 pm Subject: Conspicuous todo list combined with Google Calendar |
Has anyone got this to work on windows 7? I tried it with python 2.6 and 3.0 and get the same error "Error when contacting server Errorlevel: ERROR"
The python script creates an error lo ... |
Topic: Conspicuous todo list combined with Google Calendar |
keyboardfreak
Replies: 12
Views: 1994
|
Forum: Scripts & Functions Posted: Mon Jun 22, 2009 6:36 pm Subject: Conspicuous todo list combined with Google Calendar |
| I use a calendar to schedule various tasks and I always wanted a desktop popup for due tasks with the ability to add the tasks immediately to a todo list, so when I acknowledge the notification, the p ... |
Topic: Interaction if two scripts binding the same hotkey |
keyboardfreak
Replies: 3
Views: 143
|
Forum: Ask for Help Posted: Sat Jun 20, 2009 3:50 pm Subject: Interaction if two scripts binding the same hotkey |
Would it harm if both scripts would send Insert on any conditions?
Yep, e.g. it would toggle annoyingly insert/overwrite if the current window is an editor.  |
Topic: Interaction if two scripts binding the same hotkey |
keyboardfreak
Replies: 3
Views: 143
|
Forum: Ask for Help Posted: Sat Jun 20, 2009 3:29 pm Subject: Interaction if two scripts binding the same hotkey |
I have a script which does something if insert is pressed and necessary condition is satisfied, otherwise it simply sends an insert keypress:
$insert::
if (condition)
dostu ... |
| |