**** BEGIN LOGGING AT Mon Mar 26 02:59:58 2012 Mar 26 03:06:21 EricBlade, found a some python and js websocket code that works on all desktop browsers and added some code to get it working on webos :D Mar 26 03:06:25 happy days Mar 26 05:03:52 PuffTheMagic: python on webos? Mar 26 05:42:43 no no Mar 26 05:43:03 my "websockets server" is a python app Mar 26 05:43:11 and the client is webos/enyo Mar 26 05:43:25 just happens that both libs are written by the same grouop Mar 26 06:59:09 i don't imagine anyone knows if there's any sort of standard way on webos, or any other platforms that we support with enyo, to obtain your external ip address? Mar 26 07:03:16 wooo http://jsonip.appspot.com/ Mar 26 16:39:28 maybe this is a stupid question, but how do I get a TextArea to increase size as text-input increases? Mar 26 16:40:52 I believe its a RichTextArea is what your looking for summatusmentis Mar 26 16:44:12 PatrickC: yep, onyx.RichText, thanks Mar 26 16:44:22 np Mar 26 16:44:29 what kind of app are you making? Mar 26 16:44:53 it's sort of a journal app, as part of a research project for a class Mar 26 16:45:06 nice Mar 26 16:45:46 someone should make an oAuth tutorial for Enyo 2.0 :) Mar 26 17:11:21 why does it need to be enyo2 specific? Mar 26 17:11:32 its the same for anything you use Mar 26 17:15:40 I found one that is for Enyo 1.0, but haven't tried it yet Mar 26 18:39:25 anyone know if there is an easy way to add/remote/set classes to enyo kinds Mar 26 18:39:32 like programetically Mar 26 18:41:51 kind.addRemoveClass(className, boolean); Mar 26 18:42:09 or kind.addClass(className); kind.removeClass(className); Mar 26 18:43:22 well, I guess it's more kind.hasNode().addRemove... Mar 26 18:43:55 ahh nice Mar 26 18:44:03 couldnt find that in the api docs Mar 26 18:44:21 yeah, you have to scour the source for that one Mar 26 18:45:49 hasNode() is not needed Mar 26 18:46:00 sweet Mar 26 19:08:26 someone should just write "oAuth for dummies" so i can understand it Mar 26 19:11:21 EricBlade: The google page on oAuth isn't too bad. I finally understood it when working through it on their toolbox Mar 26 19:12:01 sugardave: PuffTheMagic: with enyo 2.0 it's add/remove/hasClasses Mar 26 19:13:37 addRemoveClass() works too Mar 26 19:13:47 EricBlade, http://ompldr.org/vZDVyaw/Spook.png Mar 26 19:17:28 what are that Mar 26 19:17:46 its my first enyo2 app Mar 26 19:18:09 it a monitor for all the experiments running in my lab Mar 26 19:18:22 each experiment sends out status updates via websockets Mar 26 19:18:27 nice PuffTheMagic .. looks cool Mar 26 19:18:33 and the app connects to them and displays their status Mar 26 19:18:46 its still very early Mar 26 19:18:52 in its development Mar 26 19:19:11 each of those test rooms are added statically Mar 26 19:19:32 i need to use localStorage to save the setups and populate a list on startup Mar 26 19:32:38 Roy-Pre101: ah, yeah I have 1.0 on my brain atm Mar 26 19:59:06 someone should start a repo that adds wrappers for window.PalmSystem. stuff Mar 26 20:13:02 i don't think there's very much more PalmSystem stuff that many people would find commonly useful Mar 26 20:15:46 i didnt say add it to enyo. namespace Mar 26 20:15:53 more like a palm. or hpwos. Mar 26 20:32:47 hmmm, is there a global light/dark class for enyo2 stuff Mar 26 20:40:01 uh oh Mar 26 20:40:04 toomany cards Mar 26 20:40:40 hmm. how to get my control to resize itself dynamically, and notify everything else that it's inside to account for it.. Mar 26 20:41:36 derp if i tell it what -unit- the sizes are maybe that'll helop Mar 26 20:41:40 *help Mar 26 20:47:35 EricBlade, there is like client.innerHeight/innerWidth you can use i think Mar 26 20:47:47 I NEED SCRIM! Mar 26 20:55:46 i got it, i was setting the style height to "400" not "400px" Mar 26 20:57:08 ahh ya, thats annoying that there is no way to automatically handle that Mar 26 21:07:32 what does it mean to use "400" instead of "400px"? Mar 26 21:08:35 nothing Mar 26 21:08:44 but i would prefer it would default to assume px Mar 26 22:13:34 summatusmentis: css requires you specify what unit Mar 26 22:19:37 so either there are mad mem leaks in enyo2 or websocket has huge mem leaks Mar 26 22:37:38 well this is annoying Mar 27 00:51:08 hey JS experts Mar 27 00:51:21 burn the semicolons Mar 27 00:51:25 could not using var somewhere cause a memleak? Mar 27 00:55:11 or maybe JSON.parse/stringify? Mar 27 01:03:12 PuffTheMagic: post your code Mar 27 01:03:29 I've noticed JSON.parse/stringify taking lots of memory beforeā€¦ not necessarily a leak tho Mar 27 01:13:07 Tibfib_, https://github.com/RyanHope/AutobahnJS/blob/master/autobahn/autobahn.js Mar 27 01:13:18 something in there causes a memleak on the TP Mar 27 01:13:24 but not in chrome on my desktop Mar 27 01:14:33 There's a tool palm-worm that may help you Mar 27 01:24:28 i think its something native that leaking, not something on the dom Mar 27 01:24:53 mem usage of WebAppMgr is what keeps increasing Mar 27 02:59:25 WOOT! Mar 27 02:59:30 the mem leak is in enyo2! Mar 27 02:59:33 yay! **** ENDING LOGGING AT Tue Mar 27 02:59:58 2012