**** BEGIN LOGGING AT Sat Apr 28 03:00:01 2012 Apr 28 03:01:13 ah ok. yes, i can't set rows on my list Apr 28 03:04:41 hmm. maps wants an explicit height/width Apr 28 03:05:21 i think generatePage needs to be called, but it isn't Apr 28 03:05:25 flex will not work here, because i don't want it to flex.. but i don't know how to specify what i want here.. giving percentages doesn't seem to work Apr 28 03:10:28 i hate Bing Apr 28 03:12:01 minego: i can't get setup row to call either. Apr 28 03:13:58 although -- i DO need to call reset() before i can call setRows() Apr 28 03:19:31 flyweightrepeater works perfectly Apr 28 03:19:34 however Apr 28 03:19:45 (perfectly as in, setup row is called) Apr 28 03:24:57 odd.... Apr 28 03:26:41 yo Apr 28 03:26:43 it needs Apr 28 03:26:47 to have enyo-fit as a class. Apr 28 03:26:53 * fxspec06_ case closed Apr 28 03:27:11 what? Apr 28 03:27:22 class: "enyo-fit" Apr 28 03:27:30 it renders my rows when i put that in Apr 28 03:27:33 holy shit Apr 28 03:27:37 how did you figure that out? Apr 28 03:27:44 because Apr 28 03:27:47 i am a genius Apr 28 03:27:51 lol Apr 28 03:28:05 i copied the example Apr 28 03:28:10 I was hoping for a slightly more specific (and correct) answer :) Apr 28 03:28:15 I don't see that in the example... Apr 28 03:28:24 it's in the source folder Apr 28 03:28:43 lib/layout/list/examples/list.html Apr 28 03:28:52 Oh, that is a different example! Apr 28 03:28:54 That is much simpler Apr 28 03:28:59 i copied that straight and changed the setup row and it worked Apr 28 03:29:07 so i saw what was diff. the only thing diff was enyo-fit Apr 28 03:29:12 and voiala Apr 28 03:29:20 very very strange Apr 28 03:29:59 very weird Apr 28 03:30:04 Okay, well it got it to render Apr 28 03:30:25 I've got a few things to fix... but it is rendering Apr 28 03:31:36 yep me too Apr 28 03:31:44 so much nicer than rowControl too Apr 28 03:32:02 i mean, not that big of a difference. but looks nicer Apr 28 03:32:08 hey, now my toolbar is gone.... Apr 28 03:32:09 wtf Apr 28 03:33:32 oh, enyo-fit just sets left, right, top and bottom all to 0px Apr 28 03:33:38 sneaky Apr 28 03:34:56 Okay, if I remove enyo-fit and set a height then it renders Apr 28 03:35:10 I guess I need to read about FittableRows more Apr 28 03:36:53 meh. i tried setting a height earlier Apr 28 03:38:29 Where are the docs for fittables? Apr 28 03:38:52 good question. somewhere in the source i bet Apr 28 03:39:08 there's so much in the source that i don't know about Apr 28 03:53:55 oh my goodness it gives you back the correct inEvent, too Apr 28 03:54:46 my last problem before i call it a night is that i am seeing a flyweight.js error Apr 28 03:54:54 onmouseover/onmousemove Apr 28 03:54:59 I'm getting that too Apr 28 03:55:01 Uncaught TypeError: Object # has no method 'getAttribute' Apr 28 03:55:07 but I still can't get it to render without setting a height Apr 28 03:55:18 i don't think it won't render w/o a height Apr 28 03:55:19 ffffffffffffuuuuuuuuuu bing Apr 28 03:55:21 will* Apr 28 03:55:42 enyojs.com/samples/list/ renders the list without a height Apr 28 03:57:20 i see Apr 28 03:57:23 it also has fit: true Apr 28 03:57:34 which, again, there is no docs for Apr 28 03:57:36 me hungry Apr 28 03:59:28 no docs for fit? Apr 28 03:59:45 not a lot... Apr 28 04:00:33 gah, what the hell am I doing different!? grr Apr 28 04:06:30 not sure. but the mouseover error is buggin me Apr 28 04:06:48 also, List renders things differently than repeater did Apr 28 04:07:02 i.e. list items have higher zindex than repeater items Apr 28 04:07:13 I got it! Apr 28 04:07:14 i believe. i could be saying that wrong Apr 28 04:07:25 I had a slidable that was messing up the fittable Apr 28 04:07:43 * fxspec06_ still doesn't understand fittable yet Apr 28 04:08:09 fittable is really pretty easy Apr 28 04:08:28 it's close to flex. almost Apr 28 04:09:08 You just create a FittableRows or FittableColumns with a bunch of components. All but 1 should have a fixed size, and that one you set "fit": true and it grows to fill the remaining space Apr 28 04:09:26 but if you have something with a huge height (like I accidentially had) then it fucks it up Apr 28 04:09:53 but then what's with the enyo-fit Apr 28 04:09:56 hmm... it isn't resizing... that's annoying Apr 28 04:10:03 don't use enyo-fit with a fittable Apr 28 04:10:09 * fxspec06_ throws hands in air Apr 28 04:10:11 enyo-fit just makes something fill the whole window Apr 28 04:10:27 i had all the flex stuff down PAT and then they go and change it Apr 28 04:10:50 well they changed it for good reason Apr 28 04:10:58 The flex stuff won't work right cross browser Apr 28 04:11:05 The fittable stuff is not as powerful but is cross browser Apr 28 04:11:19 i suppose Apr 28 04:11:33 my fittable is not adjusting on a resize... damn Apr 28 04:11:46 stupid browsers. it's all netscape's fault Apr 28 04:12:40 lol Apr 28 04:14:39 and the mouse events problem... Apr 28 04:14:55 ok i am on that Apr 28 04:15:07 i put a log in 116 that logs the node Apr 28 04:15:22 99 times out of 100 the node is the row Apr 28 04:15:34 but like 1 time it is the document Apr 28 04:15:41 and that's causing the error Apr 28 04:15:43 so Apr 28 04:15:52 *sigh* if I get rid of my resizeHandler then the resize works... Apr 28 04:15:54 hrmm Apr 28 04:15:55 grumble Apr 28 04:16:39 if(n.name=="#"){return} or something idk Apr 28 04:18:09 Ah, I got it Apr 28 04:18:31 I didn't realize resizeHandler() was overriding a function cause I had it set as a handler... Apr 28 04:20:09 damn Apr 28 04:20:14 for the mouse error Apr 28 04:20:21 n.id is undefined Apr 28 04:20:37 for all other non-errors in that function n.id is defined Apr 28 04:21:03 so the while () isn't working properly. i bet that's a bug Apr 28 04:21:31 yep Apr 28 04:21:40 it's a bug. the while isn't working properly Apr 28 04:22:40 it's not supposed to iterate if n.id isn't equal to this.id. but according to my logs, undefined "_menu_generator" are clearly not the same. and this is followed by an error Apr 28 04:23:02 what are you on about? Apr 28 04:24:01 flyweightrepeater.js 117 Apr 28 04:24:14 well, 115 Apr 28 04:24:44 to fix the error put in ... && n.id Apr 28 04:25:01 done* Apr 28 04:25:14 maybe i should post that on the forums. Apr 28 04:26:18 You added that in flightweightrepeater.js? Apr 28 04:27:32 yep Apr 28 04:27:43 i posted on the forums too. Apr 28 04:28:02 http://forums.enyojs.com/discussion/340/enyo-2-0-beta-4#Item_4 Apr 28 04:31:15 I don't know what I changed but I'm not getting that error any more... Apr 28 04:31:19 let me know if you get an answer though Apr 28 04:31:29 that's what it changed lol Apr 28 04:31:33 it fixes the error Apr 28 04:31:59 hmm, I am getting the error in firefox Apr 28 04:32:37 o.O well then Apr 28 20:29:07 whats new around here Apr 28 21:04:20 I have the new lists working really nicely, but calling refresh() on it makes all the items disappear... Apr 28 21:04:27 Has anyone else seen that? Apr 28 21:04:52 oops, I was already logged in hehe Apr 28 21:05:02 Has anyone else seen refresh cause problems with the new lists? Apr 28 21:28:20 hey guys. you know how titanium automatically shows the box when you start typing? what's the setting in eclipse for that? Apr 28 21:31:39 nvm, i found it **** ENDING LOGGING AT Sun Apr 29 02:59:58 2012