**** BEGIN LOGGING AT Mon Jun 11 02:59:59 2012 Jun 11 04:28:36 Popups are not iOS (phone) ready at all. Jun 11 08:45:40 hmm.. i need to do some kind of grid-type layout .. Jun 11 08:45:45 any suggestions? Jun 11 08:51:24 aha, float: left; position: relative; Jun 11 09:22:05 grrr.. why can't i make events in enyo 2 work? Jun 11 09:31:32 hmm. and i can't make float: clear work either Jun 11 14:01:35 EricBlade: because float: clear; isn't a CSS property Jun 11 14:01:50 it's clear:left|right|both; Jun 11 14:44:12 EricBlade: I believe Plex streams, but not sure yet Jun 11 16:53:08 Did some updates to CryptoTweets tomorrow. I got the code reworked to support unencrypted text in the cryptogram so it won't encrypt URLs, hashtags, or @names Jun 11 16:53:29 still need to get a popup keyboard implemented, though Jun 11 16:53:56 I tried some experiments with hidden text fields to enter a key, but didn't like it, although I didn't try a small one-character text field Jun 11 16:54:08 maybe with some styling that could work if I could make it match the popup text Jun 11 16:54:29 but I'd prefer my own keyboard as I can easily limit the inputs and show already correct letters Jun 11 20:09:31 fxspec06: ah, that would explain it Jun 11 20:10:01 bigbluehat: it looks like it does, but there's very little mention of actually making it do it anywhere Jun 11 20:10:42 yeah...I find it a strange project/product Jun 11 20:10:48 still need to try it... Jun 11 20:11:05 #tomahawk might be a better fit Jun 11 20:11:11 it's "just" music Jun 11 20:11:19 but adds social find-a-bility ala #playdar Jun 11 20:39:20 so, just to illustrate how supremely bad I am at styling things, I finally put some content on my main webpage, using Enyo .. http://ericbla.de/ Jun 11 20:43:00 You win this round, Eric. Jun 11 20:44:55 is there a mechanism to send events laterally? Jun 11 20:45:05 rather than only up or only down the tree? Jun 11 20:47:10 summatusmentis: Not that I know off… You could waterfall off the parent, perhaps? Jun 11 20:52:28 yeah, but that's still up one level, then down again Jun 11 20:52:45 which seems stupid Jun 11 20:53:49 If it really burns you then you can pull in a microjs framework to do messaging. Jun 11 20:54:11 summatusmentis: i can't get events to send at all :( Jun 11 20:54:22 Roy-Pre1011: oh.. i didn't know there was a contest. what'd i win? and what'd i win for? lol Jun 11 20:55:14 You don't have to message the parent, you could just use its object. Kinda messy. Jun 11 20:55:23 Eric: Abuse of enyo! Jun 11 20:56:19 i don't abuse it, i treat it right Jun 11 20:56:52 I dunno… that html it output was screaming for help. :D Jun 11 20:56:53 maybe my stylings aren't so good though :| Jun 11 20:59:11 EricBlade: you're doin' it wrong Jun 11 20:59:12 hmm. did i really do that badly, or do i just need to deal with css .. Jun 11 20:59:34 doctor, can it be saved? Jun 11 20:59:44 Roy-Pre1011: doesn't it break encapsulation to deal with the parent object? Jun 11 21:03:45 Yes, somewhat. I would say you can safely assume every object will have a parent. Jun 11 21:04:07 Safely? maybe overstating it a bit. Jun 11 21:30:01 hrm... anyone know the proper syntax to send data w/ bubble? Jun 11 21:35:31 the 2nd parameter Jun 11 21:35:37 s/param/argument Jun 11 21:35:43 is the 'inevent' Jun 11 21:35:56 or 'inmessage' Jun 11 21:36:05 for waterfall, it's inmessage Jun 11 21:36:12 i think i kinda discussed this before Jun 11 21:52:24 I can't figure out how to make that work Jun 11 21:52:42 is it this.bubble("onThing", stuff);? Jun 11 21:52:53 or does stuff need to be {thing: stuff} Jun 12 02:09:24 undercase Jun 12 02:09:42 this.bubble("ontap", { stuff: stuff } ); Jun 12 02:10:15 i mean whatever you catch it as Jun 12 02:10:21 it doesn't have to be an object. Jun 12 02:16:55 so.. what's the difference between basic events in Enyo 1 vs Enyo 2? i can'ts eem to figure out how to do events in 2 **** ENDING LOGGING AT Tue Jun 12 02:59:58 2012