HOME | DD

qiancang — Todolist X for XWidget

Published: 2014-03-12 14:31:21 +0000 UTC; Views: 2881; Favourites: 23; Downloads: 640
Redirect to original
Description A todolist widget for XWidget. I made it without any images. All graphics are drawn by XWidget real time.

Tips:
1. you can add at most 7 items
2. click "TODOLIST" to add item
3. drag the sizegrip at the bottomRight to change widget width
4. click the red button on the left you will have two more buttons "Done" and "Del"(delete).
Related content
Comments: 3

xXGrieverXx [2014-11-13 10:02:24 +0000 UTC]

Like your widget...how can i add more than 7 task..thanks ^_^

👍: 0 ⏩: 1

qiancang In reply to xXGrieverXx [2014-11-14 14:33:49 +0000 UTC]

find textlayer/group/layer7.
clone layer7,make sure that  the new layer's name is layer8.
rename layer8's sub component edit7 as edit8.
set layer8's position as: x=0;  y= ( 8 - 1 ) * 30 = 210;
set layer8 and edit8's attribute/other/tag from 7 to 8.

switch to the script window.
edit line 4 from "var max = 7" to "var max = 8"

repeat these steps. 

👍: 0 ⏩: 0

xwidgetsoft [2014-03-13 03:56:44 +0000 UTC]

Cool!!!

👍: 0 ⏩: 0