**** BEGIN LOGGING AT Sun Mar 03 02:59:58 2013 Mar 03 03:22:40 Has anybody here launched an Enyo application onto any platform? Mar 03 03:22:56 I'm looking for a few developers who have to present an opportunity. Mar 03 04:40:15 kesne, does it have to be sucessful? Mar 03 04:40:28 ka6sox: Nope! Mar 03 04:40:52 :) **** BEGIN LOGGING AT Sun Mar 03 05:37:01 2013 Mar 03 15:55:35 fxspec06: ping kesne when he's around, he asked about deploying on mobile platforms Mar 03 20:39:39 hi guys, how do I get all of the published properties? I want to implement a function like get_published_properties() Mar 03 21:01:38 anyone? Mar 03 21:47:21 you should just be able to refere to this.$.thing.published Mar 03 21:58:25 summatusmentis: this.$ also contains things which you haven't explicitly named, is that intended? Mar 03 21:58:34 i end up having to go this.__proto__.__proto__.published Mar 03 21:58:48 wahyudinata: that looks offensive Mar 03 21:58:53 and loop the prototypical hierarchy Mar 03 21:59:12 madnificent: is there a better way? Mar 03 22:00:01 wahyudinata: if you don't mind some metaprogramming, i doubt it'd be hard with enyo-features (which isn't exactly incorporated in the main tree, i'm trying to point out to sugardave that he wants it in the main tree) Mar 03 22:01:14 wahyudinata: i'd assume there'd be a cleaner way, but i don't know it. just to be fair. if i encounter one, i'll try to remember telling you :) Mar 03 22:01:32 why not just getPublished: function() {return this.published}; ? Mar 03 22:01:56 sugardave: it doesnt return the inherited published Mar 03 22:02:14 madnificent: thank you :) Mar 03 22:02:45 wahyudinata: this.inherited(arguments) doesn't yield them? Mar 03 22:03:18 hmm, well you might want to see how it is handling setWhatever to determine if that is a published property or not Mar 03 22:03:32 madnificent: is there a generated getPublished? that only happens if it's generated right? Mar 03 22:03:53 however, gotta warn you that this may change in a big way when MVC stuff is more in the core Mar 03 22:04:19 you'll be able to set/get properties arbitrarily without needing to add them to a published block Mar 03 22:04:27 yeah i was thinking about that, I'll wait then, for now, the proto loop, works just fine Mar 03 22:04:35 set("foo", bar); for instance Mar 03 22:04:37 once mvc comes out, i'll revisit the problem Mar 03 22:04:56 when is it coming out i wonder? Mar 03 22:05:44 not sure how long it will take us to get back to proficiency with new work eq and networks and meetings, etc….but last I heard was "after 2.2 is released, we'll start merging in pieces of MVC" Mar 03 22:05:53 so just keep watching the repo Mar 03 22:07:10 will do, thanks sugardave :) Mar 03 22:07:17 sugardave: can we get a date when /you/ /hope/ to get MVC in there? Mar 03 22:07:27 I mean, you can look at it now….there's a super-simple bootplate with the right forks/branches at https://github.com/clinuz/bootplate-mvc Mar 03 22:07:57 madnificent: yesterday :P Mar 03 22:08:09 annoyingly well played **** ENDING LOGGING AT Mon Mar 04 02:59:58 2013