The eccoMAGIC Forums
http://forums.eccoMAGIC.com/forum/YaBB.pl
the SLANG EXTENSION and Guest Programming >> Slang Rules Scripts, Functions, Examples and HOW TO >> thelms Auto Parent Child Dependency example
http://forums.eccoMAGIC.com/forum/YaBB.pl?num=1241443007

Message started by Admin on 05/04/09 at 08:16:47

Title: thelms Auto Parent Child Dependency example
Post by Admin on 05/04/09 at 08:16:47





thelms82000 contributed this amazing template with instructions.



original (with 'hidden corruption') at http://tech.groups.yahoo.com/group/ecco_pro/files/Examples%20%26%20Templates%20for%20Slang%20Rule/



Title: Re: thelms Auto Parent Child Dependency example
Post by Admin on 09/12/10 at 18:14:05

to remove color for done items (where you will have thousands and thousands of done items in file),

in order not to hit 10k colored item limit,

try this rule in color folder:


Code:
++:!+-MN:
iff(gfv('Done') > 0, "",
iff(gfv("To-Do's") > 0, (iff(gfv("To-Do's") < TODAY, 0xFF, 0xFF0000)),
iff(gfv("Appointments") > 0, 0xFF00FF,
iff(gfv("Notes") > 0, 0x8080,
iff(gfv('Depends') > 0, 0xFF00,
"")
))))
:
[To-Do's] or [Appointments] or [Notes] or [Done] or [Depends]


Title: Re: thelms Auto Parent Child Dependency example
Post by Admin on 09/12/10 at 18:17:45

Note:

If you modify folder names (or delete folders) that are used/referenced in another folder's rule,  that folder's rule will not work correctly.


The eccoMAGIC Forums » Powered by YaBB 2.1!
YaBB © 2000-2005. All Rights Reserved.