**** BEGIN LOGGING AT Tue Feb 28 02:59:59 2012 Feb 28 15:14:24 is there any way to add rightToLeftFlyin transition for enyo.Pane ? and maybe also a transition for the old view, not only for the just selected one Feb 28 15:48:10 burg: You might check the developer forum for that, burg. Feb 28 16:55:59 burg: i did some css transition with morf.js that works pretty well. although i think i went a little overboard :) Feb 28 17:28:22 one question. might seem dumb, but how do i create a tag other than div? with enyo1 on touchpad. tagName does not work Feb 28 17:43:00 burg: it's just "tag" now Feb 28 17:43:03 in Enyo 2 Feb 28 17:44:18 sugardave, i use enyo1, for hp touchpad Feb 28 17:44:35 well, then it'ss till tagName Feb 28 17:44:38 er Feb 28 17:44:40 nodeTag Feb 28 17:44:59 aha, thank you. i`ll try it Feb 28 18:54:49 is there any way i can scroll a virtual list at a certain element? so i will know that after refresh it will be positioned at the first element Feb 28 19:34:24 jp Feb 28 19:36:04 burg: not to a certain element, you have to keep track of the offset from the top of the list in px (I think, I suck at scrolling in code) Feb 28 19:45:27 burg: Yes, you can. Feb 28 19:45:42 Roy-Pre101, how? Feb 28 19:45:42 It's very hackish but it works surprisingly well. Feb 28 19:45:50 yay, Roy-Pre101 knows :) Feb 28 19:46:23 What you do is adjust the indices for the items so that item #0 is the one you want at the top. And the ones before have negative numbers. Feb 28 19:46:41 There's a post in the developer forum on how to do it. Feb 28 19:46:57 Basically you have an offset variable that is normally 0. Feb 28 19:47:15 And you add that to your requested items. Feb 28 19:47:25 Let me find the link. Feb 28 19:50:18 I think this was it... Feb 28 19:50:19 https://developer.palm.com/distribution/viewtopic.php?f=11&t=16227&p=83012&hilit=virtuallist+scroll+top#p83012 Feb 28 19:51:24 I think it's actually a different article but it looks to have the solution. Feb 28 20:03:51 I'll have to read that one more later since it's a different approach. Feb 28 21:18:54 thank you, i`ll check it **** ENDING LOGGING AT Wed Feb 29 02:59:58 2012