**** BEGIN LOGGING AT Mon Jun 25 02:59:59 2012 Jun 25 07:23:45 anyone have any thoughts on what would cause what appears to be a perfectly valid com.palm.db request to return no results, even though i can clearly see that the items that should be returned are actually in the database, using impostah? Jun 25 08:05:38 blah. capitalization matters. Jun 25 11:08:46 hiya Jun 25 16:26:56 so, heads up... we're going to be checking a lot of fixes into head on enyo/layout/onyx this week as we move towards getting out of beta Jun 25 16:27:34 next week, we'll be doing lots of testing, doc updates, etc, but hopefully not many code changes Jun 25 16:28:04 so if you want to help with testing, please try to grab the trees once we declare a "code freeze" Jun 25 16:28:24 I'm flying out today to Sunnyvale to help with the week's activities Jun 25 16:31:20 nice :) Jun 25 16:36:54 so I'm using a TranslateStrategyScroller, w/ maxHeight at 100%, and my panes being scrolled start at the top, jump to the middle while scrolling, and then end at the top again. Ideally I'd like to have the pane stretch the full way, and I feel like I'm missing something basic Jun 25 16:37:22 jsfiddle.net or it didn't happen :) Jun 25 16:37:31 I should say, when I say pane, I don't mean enyo.Panel Jun 25 16:37:39 I can't easily put the whole thing on jsfiddle Jun 25 16:38:08 I think it's an interaction between the snapscroller that rwatkins wrote, and my own lack of knowledge Jun 25 16:38:19 that's OK... what are your panes? just enyo.Scroller's? Jun 25 16:39:32 enyo.FittableRows, inside a single Scroller Jun 25 16:40:16 the FittableRows object is inside the Scroller? Jun 25 16:40:20 yes Jun 25 16:40:23 is that bad? Jun 25 16:40:33 well, it's just odd Jun 25 16:40:38 I did a bad thing, and modified the SnapScroller.js that rwatkins put in the Community Gallery to populate after an Ajax call Jun 25 16:40:57 each Fittable Rows object then contains a button, a text div, and a MapStraction kind Jun 25 16:41:03 FittableRows needs a definite height and it reacts to resize events Jun 25 16:41:27 are you setting a height on it? Jun 25 16:41:52 I've got min-height: 100%;, but that's not 'definite' Jun 25 16:42:29 try setting a height in pixels and testing to see if it changes Jun 25 16:43:26 the issue is that for fittablerows to work, it has to have something to measure to set the height of the "fit" item Jun 25 16:43:30 it does, but it does weird things to the content Jun 25 16:43:49 well, maybe you don't want fittablerows... just use a control Jun 25 16:43:58 if having everything have natural height is fine Jun 25 16:44:49 what do you mean natural height? Jun 25 16:45:18 that's the height of the content inside the html tag, what you get if you don't set a CSS height on it Jun 25 16:46:04 nope, MapStraction needs a height defined, otherwise the div gets a 0 height Jun 25 16:46:17 because it' populates the div after the div is rendered Jun 25 16:46:28 much like how our fittable rows works Jun 25 16:46:51 so, set a min-height on it but don't use fittablerows Jun 25 16:47:30 on which? the mapstraction div? Jun 25 16:49:52 yes Jun 25 16:54:12 * unwiredben logging out to prepare for trip Jun 25 19:33:20 I'm really, really confused Jun 25 19:33:31 this css thing isn't working out Jun 25 19:33:41 css is the devil Jun 25 19:33:43 I've told you all Jun 25 19:35:27 what's another option? Jun 25 19:54:18 there's not :( Jun 25 20:00:22 I do not understand why I can't just tell this div thing to be "full screen height" and make it do it Jun 25 20:01:39 height:100%; Jun 25 20:01:44 position:fixed; Jun 25 20:02:03 top:0px; Jun 25 20:02:51 nope Jun 25 20:02:54 not working Jun 25 20:26:39 position: absolute might do it Jun 25 20:26:44 also should add width Jun 25 21:04:36 have either of you used the TranslateScrollStrategy? Jun 25 21:05:21 because that's what's breaking my height stuff Jun 25 21:05:32 and it seems to be because there's a wrapper div Jun 25 21:12:16 height stuff is tricky. Gotta make sure all the parents have height: 100% as well Jun 25 21:13:02 yeah, and it's breaking on something I don't have control over Jun 25 21:13:13 I might just switch to Panels Jun 25 21:13:38 Anyone know of an open source html/js image viewer? I've seen some galleries but that's overkill. Just need a single image pinch/expand Jun 25 21:13:49 summatusmentis: What are you using now? Jun 25 21:15:10 rwatkins' SnapScroller Jun 25 21:15:47 are you using full screen pages? Jun 25 21:18:58 almost Jun 25 21:19:30 there's a toolbar at the top Jun 25 21:20:09 either way, that's panels' intended usecase Jun 25 21:20:14 I'd use it. Jun 25 21:20:28 I'd use the snap scroller for multiple items on a single page Jun 25 21:25:02 I didn't follow it Jun 25 21:25:31 I'm using rwatink's MenuPane, and in one of his Panes, I've then got a SnapScroller for a number of different items Jun 25 21:25:50 I want the SnapScroller Items to fill the full pane (below a toolbar) Jun 25 21:27:47 Panels will do that Jun 25 21:53:25 Welll, looks like there is a "ScrollingImage" kind for enyo1. Jun 25 22:50:20 I forgot how terrible testing on a device is. Enyo has spoiled me. Jun 26 02:43:40 Tibfib: switching to Panels works so much better Jun 26 02:43:43 ty Jun 26 02:43:57 anyone know how to speed up panles animation on Android? Jun 26 02:51:53 if it has an animator kind attached to it, like most things w/ animations do, you can set the speed Jun 26 02:52:02 panel.$.animator. Jun 26 02:52:07 i forget the property name Jun 26 02:52:42 duration Jun 26 02:52:46 milliseconds Jun 26 02:53:18 .$.animator.setDuration(0); that'll make it not animate. 350ms default **** ENDING LOGGING AT Tue Jun 26 02:59:58 2012