**** BEGIN LOGGING AT Fri Sep 14 02:59:59 2012 Sep 14 15:13:52 hi, I'm trying to access an overrode method from a custom kind with this.inherited and get this error: Sep 14 15:13:52 TypeError: args.callee._inherited is undefined; return args.callee._inherited.apply(this, newArgs || args); Sep 14 15:14:26 what I am missing? Sep 14 15:15:12 what is the inheritance chain? Sep 14 15:15:26 i.e what enyo kind are you overriding Sep 14 15:19:45 http://pastebin.com/kpxBcQvX Sep 14 15:20:10 are you sure the problem is not logging r? Sep 14 15:20:29 I'm trying to override a method from DatePicker from MachiApps Sep 14 15:22:10 i'm pretty sure you shouldn't be logging r, but i could bw wrong Sep 14 15:22:49 just removed all loggings, same error Sep 14 15:22:53 k Sep 14 15:24:11 you know, getValue is not overrideable. value is a published property i believe. that means it's a auto generated method ? (man i think i am explaining this wrong) Sep 14 15:25:27 i don't think i know what i'm talking about, actually. don't listen to me. Sep 14 15:26:01 xD Sep 14 15:27:13 wiat, that happened if you removed the log from line 10? Sep 14 15:27:26 o.O Sep 14 15:27:30 yup Sep 14 15:27:44 ok, so it's the way you are overriding then Sep 14 15:27:55 why are you calling this.inherited(arguments) in the getValue() function? Sep 14 15:28:00 you have to define a new kind that inherits datepicker Sep 14 15:28:05 THEN create a new instance of it. Sep 14 15:28:09 it should work that way. Sep 14 15:28:23 there it is, that's what your'e doing wrong Sep 14 15:33:47 ah right, my test code is wrong. Sep 14 15:36:32 * fxspec06 ahem Sep 14 19:15:14 hi Sep 14 19:24:35 is there a nice example of lists in lists somewhere ? Sep 14 19:24:49 ( e.g. how the mail app works ? ) **** ENDING LOGGING AT Sat Sep 15 02:59:59 2012