**** BEGIN LOGGING AT Sun Apr 15 03:00:00 2012 Apr 15 03:43:37 did anyone check out my new app? Apr 15 05:33:27 any people knowledgeable about android app filters here? Apr 15 05:40:25 PatrickC: does that phone we were twittering about not have a real touch screen? Apr 15 13:24:17 app filters? Apr 15 13:24:18 like what Apr 15 16:46:41 * phil_bw wanders by Apr 15 20:54:20 fxspec06: are you around by any chance? Apr 15 21:25:02 I'm really stuck, and I'm not sure what to do. I can't get the Buttons in my repeater to register an ontap call. If someone wouldn't mind looking at my code and pointing me in the right direction, that'd be great. http://pastebin.com/iTWGLFrU Apr 15 21:36:58 should it be ontap or onTap ? Apr 15 21:37:03 i haven't used 2.0 Apr 15 21:38:30 I think it's ontap Apr 15 21:38:35 the examples show ontap Apr 15 21:39:50 does your other one on the other buttons work? Apr 15 21:40:13 the button defined on line 56 works fine Apr 15 21:41:14 I _think_ the issue is that each button (on line 66) is a repeater row, and that this is affecting something negatively Apr 15 21:41:27 I just don't know enough about it Apr 15 21:41:34 repeater MUST have an item Apr 15 21:41:56 it has an item... doesn't it? Apr 15 21:43:19 i only see lal button Apr 15 21:43:40 lal button? Apr 15 21:43:44 I don't follow Apr 15 21:44:09 l66 Apr 15 21:44:11 66** Apr 15 21:44:36 right... ln 66 defines a button. is a button not an item? Apr 15 21:44:36 the "onyx.button" needs to be an "enyo.Item" Apr 15 21:44:42 why? Apr 15 21:44:44 no Apr 15 21:44:45 because Apr 15 21:44:46 the repeater works Apr 15 21:44:53 it's enyo's way of knowing Apr 15 21:44:58 clicking the button doesn't Apr 15 21:45:15 yea i don't think a repeater requires any specific type of thing inside it Apr 15 21:45:19 it just repeats whatever is inside it Apr 15 21:45:20 hmm maybe it doesn't need to be an item Apr 15 21:45:29 have youtreid onclick Apr 15 21:45:40 yes Apr 15 21:45:45 onclick doesn't work either Apr 15 21:46:00 =\ Apr 15 21:46:27 but there's nothing in this code that's breaking it is there? Apr 15 21:49:01 and line 70 works properly Apr 15 21:51:04 you may need to specify args Apr 15 21:51:07 for showEntries Apr 15 21:51:09 for it to call Apr 15 21:51:39 except it calls properly on the one defined on line 70 Apr 15 21:51:49 hmm Apr 15 21:55:37 i don't think you need to be setting the row ontap in setupentries Apr 15 21:55:47 it should just work if you take that out then Apr 15 21:56:48 iti doesn't Apr 15 21:59:15 I've tried all variations I can think of Apr 15 22:06:22 out of curiosity does it still not work if you make the onyx.button an Item Apr 15 22:06:47 i can't think of anything else Apr 15 22:09:13 an enyo.Item? it's saying there's no constructor Apr 15 22:11:06 that is not good Apr 15 22:11:11 there should be a constructor Apr 15 22:12:28 even in enyo2? Apr 15 22:17:13 yep Apr 15 22:17:32 well, it's saying there isn't Apr 15 22:18:06 well Apr 15 22:18:20 mayn not Apr 15 22:18:23 grr idk Apr 15 22:18:52 erm... ok Apr 15 22:19:19 it's not in the api., so i guess not Apr 15 22:19:39 right Apr 15 22:24:31 i've never gotten a virtualrepeater to work. so maybe there's something different about it Apr 15 22:24:58 oh right but this is enyo 2. so i have then. idk man Apr 15 22:25:57 me neither, and I have no idea what's going on Apr 15 22:32:07 well, if you have some stroke of brilliance, http://forums.enyojs.com/discussion/303/buttons-as-part-of-a-repeater Apr 15 22:44:27 have you tried in a non-safari browser? **** ENDING LOGGING AT Mon Apr 16 02:59:59 2012