Re: Proper control for a list of actions

2010-03-13 Thread Dave DeLong
Final follow up: I got this to work with NSPredicateEditor, and it was actually surprisingly easy (I got the entire thing put in in a couple of hours this evening). The expression dependency was easy enough to get around. For example, with the "Stop evaluating rules" option, I just made the l

Re: Proper control for a list of actions

2010-03-10 Thread Dave DeLong
OK, following up: I've spent a couple days playing with NSRuleEditor, and I've found some stuff out: It appears to only be useful for a static tree of information (unless I dynamically modify the tree as rows are added and removed). I've come to this conclusion based on my tests, due primaril

Proper control for a list of actions

2010-03-08 Thread Dave DeLong
Hi everyone, I'm recreating a rules interface (ie, under these conditions, perform those actions). I have an NSPredicateEditor in place for the conditions portion, and it's working great. However, I'm wondering what would be most appropriate to use for the actions area. My initial reaction w