**** BEGIN LOGGING AT Wed Apr 23 02:59:58 2014 Apr 24 00:53:22 hey, does anyone know how to make a computed property that watches the selected property of a list subcomponent? Apr 24 01:50:25 GodGinrai, that may sound more complicated as a question, did you get it figured out? Apr 24 01:50:53 nope Apr 24 01:50:57 Basically Apr 24 01:51:28 I have 2 datarepeaters, and a datagridlist Apr 24 01:51:40 I have a submit button, that I want to appear Apr 24 01:51:52 when all 3 of those items have a selection Apr 24 01:52:02 and disappear when they don't Apr 24 01:52:19 So I was trying to make a computed property called "ready" Apr 24 01:52:43 that would tie to the submit button's "showing" property Apr 24 01:53:27 But Apr 24 01:53:50 the way you refer to dependencies in the computed list Apr 24 01:53:58 is unexplained Apr 24 01:54:11 the example only shows them accessing published properties by name Apr 24 01:54:30 which is different from how bindings work, which has paths from "this" Apr 24 01:55:04 So I don't know how to get it to depend on the computed selection properties from my list Apr 24 01:56:26 Any insight you might have regarding computed property dependencies would be greatly appreciated, dmanderson Apr 24 02:25:23 So this is only 1 repeater control, but some kind of validation method, and binding to a published property http://jsfiddle.net/toxigenicpoem/68j3U/ Apr 24 02:27:16 Yes, I realized I could check this ontap Apr 24 02:27:42 however, this seems to be the reason the computed properties exist for, so I don't see why I should need to work around them Apr 24 02:27:56 Detect a change, update the property Apr 24 02:28:06 That's exactly what I want to happen Apr 24 02:34:05 ah, if you want it to change you need to alter a property the computer property depends on. Apr 24 02:34:37 you could use a transform in the binding Apr 24 02:34:58 found this on the forum http://forums.enyojs.com/discussion/1691/computed-property Apr 24 02:44:17 ok here is another stab at it using a transform http://jsfiddle.net/toxigenicpoem/68j3U/ Apr 24 02:44:36 the validation isn't very good, but I think that maybe the pattern you were looking for Apr 24 02:47:26 same link, I set new version as base, sorry confused my self Apr 24 02:54:23 Yea, I saw that topic and the mention for the transform. Apr 24 02:54:37 But once again, that doesn't solve the problem like a computed property would Apr 24 02:54:57 You still have to write your own code to keep tabs of if things are selected Apr 24 02:55:12 instead of using the built-in support that observers give you **** ENDING LOGGING AT Thu Apr 24 02:59:58 2014