**** BEGIN LOGGING AT Thu Apr 24 02:59:58 2014 Apr 24 03:59:15 alright GodGinrai Apr 24 03:59:20 another stab at it :D Apr 24 03:59:20 http://jsfiddle.net/toxigenicpoem/68j3U/ Apr 24 04:46:47 dmanderson Apr 24 04:47:06 it seems that the observers only work for something you can get or set Apr 24 04:47:47 so I created bindings from selected() to local variables, and then used those as dependencies for the computed property Apr 24 04:49:13 Nice! Apr 24 05:05:12 Hey dmanderson Apr 24 05:05:20 I have a couple of bindings Apr 24 05:05:22 Hey Apr 24 05:05:25 that go like this: Apr 24 05:05:53 { from: ".object.param1", to: ".blah" } Apr 24 05:06:03 { from: ".object.param2", to: ".moreBlah" } Apr 24 05:06:29 when I change "object" Apr 24 05:06:35 to null Apr 24 05:06:51 the data in blah and moreBlah do not get updated Apr 24 05:07:02 you need to specify two way binding Apr 24 05:07:19 oh wait nvm Apr 24 05:07:22 I misunderstood. Apr 24 05:07:28 lol yea, I was about to say XD Apr 24 05:08:04 I'm not sure how the watch code in the kernel works, but I suspect that since that specific property didn't change, it didn't fire an update. Apr 24 05:08:25 that's what I'm thinking as well Apr 24 05:08:55 I was hoping there was some easier way than turning those into computed properties that watch "object" Apr 24 05:13:45 Yeah off the top of my head, just binding to .object, and using a transform to return .param1 Apr 24 05:14:16 oh, I guess that could work, too Apr 24 05:14:17 hrm Apr 24 05:14:28 that sounds cleaner Apr 24 05:14:31 I might try that Apr 24 05:24:08 that worked Apr 24 05:24:09 thanks Apr 24 05:25:52 np Apr 24 14:31:53 Hey guys, I just converted a DataRepeater to a DataGridList, and now the entries in the list aren't displayinf Apr 24 14:31:57 *displaying Apr 24 14:32:32 Firebug shows that the grid items are positioned and sized correctly Apr 24 14:32:39 But nothing is visible Apr 24 14:32:56 Even tho' the items have visibility: visible Apr 24 14:33:10 any ideas? Apr 24 14:58:20 Figured it out Apr 24 14:58:38 being in an enyo.Drawer was screwing w/ its height **** ENDING LOGGING AT Fri Apr 25 02:59:58 2014