[ - ]
STEP 2

Install KlipFolio

STEP 3

Click Add this Klip to KlipFolio to Add Klips

To Do List

Keep track of what you need to do.
Downloads: 11,406 (66 this week)
User Rating:
8 Votes
(Rate it)
Popularity Δ: -85.6%
Author: Serence Inc.
Uploaded By: serence_klips
Language: Global
Website: http://www.serence.com
Favourite Of: 8 People (Make it a Favourite)
Version: 2.0.2
Date Updated: Feb 09, 2007

 

Comments About this Klip

Feature Requests

Posted by joshposh on (2006-12-15)
An Option to edit existing entries would be nice and the possibility to copy the entry text by clicking it would be useful too :)

Items[idx].canvisit should be true

Posted by krummfinger on (2007-01-28)
....function introMessage()
{
// Create a temporary item to educate the user
Items.clear(true);
var food = "Click here to add items to the To Do list.";

var saveCreate = Engines.KlipFood.onCreate;
var saveUpdate = Engines.KlipFood.onUpdate;
Engines.KlipFood.onCreate = null;
Engines.KlipFood.onUpdate = null;
try
{
Engines.KlipFood.process(food);
}
finally
{
Engines.KlipFood.onCreate = saveCreate;
Engines.KlipFood.onUpdate = saveUpdate;
}
idx = Items.length - 1;
Items[idx].canvisit = false;
Items[idx].candelete = false;
Items[idx].onClick = fn_configure_item_click;

Items.B = " "; // Don't display the number of To Do items.
gIntroMessage = true;
}
....

how to add a list item?

Posted by pixeline on (2007-01-29)
hi,

i'm puzzled: i added one entry, and now ican't add anymore ??

Responses

Posted by jeremyH on (2007-01-29)
krummfinger - The items for To Do List can't be visited because clicking on them changes the priority instead of visiting them. The "intro" item also needs to stay unvisited so the user sees it.

pixeline - You should be able to keep adding entries by using the Klip's setup window. What happens when you try to add more than one item?

difference between done and incomplete

Posted by Fleg on (2007-02-15)
Maybe it's only me, but I can hardly see the difference between done and incomplete status... The light green color of tick is too light! Can you make more contrast between the two?

Add an item

Posted by enzogian on (2007-09-10)
Hi, the tools are great but please, is it possible to put and easy (very easy and intuitive) way to add an item ??? something like a right click button on the mouse or anywthing else not needing to go to the "customize clip" and then writting the item etc..
I wonder if it could be a right click button on the list itself.. something easy please and practical to add, remove and edit the items of the list fast!!
Thanks

A more intuitive way of adding items

Posted by vicomtesse on (2007-09-24)
I agree with enzogian, this klip really needs an easier way to add and edit items. It's very troublesome to have to go to the customize klip window every time I want to add or edit something. A direct click-and-type interface would be so much better, or even just keeping the "click to add an item" link always available, instead of only when your list is empty!

Leave a Comment

To leave a comment, you must sign in or register (it's free).

   
Comment Type:
Title:
Comment: