**** BEGIN LOGGING AT Thu Dec 11 02:59:58 2014 Dec 11 03:29:10 i wonder if there's anything else in enyo that i have absolutely no idea about. Dec 11 05:22:22 EricBlade: you know how to use DataList instead of List? Dec 11 05:30:00 sort of. i followed the directions. Dec 11 05:30:03 the directions didn't work. Dec 11 05:30:06 so i had to follow the sample instead. Dec 11 06:06:40 i've decided though that i need to figure out how to make a ListRepeater that can be pulled up or down and trigger events like PulldownList does. Dec 11 08:27:44 EricBlade: ^.something basically means window.something, so you can bind to completely different stuff. :) Dec 11 18:12:19 Question, I have two ExpandablePickers, when one is changed, I want the other to be reset to an unselected state basically... Other than using .destroy() and then recreating the item, is there an easier way to go about this? I've tried using .setSelected() and .setSelectedIndex(-1) which work for marking the item as unselected but doesn't reset the noneText... Suggestions? Dec 11 19:19:49 projectAlarum: ExpandablePicker ? Dec 11 19:29:39 if that's anything like a regular Picker, PickerButton changes it's content in response to Picker's "change" event, so you could hack your way around Picker not directly supporting resetting it's selection to nothing, by doing doChange({selected: null, content: "Nothing" }); or some such Dec 11 19:45:28 projectAlarum a reset method would be nice, but you can use setSelectedIndex and setSelected followed by noneTextUpdated as a work around: http://jsfiddle.net/91gaewyr/ Dec 11 20:10:16 Thank you dmanderson, that did the trick, had to call noneTextChanged instead Dec 11 21:38:03 dont’ get too comfortable with that projectAlarum, looks like there is a PR to remove noneText Dec 11 21:39:32 oh nvm, I mispoke, thats the interget picker Dec 11 21:39:33 carry on Dec 11 21:39:34 :) Dec 11 22:28:55 2.5.1 is released Dec 11 22:29:02 yay! docs site looks better. Dec 11 22:29:23 I might get time to look at it one day :P Dec 11 22:29:27 \o/ Dec 11 22:29:33 yay Dec 11 23:04:27 the new docs design makes my eyes sad Dec 11 23:05:05 +1 on the new release, though Dec 11 23:07:19 But they made your patience happy Dec 11 23:14:20 oh yes Dec 11 23:19:27 and I have Stylish for everything else ^_^ Dec 11 23:19:34 as an aside: https://userstyles.org/styles/108218/enyo-docs-dark Dec 11 23:21:42 nice Dec 11 23:25:38 passed that around a bit chall Dec 11 23:59:55 awesome on the 2.5.1 release! :) Dec 11 23:59:58 congrats Dec 12 00:00:40 fyi, on the blog, re: generator-enyo it says: "You can read more about it here. " but "here" has no link... Dec 12 00:19:45 @Roy__ Dec 12 00:19:47 ^^ Dec 12 00:26:20 Whoopsie. Dec 12 00:30:43 @Cage1___ Good catch. Fixed. Dec 12 00:35:03 np. is it too soon to ask, what's next? :) :) :) **** ENDING LOGGING AT Fri Dec 12 02:59:59 2014