**** BEGIN LOGGING AT Thu May 10 03:00:04 2012 May 10 06:09:38 fahhem: i'd be happy with just doing a XHR on it, if the webkit there supports .. uh.. whatever thing it is that is needed to support binary data May 10 16:56:10 EricBlade: i don't know what you want to do exactly, but quick file syncs may be manageable through dropbox. May 10 18:09:27 madnificent: i need to figure out a way to download mp3 voicemails to devices May 10 18:13:09 phonegap has supports for opening files, no? May 10 18:30:32 anyone around who's tried the MenuPane in the community gallery/ May 10 19:16:19 can someone explain to me why I can set a list height w/ pixels, and have it render, but when I use 100%, it doesn't render the items? May 10 19:32:43 summatusmentis: it's because it probably doesn't have any children inside its 'flow' May 10 19:33:23 float left/right, some position types, and other things will remove children elements from a parent's 'flow', causing the parent to have nothing giving it a non-zero height May 10 19:34:03 it might be that the children are inside its flow, but the children's children aren't, so again, no height for the children means no height for the parent May 10 19:34:08 html is fun! :) May 10 19:34:58 fahhem: is there an easy way to fix that? I only sort of followed that May 10 19:35:49 so, I have a Kind that wraps List (and does some population). My List has CampItems as the items, each of which have an onyx.Button and some text. May 10 19:36:16 It sounds like you're saying either the CampItems, or the portions of the CampItems are not in the "flow" (whatever that means) May 10 19:36:49 it could also be the parent of the list has a zero height, so 100% of zero gets used May 10 19:37:15 does your kind wrap List or sub-kind it? May 10 19:37:39 I believe kinds that do population are supposed to sub-kind, but I haven't looked into enyo 2.0 enough May 10 19:37:50 what does sub-kind mean? May 10 19:37:55 I'm probably wrapping List May 10 19:38:14 enyo.kind({name:"MyKind", kind:"List", components:{...}}); May 10 19:38:41 no, mine does not do that May 10 19:43:43 if you subkind something, how does onSetupRow get called? **** ENDING LOGGING AT Fri May 11 02:59:58 2012