**** BEGIN LOGGING AT Mon Sep 29 02:59:58 2014 Sep 29 03:45:56 sorry if this is slightly off topic Sep 29 03:46:07 im trying to create a kind in enyo that will tkae a url and shorten it Sep 29 03:46:15 without a webservice invovled Sep 29 05:09:28 morning Sep 29 16:02:04 sugardave: Looking at the logs from Friday... Why did you tell RoyG to use this.$.strategy instead of the strategyKind property of enyo.Scroller? Sep 29 16:04:05 sugardave: Also... Apotheklypse... I'm gonna start using that term from now on XD Sep 29 16:19:19 morning enyos Sep 29 16:35:01 good morning dmanderson Sep 29 17:00:35 GodGinrai: strategyKind just tells you what kind it is and is used to make the kind when you make a scroller, but if you want the strategy itself, I think strategyKind will only give you back the string, not the reference Sep 29 17:01:17 and, old habits die hard :P Sep 29 17:02:37 GodGinrai: yes, I claim to be the originator of "Apotheklypse", coined on the very day in our internal campfire chat Sep 29 17:05:56 sugardave: Sure, but if he just needs a value exposed in the scroller that's in ScrollMath, then he should make a special strategyKind that will expose it for him, right? Sep 29 17:06:40 yes, I told him that one, too: make your own strategy kind and your own scroller that uses it Sep 29 17:06:51 (I think I did)) Sep 29 17:07:32 ah Sep 29 22:26:21 hi Sep 30 00:57:38 hello Sep 30 00:58:26 trying to get mind wrapped around how enyo deals with layout. trying to stretch out a search bar Sep 30 00:58:27 {name:"keyword", kind: "onyx.Input", style:"width:100%",placeholder: "Search term", onchange:"inputChanged"}, Sep 30 00:58:54 absolute values work fine.do i need to use script to calculate it? Sep 30 01:47:28 does this stil work in enyo latest version {name: "thing", onMyEvent: "myEventHandler"} Sep 30 01:48:07 i can only get it to work with handlers: { onMyEvent:"myEventHandler"} Sep 30 01:48:21 i think its much cleaner to have the event in the kind tag Sep 30 01:55:18 having it in the event declaration still works, but it depends on where the event is coming from Sep 30 01:55:36 putting it in handlers is for the kind you're defining Sep 30 02:05:20 ok Sep 30 02:05:53 so is the LG tvs web os tvs ui written entirely in enyo? Sep 30 02:10:16 if i am creating a service that gets ajax what is the most elemental kind to inherit from? Control? Sep 30 02:10:20 or component? **** ENDING LOGGING AT Tue Sep 30 02:59:58 2014