**** BEGIN LOGGING AT Wed Aug 08 02:59:58 2012 Aug 08 03:27:18 hi! does anyone know who i should contact on the enyo team regarding event sponsorship and speaker booking? is there a specific person? Aug 08 03:48:51 Oops Aug 08 03:48:52 sugardave: ^ Aug 08 03:54:18 oops, that would be enyojs@palm.com Aug 08 03:56:31 * rrix takes mental note for the future Aug 08 06:51:17 morning Aug 08 12:48:25 zzzzZZZZZzzzz Aug 08 14:37:47 swisstomcat: hey that sounds like derek's "i'm not a douche"-meter. vast asleep Aug 08 14:38:03 hehe Aug 08 14:38:59 (that statement was so ironic and self-insulting that i'm considering to send derek an email. it'd be fair) Aug 08 14:57:00 has anyone used "display: table" and "display: table-cell;" on onyx.Buttons? Aug 08 15:03:50 what for? Aug 08 15:04:45 I'm trying to make an evenly spaced grid for a variable number of buttons Aug 08 15:05:11 evenly spaced _square_ grid Aug 08 17:36:48 anyone know how do evenly distribute a bunch of things across a row? Aug 08 17:38:02 use enyo.FittableColumns with "enyo-center" class Aug 08 17:38:47 summatusmentis: ^^^ Aug 08 17:40:49 sugardave: that doesn't seem to evently distribute, just centers Aug 08 17:42:05 tomato Aug 08 17:42:08 tomato Aug 08 17:42:40 except it's not the same thing Aug 08 17:43:05 if you make them be some % width (50 if there are 2 things), it looks pretty evenly distributed Aug 08 17:43:19 you just have to know how many are in the column Aug 08 17:43:22 er row Aug 08 17:43:41 I'd like them to not be right next to each other Aug 08 17:43:53 basically, I want dynamic spacers Aug 08 17:45:59 margins Aug 08 17:46:02 that's what I needed Aug 08 17:50:25 summatusmentis: fwiw, it's a common problem with CSS, so you likely have to javascript your way out of it Aug 08 17:50:49 Fittables should work, I think Aug 08 17:50:57 but maybe not Aug 08 17:51:10 you'd think someone would have figured it out by now Aug 08 17:51:24 frankly, that's what I thought display: table; was supposed to do **** ENDING LOGGING AT Wed Aug 08 20:13:49 2012 **** BEGIN LOGGING AT Wed Aug 08 20:14:16 2012 Aug 08 20:31:59 createComponent question for anyone there Aug 08 20:32:20 i'm trying to make a group of components (say, 3) Aug 08 20:32:21 I'm here Aug 08 20:32:25 I may not have the right answer though Aug 08 20:32:34 however, only one appears to be showing (the last one) Aug 08 20:32:53 smells like a memory/pointer issue Aug 08 20:33:03 can you jsfiddle the code? Aug 08 20:33:31 hmm Aug 08 20:33:40 let me see Aug 08 20:37:23 might need to find a simple example first **** ENDING LOGGING AT Wed Aug 08 20:41:31 2012 **** BEGIN LOGGING AT Wed Aug 08 20:42:22 2012 Aug 08 20:42:25 hmm, no constructor found for ... Aug 08 20:42:40 onyx.Slider, onyx.Button, etc Aug 08 20:42:54 in jsfiddle? Aug 08 20:45:49 yeah Aug 08 20:45:58 hmm, still trying to slim this down Aug 08 20:46:23 I mean, if you wanna just pastebin it, that's fine too, JSfiddle just lets me test it right there Aug 08 20:48:35 oh, Aug 08 20:48:38 i might have just fixed it Aug 08 20:48:45 [not jsfiddle, but code] :) Aug 08 20:48:51 [i see three now] Aug 08 20:49:18 i changed the name field Aug 08 20:49:23 but i still had an "id" field that was the same for all 3 Aug 08 20:49:31 removing the id field made it happy Aug 08 20:50:46 oh, yeah Aug 08 20:50:49 so, pointer issue Aug 08 20:51:01 when it was building the $ hash, you had things all named the same thing, likely Aug 08 20:51:30 the name field i had different Aug 08 20:51:37 ie ("name"+i) Aug 08 20:51:43 I think id supercedes name Aug 08 20:51:46 ah Aug 08 20:51:52 id is the DOM id Aug 08 20:51:54 iirc Aug 08 20:53:08 interesting, i had a problem within the component Aug 08 20:53:11 and i removed id Aug 08 20:53:13 and it worked best Aug 08 20:53:20 so moral of story seems to be just use name and not id Aug 08 20:54:44 yes Aug 08 20:54:51 I think that's always recommended Aug 09 00:25:47 Hi everybody ? I'm having a problem with a DividerDrawer. It opens fine but when it close it doesn't collapse althought it hides all of its inner ellements Aug 09 00:25:54 can anyone help me? **** ENDING LOGGING AT Thu Aug 09 02:59:59 2012