**** BEGIN LOGGING AT Wed Jan 23 02:59:59 2013 Jan 23 06:28:23 hey all, just integrated my enyo app into phonegap. all javascript includes seem to be working well... Jan 23 06:28:43 the styling is all off though - i think the less styling may not be integrating properly... is this a common problem? Jan 23 06:34:16 hjhart, wait for an answer...late for most of the devs... Jan 23 09:54:47 hi Jan 23 09:54:59 i have a way to reproduce the bug i found the other day.. Jan 23 09:55:05 can someone help me to identify the problem? Jan 23 11:08:32 hello? Jan 23 21:00:13 hey guys, how do I make a Picker that has values that get selected when you pick it, but the values and the displayed text are not the same Jan 23 21:00:14 ? Jan 23 21:02:31 for example Jan 23 21:02:49 if I have a Picker w/ Jan, Mar, and Dec Jan 23 21:03:17 I want it to send 1, 3, and 12 when selected Jan 23 21:06:55 enyo doesn't send values when you pick it, it sends instances Jan 23 21:07:08 so when you declare you can add any property inline Jan 23 21:07:20 and access that by inSender.property Jan 23 21:07:26 or inEvent.originator.property Jan 23 21:07:38 so you oculd do like: Jan 23 21:08:18 {kind: 'onyx.Picker', components: [ {content: 'Jan', month: 1}, {content: 'Feb', month: 2}, etc ]} Jan 23 21:08:46 vaguely. but for what you want it sounds like you'd just need the index of the selected Jan 23 21:09:04 oh, awesome, thanks :) Jan 23 21:09:16 nah, months was an easy example Jan 23 21:09:32 lol Jan 23 21:09:40 That's why I chose to not use consecutive months, to show I couldn't use the index Jan 23 21:10:43 oh yeah to finish, then you'd do inSender.month, or inEvent.originator.month.. sometimes it's finnicky but you can log what's returned in chrome and you'd be able to see the object tree Jan 23 21:11:14 yea, I check this stuff using Firebug :) Jan 23 21:11:17 i remember when they changed how pickers work from beta to non-beta and it broke like everything Jan 23 21:12:29 lol Jan 23 21:28:21 ok, on my Picker when I click an option, ALL other options are turning into that option Jan 23 21:28:26 any idea why? Jan 23 21:44:26 Phone calls :( Jan 23 22:51:13 back Jan 23 23:22:59 * phil_bw wanders by **** ENDING LOGGING AT Thu Jan 24 02:59:58 2013