**** BEGIN LOGGING AT Wed Nov 12 03:00:00 2014 Nov 12 04:25:06 anyone know how to animate a popup using a slideable? Nov 12 04:25:26 or, at least allow me to "de-slide" before a popup goes away? Nov 12 07:50:28 summatusmentis more info on slideable? Nov 12 16:01:14 dmanderson: pardon? Nov 12 16:18:38 so how did the discussion end last night ? Nov 12 16:49:22 I think you caught all of it Semanticfire_2 Nov 12 16:56:09 ok Nov 12 16:56:20 so any resolutions ? Nov 12 17:04:35 Not yet :) Nov 12 17:18:06 I need to go back and read that discussion you guys had Nov 12 17:18:24 I came back after a meeting and all of a sudden there was a wall of text and I needed to leave work <.< Nov 12 17:31:48 summatusmentis: this is old, but may give you a starting place: http://enyojs.com/gallery/#sugardave.PulloutToolbar Nov 12 17:32:36 so, it looks like our team is going to go forward w/ React :\ Nov 12 17:32:53 better than Angular, but still sad that we won't be using Enyo Nov 12 17:36:38 bummer Nov 12 17:36:56 Yup Nov 12 17:37:06 They are averse to it because it isn't well-known Nov 12 17:39:00 However, it seems like we will be looking at making mobile apps in the future, and I might be able to make a convincing argument with Enyo there Nov 12 17:46:49 I ran into an issue where I was using Amazon Login and the Amazon Widget set was inserting an iframe into and then when the Application fired up it overrote the whole taking the iframe down. I had to add a
and set the renderTarget on the app to fix it but it took me a long time to figure out what was going wrong. Nov 12 17:47:37 Do you guys think it would be more compatible with scripts if the enyo template would, by default, come with a
target to render into instead of ? Nov 12 17:54:41 nope, it makes more sense for the app to render to document.body Nov 12 17:55:29 Although, I would say that making it auto-render on creation may be a bit much Nov 12 17:56:18 Zectbumbo you can use renderOnStart:false Nov 12 17:56:25 and then target with renderInto(node) Nov 12 17:57:03 So I think that’s pretty apparent in the horrible docs Nov 12 17:57:04 :/ Nov 12 17:57:53 I kept renderOnStart as true and simply did new myapp.Application({renderTarget: 'app'}); Nov 12 17:59:10 renderOnStart wasn't the issue because the amazon widget was already inserting an iframe before the application started because of the amazon widget in