**** BEGIN LOGGING AT Sun Aug 19 03:00:02 2012 Aug 19 03:57:33 i have a list question for an expert Aug 19 03:58:28 erm. well, when you've got more than 50 items in a list, and you scroll manually, let's say from the top down.... and rowsperpage is at 50.... well, from 51 on the items just don't exist Aug 19 03:58:50 what in the world is the acquire page event doing Aug 19 03:59:00 if it's not getting it automatically? Aug 19 03:59:19 and if there's no code in place to do so, how would i go about doing so Aug 19 03:59:27 and i'll leave that one here overnight. Aug 19 04:39:10 get multiple pages? Aug 19 04:42:26 yes, pages in a list. i can get pages just fine, but A. it's not doing it automatically B. i don't know if it should (i think it should) C. i don't know when the best way to get the next page would be or how to go about detecting when Aug 19 04:55:05 oh Aug 19 05:12:56 Is this specific to an enyo component or is this a custom kind? Aug 19 15:17:56 enyo.list Aug 19 15:43:25 are you sure it isn't rowsPerScrollerPage? Aug 19 17:02:36 i'm positive Aug 19 20:13:49 * rrix wonders if there's a IconButton equivalent to ToggleButton anywhere around Aug 19 20:13:53 or if I have to make it myself Aug 19 20:26:40 funny, i was just wondering if there was a button that toggled up/down state Aug 19 20:26:47 ala enyo 1 Aug 19 21:47:51 * phil_bw wanders by Aug 19 21:53:18 hola Aug 19 21:56:17 how's it going fxspec06 ? Aug 19 21:56:39 it's goin Aug 19 21:56:53 anything new and exciting? Aug 19 21:56:59 had a great summer semester, now working on the next killer app Aug 19 21:57:13 what's the next killer app? Aug 19 21:57:44 patience, grasshopper Aug 19 21:58:48 well what's the general premise? Aug 19 21:58:54 game, productivity, etc? Aug 19 21:58:57 it's something i believe most people will want to use. that's all i'm gonna say =P Aug 19 21:59:21 I see Aug 19 21:59:22 when it's closer to ready i'll reveal Aug 19 21:59:41 building it in Enyo? Aug 19 22:00:26 but i don't want to say much yet because i've seen what happens when you announce something at point A in time, and then after point A + point X passes, by the time point B comes nobody cares or everyone is disappointed Aug 19 22:00:39 but yes, enyo Aug 19 22:00:55 H Aug 19 22:01:00 ah Aug 19 22:01:21 see, I registered taskwire.com in 2007 so at this point the anticipation is long lost :P Aug 19 22:01:27 it's extremely cool and i have high expectations. Aug 19 22:01:40 lol Aug 19 22:01:51 I was rockin' a Palm Centro when I bought taskwire.com, ironically taskwire won't even run on a Palm Centro (I tried) Aug 19 22:02:07 rrix: what would it look like Aug 19 22:02:16 oh man, a centro. i need me one of those Aug 19 22:02:23 haha Aug 19 22:02:26 i really would like some old school palm devices to do some task management Aug 19 22:02:33 oh how ironic Aug 19 22:02:41 B&W screens FTW. Aug 19 22:02:44 you probably read on twitter that my Nexus S is currently dead and I am back on the Centro while I wait for sprint to get more stock Aug 19 22:02:58 i'm not sure if i'm following you on twitter? Aug 19 22:03:08 I think you were at some point, I'm following you Aug 19 22:03:43 yeah, i'm following you. you just don't tweet a lot, so i didn't see it =P Aug 19 22:03:53 no Aug 19 22:04:04 well to you a "lot" is relative Aug 19 22:04:11 lol Aug 19 22:04:18 mine are clocked at "tweets per day" Aug 19 22:04:23 yours are "tweets per minute" Aug 19 22:04:28 maybe you do tweet a lot and then delete a lot and i don't see them lol Aug 19 22:05:03 that could be it Aug 19 22:06:05 oh man this app is like half in the transition from looking bad to looking awesome, and the looking bad parts are LOL Aug 19 22:06:25 yeah Aug 19 22:06:43 I know how that goes Aug 19 22:06:57 I tend to focus on functionality before cosmetics Aug 19 22:07:32 funny. hey you wouldn't know anything about lists, would you Aug 19 22:07:34 ya, me too, i've got enough functionality here to move forward Aug 19 22:07:54 never used an enyo list before Aug 19 22:08:07 argh. Aug 19 22:08:17 sorry dude Aug 19 22:08:30 i need like super dave or ben to the rescue Aug 19 22:08:33 i should just post on the forums Aug 19 22:08:51 the forum tends to get pretty quick responses Aug 19 22:08:56 ben seems to lurk around there Aug 19 22:09:32 #irememberwhen ben said he was gonna make a presense in IRC. then i think he realized nobody ever came in IRC. lol Aug 19 22:09:52 I talked to him on irc once Aug 19 22:10:21 sugardave doesn't come around much either. I actually talked to sugardave more in person when he was here in Portland than I ever have on IRC Aug 19 22:12:35 well h.o mayb you can answer after i write this up Aug 19 22:19:17 http://forums.enyojs.com/discussion/700/enyo-list-50-rowsperpage-items-issue Aug 19 22:21:14 I bet they respond and say Aug 19 22:21:17 use a repater Aug 19 22:21:19 repeater Aug 19 22:21:23 lmao Aug 19 22:21:33 yeah, that was my first thought before i hit post Aug 19 22:21:46 "well repeaters do that... blah blah" but i can't use a repeater Aug 19 22:21:55 In most of the list related posts I've read the answer always seem to be "use a repeater" Aug 19 22:59:54 should it be possible to use a FittableRows kind in a popup? when i do, all the components are placed in a single row Aug 19 23:03:24 glwatson: have you tried setting a defined width for the popup Aug 19 23:04:36 fxspec06: it doesnt seem to have any effect Aug 19 23:10:08 fxspec06: looking in firebug, the components in the popup are not individual div's as they normally would be with fittablerows Aug 19 23:10:59 can you post your code pastie.org or pastebin.com Aug 19 23:13:35 http://pastebin.com/RbXAsAzy Aug 19 23:14:16 (working in the playground of the showcase) Aug 19 23:20:58 you need to add a create: function(){this.inherited(arguments);} to your main kind Aug 19 23:37:59 fxspec06: ok, i will try that, thanks! to help my understanding, can i ask why is that required and what does it do? Aug 19 23:39:27 glwatson: kinds are based on other kinds which are based on other kinds, etc. Calling "this.inherited(arguments)" basically "inherits" the properties from the base kind Aug 19 23:40:19 thanks. so, that line should be added to every kind i implement? Aug 19 23:40:29 so for example if your base kind has a property of foo and your new kind which is of the type of your base kind has a property of bar you will be able to access the bar property but won't be able to access the base kind's foo property until you call this.inherited(arguments) Aug 19 23:41:56 i see, thanks very much to everyone for the help Aug 19 23:44:32 thanks phil_bw. sometimes i fall asleep at the wheel Aug 19 23:44:58 i just hope there isn't anything in the way when that happens =X Aug 19 23:45:21 I fell asleep at the keyboard just the other day :( Aug 19 23:45:40 back when I was in highschool I conveniently had my mattress on the floor next to my computer chair so when I passed out I just landed in my bed **** ENDING LOGGING AT Mon Aug 20 02:59:59 2012