**** BEGIN LOGGING AT Sun Mar 25 02:59:58 2012 Mar 25 03:03:07 so this is definately a protocol issue Mar 25 03:33:20 http://mobilehtml5.org/ Mar 25 03:40:00 EricBlade, there is the new official rfc and then all sorta of pre drafts Mar 25 03:40:19 i am pretty sure webos webkit only supports the drafts Mar 25 03:41:30 i've sort of wished i had something to do with websockets, but i think.. what would I do? write a telnet client? and then display it in a browser? lol Mar 25 05:06:32 although calling PalmSystem.stageReady() does give you a nice empty page very quickly, it doesn't actually give you any time to put anything on that page while the frameworks are starting Mar 25 05:13:52 i think websockets are too immature to use Mar 25 05:14:03 sucks cause i didnt want to have to poll with http requests Mar 25 05:33:12 i know how that is. one of my ex's always used to accuse me of that. Mar 25 05:37:33 lol Mar 25 05:38:24 i supposed i could turn to my archnemesis Node and use Socket.IO Mar 25 05:38:43 or use flash :D Mar 25 06:21:26 i wrote a webos node service that does some stuff .. it was surprisingly simple, once i figured out what all the pieces were for Mar 25 14:11:19 well the thing is, if i use node, this is no longer a simple web app, it would need webos :( Mar 25 15:36:06 yay!!!!!!!!!!!! Mar 25 15:36:20 found a new python and js lib that works together Mar 25 15:45:20 wow, why does this not work on the palm browser Mar 25 15:45:26 works in firefox now Mar 25 18:07:26 wow the webkit on 3.0.5 is so old Mar 25 18:07:38 the websockets version is supports is draft version 2 Mar 25 18:07:42 :( Mar 25 18:07:50 RFC is version 18 Mar 25 18:17:29 that suprises you how? Mar 25 18:49:12 but when we get Open webOS, we'll have a webkit from january Mar 25 18:49:39 hopefully it'll run better than the existing qtwebkit browser Mar 25 19:24:32 Hi kids Mar 25 19:24:48 Is there a way to have an onyx password field? Mar 25 19:26:47 nevermind, I just figured out the attributes thing Mar 25 22:02:02 is there any way to use swf files in a webos app? Mar 26 00:17:30 * phil_bw wanders by Mar 26 00:17:41 so it'd be safe to assume that you guys know a thing or two about enyo? Mar 26 00:19:40 I think I'm making a rookie mistake here. But this won't work from an ontap event: this.$.edit_mag.applyStyle("display","none"); but does work from the create event. Other things such as an alert work from the same ontap event so I know that parts working. Mar 26 00:22:22 * phil_bw sighs Mar 26 00:22:25 this is driving me crazy Mar 26 01:01:11 upon further investigation it appears I can't even use the .hide() and .show() on an element from within a tap event. what am I doing wrong here... :( Mar 26 01:36:35 show your code for the tap event listener Mar 26 01:42:36 alright, I've figured out where the problem is, I just can't figure out why, I just made a bunch of edits, let me repost it online Mar 26 01:45:06 http://pastie.org/3669253 Mar 26 01:46:06 You see, my edit_list div has components created in it in the for loop in listChanged. Any of those divs that have the created components will not show/hide. The empty ones work just fine. Mar 26 01:49:42 Tibfib_, ya still there man? Mar 26 01:49:48 yeah, looking at it now Mar 26 01:49:55 sweet, you're my only hope Mar 26 01:50:15 if you can help I'll give you 50% of all revenue I generate off my free app :) Mar 26 01:50:31 haha Mar 26 01:52:07 for one, for the part where you create components in the loop, you will get much better performance if you make an array of hte components and create them all at once with createComponents() Mar 26 01:52:49 ok, I'll look into that Mar 26 01:53:36 I'll prive message you a link to it on the actual server if that'd help (seeing all code) Mar 26 01:57:01 folks **** ENDING LOGGING AT Mon Mar 26 02:59:58 2012