**** BEGIN LOGGING AT Mon Mar 30 02:59:59 2015 Mar 30 15:09:47 Is this the best way to build a tabbed settings page : http://jsfiddle.net/mausmalone/XbCZM/4/ Mar 30 15:12:20 that's how sugardave would have you implement it Mar 30 15:13:19 probably Mar 30 15:13:22 You sound unconvinced :) Mar 30 15:13:25 but not how I would suggest it Mar 30 15:13:48 I would use an enyo.ViewController Mar 30 15:13:55 instead of enyo.Panels Mar 30 15:16:36 Doing some quick reading. The difference being that Viewcontroller won't keep everything in memory forever? Mar 30 15:17:31 Yes Mar 30 15:19:01 Not a bad idea. Thanks! Mar 30 15:19:46 yw Mar 30 15:20:11 I have written plenty of examples of this, but we would have to look through the channel logs to find where I pasted the links Mar 30 15:20:59 I had a good example using bindings, if I can find it Mar 30 15:30:39 trex005: found my example: http://jsfiddle.net/o5k8752a/7/ Mar 30 15:30:45 Thank you Mar 30 15:30:56 This was an edit of something that someone was trying to do Mar 30 15:31:05 where I added in ViewControllers Mar 30 15:31:09 to make ti work better Mar 30 15:31:29 the navbar buttons are invisible because the images that they were set to are no longer hosted by that user Mar 30 15:31:44 but you can still click them Mar 30 15:31:53 and you can read the code to see how I change the view Mar 30 15:32:35 I'll read over it. I appreciate it a bunch! Mar 30 15:32:43 yw Mar 30 15:33:05 only had to look through 3 months of logs on the log site :P Mar 30 15:34:38 http://jsfiddle.net/o5k8752a/10/ Mar 30 15:34:46 Made the buttons visible :) Mar 30 15:35:21 nice Mar 30 15:36:07 thanks for your scouring months of history :)( Mar 30 15:37:26 no problem Mar 30 15:38:12 it was mainly just a lot of *click* "n" "H" *click* "n" "H" Mar 30 18:09:51 how would I go about catching a form submit event in Enyo? Mar 30 18:10:22 I had hoped `onsubmit` would work Mar 30 18:10:26 it does not Mar 30 18:11:02 dmanderson, GodGinrai Mar 30 18:11:34 my enyo-fu is not enough Mar 30 18:22:33 ah yes, form submits Mar 30 18:22:39 I remember looking into this a long time ago XD Mar 30 18:25:04 gotta remember how it worked, tho' :P Mar 30 18:41:52 chall: Oh yes Mar 30 18:41:56 chall: Now I remember Mar 30 18:42:11 it just needs a little bit of magic code before the rest of your enyo code: http://jsfiddle.net/ndxrvdy3/ Mar 30 18:56:05 chall: does that solve your problem for you? Mar 30 19:25:21 GodGinrai, just got back from lunch. I'll give it a look now. Mar 30 19:25:31 k Mar 30 19:25:50 that's pretty much what I have Mar 30 19:25:56 chall: look at line 1 Mar 30 19:26:05 that does all the magic Mar 30 19:26:37 Once Enyo knows to trap it, it provides it to its components Mar 30 19:28:17 hmmm Mar 30 19:28:41 okay Mar 30 19:28:50 documentation on that was really confusing Mar 30 19:29:00 I'll give this a shot Mar 30 19:29:01 yes, it definitely was Mar 30 19:29:02 XD Mar 31 01:53:55 is enyojs.com crawling/not working for everyone? Mar 31 02:01:18 seems fine to me trex005 Mar 31 02:02:14 does this page load: http://enyojs.com/gallery/ ? Mar 31 02:02:44 most pages are slow for me, but that one will not load at all because http://enyojs.com/enyo-2.2.0/enyo.js is unreachable Mar 31 02:03:04 odd Mar 31 02:03:08 popped right up for me Mar 31 02:03:18 okay, well at least it's just me. Thanks! Mar 31 02:03:29 no problem Mar 31 02:05:37 being pretty slow here Mar 31 02:05:59 summatusmentis: can you reach http://enyojs.com/enyo-2.2.0/enyo.js at all? Mar 31 02:06:15 yeah, that loaded Mar 31 02:06:25 and the gallery finally loaded, but it took a while Mar 31 02:06:37 okay, thanks :) **** ENDING LOGGING AT Tue Mar 31 02:59:59 2015