|
[ - ]
Keep track of what you need to do.
Comments About this KlipItems[idx].canvisit should be truePosted 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 ?? ResponsesPosted 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 incompletePosted 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 itemPosted 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 itemsPosted 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!
Related KlipsSetsThis Klip belongs to the following sets: TagsThis Klip uses the following tags: |
Feature Requests