**** BEGIN LOGGING AT Fri Oct 10 02:59:59 2014 Oct 10 03:42:39 im running ubuntu (linux) and have downloaded both the enyo framework and the android sdk, but i still cant get my app to build properly. does anyone know a good wiki that can walk me through the process of setting up the build? I have consulted the enyo docs but its still not working. any suggestions? Oct 10 03:43:32 i know someone that has built successfully in win7 so I'm assuming the problem is due to my OS Oct 10 03:50:35 Hey satelite, I don’t know that anyone with loads of Cordova experiance is around. Oct 10 03:51:33 dmanderson, ok, thx anyway, ill keep trying Oct 10 14:51:08 anyone know how to get Onyx DatePickers to work without iLib? Oct 10 14:55:49 are those even designed to work w/o iLib? Oct 10 15:01:15 Oh Oct 10 15:01:16 the docs claim they work without iLib Oct 10 15:01:29 the API says that it defaults to US without iLib Oct 10 15:01:56 I know why it doesn't work, I'm just trying to figure out how to work around it Oct 10 15:03:59 actually, I think I just figured it out Oct 10 15:04:07 http://jsfiddle.net/5gyv2j0f/1/ Oct 10 15:04:10 this works Oct 10 15:04:19 so far Oct 10 15:05:19 yea, it seems like bad coding on their part Oct 10 15:05:42 They used if(iLib) Oct 10 15:05:50 to check to see if iLib was defined Oct 10 15:06:10 yeah, not exactly the smartest idea, but it probably worked at one point Oct 10 15:06:13 when instead, they should have checked to make sure that iLib was not undefined Oct 10 15:06:30 chall: It probably worked before they added that if statement Oct 10 15:06:35 XD Oct 10 15:07:04 well, what I meant was that enyo probably defined ilib automatically, at some point Oct 10 15:07:19 and just had it set to, like, false or something unless ilib was loaded Oct 10 15:07:25 nah Oct 10 15:07:33 in fact, they haven't even been using iLib that long Oct 10 15:07:42 o Oct 10 15:08:00 Needless to say, no one noticed it because no one uses onyx.DatePicker Oct 10 15:08:09 because everyone hates onyx.Picker Oct 10 15:08:12 except me, I guess Oct 10 15:08:31 yeah, they're not the best, I'll admit Oct 10 15:08:49 they get the job done, though Oct 10 15:11:13 lol yea, when they don't want to fuck up :P Oct 10 15:11:54 I remember on a previous project, I coded a Picker replacement using onyx.Menu because onyx.Picker was becoming such a problem. **** ENDING LOGGING AT Sat Oct 11 03:00:00 2014