**** BEGIN LOGGING AT Sat Jan 05 02:59:59 2013 Jan 05 13:22:41 n -r Jan 05 13:22:56 oi Jan 05 13:26:44 anyone alive? Jan 05 13:38:42 -- Jan 05 13:38:45 [14:33:10.947] enyo.Component.addComponent(): Duplicate component name "control4" in owner "master" violates unique-name-under-owner rule, replacing existing component in the hash and continuing, but this is an error condition and should be fixed. Jan 05 16:38:59 <_minego> pancake: Each component must have a unique name (or not have a name) Jan 05 17:23:28 _minego: do you have a screenshot? Jan 05 17:23:34 also, hi Jan 05 17:24:47 <_minego> summatusmentis: A screenshot of what? Jan 05 17:24:55 <_minego> also, hi Jan 05 17:32:23 <_minego> summatusmentis: Oh you mean the veer toolbar thing? I almost forgot I asked about it :) Jan 05 17:32:25 <_minego> summatusmentis: one sec Jan 05 17:34:20 <_minego> summatusmentis: http://phnx.ws/MwPBB Jan 05 17:34:27 <_minego> summatusmentis: It happens to buttons and toolbars Jan 05 17:35:21 yeah, that thing Jan 05 17:35:44 <_minego> It doesn't seem to always happen, but happens to most buttons Jan 05 17:35:48 and it _only_ happens on the veer? Jan 05 17:35:56 <_minego> I've only seen it on the veer Jan 05 17:36:20 that's weird, it kinda looks like the height of the button is overflowing the height of the container allowed it on the veer Jan 05 17:36:31 <_minego> Yeah Jan 05 17:36:45 how are you packaging? Jan 05 17:37:29 <_minego> I'm using enyo-bootplate, and then just using palm-package. Nothing special or weird. Jan 05 17:38:00 you might try http://debug.phonegap.com for remote web inspection Jan 05 17:38:12 it'll let you figure out for sure what the issue is Jan 05 17:38:35 <_minego> I forgot that phonegap has remote inspection Jan 05 17:38:43 as for a fix, if it's the height thing, you might be able to fix it with min-height css rules Jan 05 17:39:14 <_minego> I'll play with the remote inspector Jan 05 17:39:25 it's kinda slow, so be patient Jan 05 17:39:42 otherwise, it sounds like a bug Jan 05 17:39:49 <_minego> It isn't too urgent. Just kinda annoying, and since it happens to me in multiple apps I thought maybe someone else had run into it. Jan 05 17:39:55 <_minego> Yeah Jan 05 17:40:03 this is enyo2 right? Jan 05 17:40:06 <_minego> Yes Jan 05 17:40:44 I see nothing in the forums about it, I wonder if no one is writing for the veer Jan 05 17:40:54 <_minego> That wouldn't surprise me Jan 05 17:40:57 is your app open source? Jan 05 17:41:23 <_minego> yes, one of my apps is open and showing the problem Jan 05 17:41:26 <_minego> https://github.com/minego/PwdHash-HD2 Jan 05 17:41:42 <_minego> I'm seeing it in 2 other apps as well (They will be open but aren't ready to show yet) Jan 05 17:42:02 <_minego> With my pwdhash app the first screen you see has 2 buttons that have the problem Jan 05 17:42:23 <_minego> Anyway, like I said, it isn't urgent or anything. Jan 05 17:43:24 well, I just wanna see if there's anything obvious Jan 05 17:43:36 your code formatting gets all angry on github :) Jan 05 17:43:49 <_minego> huh? Jan 05 17:43:58 <_minego> Oh the github preview? Jan 05 17:44:18 <_minego> Yeah, I like tabs... Jan 05 17:44:23 <_minego> It's a sickness Jan 05 17:44:54 lol, yeah Jan 05 17:45:12 so, where specifically in pwdhash are you seeing this issue? Jan 05 17:45:38 unless I'm reading this wrong, the area under /* The main app */ only has 1 button Jan 05 17:45:38 <_minego> The "copy password" and "reset" buttons Jan 05 17:46:41 another really good remote inspector is adobe's Edge Inspect Jan 05 17:46:43 <_minego> pwdhash.js:107 and pwdhash.js:117 Jan 05 17:46:55 oh, in net.minego.pwdhash.form Jan 05 17:46:56 I see Jan 05 17:46:59 and it's snappy as well. :) Jan 05 17:47:09 <_minego> hjhart: Cool, thanks. I'll have to check it out Jan 05 17:47:33 what is "$L("Copy Password")," syntax? Jan 05 17:48:05 <_minego> The old localization stuff form enyo 1... I had meant to remove it. Jan 05 17:48:10 <_minego> I am surprised it still works actually. Jan 05 17:48:18 <_minego> This app was ported from an enyo 1 app Jan 05 17:49:26 oh, I never learned enyo1 Jan 05 17:49:45 <_minego> Really? Jan 05 17:49:52 so, in pwdhash.css you set the button class to have a height of 50px Jan 05 17:50:06 yeah, I was too busy with school to get into it, then they killed it Jan 05 17:50:10 <_minego> Ah Jan 05 17:50:53 my guess, without being able to test myself, is that it's a height issue Jan 05 17:51:16 but question: do when you see it, are you always setting a specific height for the buttons? Jan 05 17:51:26 <_minego> I bet you're right. I'll have to try one of those inspectors and see. Jan 05 17:51:27 s/do when/when/ Jan 05 17:51:38 lots of activity in here. that's awesome to see :) Jan 05 17:51:45 <_minego> I'm not 100% sure but I think so Jan 05 17:52:03 and can I ask why you're setting a specific height? Jan 05 17:52:16 <_minego> The thing that confuses me is that it only seems to happen on the veer... but, if it is caused by the height I'm setting I can tweak that or figure out what style it is conflicting with. Jan 05 17:52:28 <_minego> Because the veer has a tiny screen :) Jan 05 17:53:05 my guess is the style it's conflicting with is the built in styles for onyx.Button Jan 05 17:53:47 <_minego> Should be easy enough to track down Jan 05 17:53:49 <_minego> Thanks for the help Jan 05 17:54:28 <_minego> brb Jan 05 17:55:02 PatrickC: yeah, even at 10 pst on a saturday! Jan 05 17:55:13 for real! Jan 05 17:56:16 someone mention me real quick Jan 05 17:56:21 PatrickC: why? Jan 05 17:56:43 client still aren't set up Jan 05 17:57:10 this should fix it. one last time a mention? ;) Jan 05 17:57:32 <_minego> I'm mostly curious why it is happening on the veer but not my other devices. Jan 05 17:57:38 PatrickC: PatrickC Jan 05 17:57:44 thanks summatusmentis Jan 05 17:57:47 all good now Jan 05 17:57:51 <_minego> But I'm sure I can figure that out with an inspector Jan 05 17:58:06 _minego: my _guess_ is that the onyx stuff is doing what it thinks is right for the screen size Jan 05 17:58:07 btw - one thing that was pretty confusing to me initially was that the github onyx project links to a seemingly old version of the onyx-sampler Jan 05 17:58:27 should I fork and commit a change to actually point to: http://enyojs.com/sampler/ ? That would've been a lot more helpful for me. Jan 05 17:58:34 _minego: and I'm assuming you're not completely overriding those CSS settings Jan 05 17:59:06 <_minego> summatusmentis: No Jan 05 18:00:09 oh? Jan 05 18:00:28 <_minego> I won't be able to dig any deeper until tonight. I have to catch up on day job stuff. Jan 05 18:00:44 <_minego> summatusmentis: That css is all I'm changing. Jan 05 18:00:58 which css? yours? Jan 05 18:01:08 <_minego> yes Jan 05 18:01:34 <_minego> So it is a normal onyx button with a width and height set. Jan 05 18:01:45 that's my point, I think your css is fighting with the onyx css, and yours should take precedence, but theirs may cover more cases, and not be completely overriden by yours Jan 05 18:02:10 <_minego> I think you're right. Jan 05 18:02:10 right, but when you set the height, you may not be affecting all the internal divs that come from onyx Jan 05 18:03:17 when I was messing with button height (granted, a little bit different case), I wrote a kind derived from onyx.button, and needed rules both for .navbutton, as well as .navbutton * Jan 05 18:04:03 <_minego> Oh, I wonder if it would be that simple. Jan 05 18:05:26 I was increasing height, not decreasing it, and I'd sub-kinded onyx.Button, but it may be something like that Jan 05 18:08:03 <_minego> thanks Jan 05 18:29:03 are there any already developed 'map' components for enyo? Jan 05 18:48:26 I'm not 100% sure yet, but I think I hate MVC Jan 05 19:24:04 sugardave: what do you dislike about it compared to what Enyo does traditionally? Jan 05 19:28:48 summatusmentis: it's mainly the fact that I don't know what I'm doing yet Jan 05 19:29:16 so I'm blindly smashing keys and trying to make it work the way I think it should Jan 05 19:29:31 (which is probably wrong) Jan 05 19:29:58 plus, there was a HUGE update to the preview stuff last night, so I've had to re-write a bunch of stuff....again Jan 05 19:32:07 I'm relatively familiar with MVC, can I help? Jan 05 19:32:13 although not in the js context Jan 05 19:33:22 summatusmentis: right now I'm hung up on how to actually use a Model/Collection in my View. I think I'm just stuck on the Enyo-specifics right now. I grok MVC as a concept, so I "get it", it's the technical part I'm stuck with atm Jan 05 19:34:11 oh, this is the backbone stuff? Jan 05 19:34:14 I don't understand that Jan 05 19:35:15 summatusmentis: yeah, the Backbone extensions....blahblahblah **** ENDING LOGGING AT Sun Jan 06 02:59:59 2013