**** BEGIN LOGGING AT Thu Feb 21 02:59:59 2013 Feb 21 03:03:17 nope, it was a metaprogramming issue i handled incorrectly Feb 21 04:49:05 what other libs to you use with enyo? jquery? Feb 21 09:25:45 Ugh – a little late right now, but I'm trying to figure out how to update the view after I've set the scrollTop to 0 on a scroller. Feb 21 09:26:02 hjhart: In what way? Feb 21 09:26:04 I've got an enyo.Scroller that I am wanting to scroll to the top on certain events. Feb 21 09:26:19 No animation necessary ... just want to set the Scroller to the top of the screen. Feb 21 09:26:51 and when I do something like this.$.scroller.setScrollTop(0) nothing seems to update (I found that on palm's docs, however.) Feb 21 09:28:20 I use that and it works for me. Feb 21 09:28:27 You mean the scroller doesn't move? Feb 21 09:29:34 Right - the scroller doesn't move. I'm doing it in the console and it doesn't seem to 'shift' anything - Feb 21 09:29:53 so, I'll scroll down in the window, then I'll issue that command in the console. Feb 21 09:30:05 Are you getting any errors? Feb 21 09:31:12 Nope - undefined is the result. The function exists definitely. Feb 21 09:31:41 When I do `control.$.reviewDetail.render()` it seems to send it a jolt, however. Feb 21 09:31:56 (where control is the global var I've set the enyo app to) Feb 21 09:32:44 I'm far too tired to look into this. If you're still having issues tomorrow ping me Feb 21 09:33:10 Haha – I appreciate the effort anyway. Thanks! Feb 21 16:29:01 anyone want a sneak peek to a website we built in enyojs? Feb 21 16:29:17 come to think about it, i have a couple unpublished ones laying around. Feb 21 16:29:38 (and some unfinished, but one is almost ready for prime-publishing-time, as the couple got married) Feb 21 16:31:01 i'm always up for drooling over enyo Feb 21 16:31:13 oh, and two others are mostly ready too. waiting for content, mostly. Feb 21 16:31:34 * madnificent sets up a fresh site hosting thingy on one of the servers. need to fetch sources etc, so give me a sec. Feb 21 16:31:49 no worries. i'm going to take a quick shower anyway. Feb 21 16:32:33 that's good, i don't have pam beesly installed on the server yet, so it'll take me longer than i wanted. Feb 21 16:56:35 the site might never be published for real like this, as the startup has flunked, but here is what we had built as a site so far: http://knowified.com:3080/portfolio/github Feb 21 16:57:41 swapping from portfolio to news (or anything else to news for that matter) if the fonts are loaded should give a rather cool effect. and there are a few more other gems in it. thanks to my great collegue. Feb 21 16:58:27 there seems to be a font missing for the blog Feb 21 17:04:17 hmm, font conversion, not exactly something i know much about Feb 21 17:07:09 madnificent: hey man!! long time no see! Feb 21 17:08:52 hey PatrickC|Away !!!! Feb 21 17:09:15 brb, need to reboot to windows for a second, be right back :) Feb 21 17:09:17 been far too long Feb 21 17:09:29 i tend to have little time Feb 21 17:11:26 up to about 30 minutes ago, i was stuck as i couldn't get data from an external party. i just received the go to let me create a new user on their big database. so next up: writing a RESTful interface to that database. from there on, i should be able to build a RESTful interface and start syncing data \o/ Feb 21 17:11:37 probably a job of a week or so, but it's the best i can do. Feb 21 17:12:07 we have been doing some enyojs stuff though (and lisp stuff, which is awesome too, and the combination, which is theawesomesteresting thing to do do). Feb 21 17:12:10 what have you been up to? Feb 21 17:16:04 ok back Feb 21 17:16:50 madnificent: i actually joined an Android development team lol.. that team i said i would never touch Feb 21 17:18:41 i'm more interested in what ubuntu will do right now. not that i think it'll become as big as android, but i don't fully believe in their architecture and i don't trust the company (and i find it amazing how little progress they make) Feb 21 17:18:57 ^ progress vs the amount of devs that seem to be working on it. Feb 21 17:19:03 not that i'd mind building apps for it Feb 21 17:19:19 lol Feb 21 17:19:33 font issue of example site fixed <3 FontForge Feb 21 17:20:07 nice :) Feb 21 17:20:09 i like dafont Feb 21 17:20:16 i've gotten into graphic design too lol Feb 21 17:21:28 * madnificent was forced Feb 21 17:21:39 but it's all enyo! Feb 21 17:21:52 nice! :) Feb 21 17:23:07 and it uses Goo, or at least, bits of it. Feb 21 17:23:41 Goo? Feb 21 17:26:05 enyo sites can't easily get indexed, and basing your website on data which is available in a database isn't the simplest either (as in, you need to either fetch and instantiate in the enyo world, or you need to generate enyo code), so we built something that allows to build the structure of a website in a clicky clicky fashion, and implement the backend in lisp to fill in the necessary contents. Feb 21 17:26:33 it needs some polishing, but i'm still fairly content with how it's turning out so far. Feb 21 17:32:27 nice madnificent Feb 21 17:32:34 sorry, trying to get some junk in windows installed lol Feb 21 17:56:45 ugh highcharts is getting frustrating. :( Feb 21 18:40:38 brb, d/cing for phone call Feb 21 18:46:57 summatusmentis: this.$ is generally available in create, as long as the inherited create is run first. I think it is technically there after initComponents runs Feb 21 18:49:32 what sugardave says. i hopped through the code yesterday, after create, you have $, before, you don't. **** ENDING LOGGING AT Fri Feb 22 02:59:58 2013