Ed Leafe wrote:
> On Apr 20, 2013, at 7:01 AM, Sibylle Koczian
> wrote:
>
>> I suppose I got this from some example code, but I don't remember
>> where. At all events: what's the class "self" refers to?
>> dCheckList? dPanel? Something else? If I try to solve such
>> questions from the .cdxml,
On Apr 20, 2013, at 7:01 AM, Sibylle Koczian
wrote:
> I suppose I got this from some example code, but I don't remember where. At
> all events: what's the class "self" refers to? dCheckList? dPanel? Something
> else? If I try to solve such questions from the .cdxml, what should I search
> for
Hello,
Am 18.04.2013 16:11, schrieb John Fabiani:
I had to make several small changes [self.super() to super(cls,self)]
I've got a problem with this change: I suppose the "cls" in
"super(cls,self)" is a placeholder for the actual class? It's easy to
replace this, if the class is created in
On 04/18/2013 03:36 PM, Paul McNett wrote:
On 4/18/13 7:11 AM, John Fabiani wrote:
I have started moving my code to Dabo 0.9.9 and discovered a very pleasant
performance increase. Not to look a gift horse in the mouth but where is this
coming
from? I know it is not the access to the data beca
On 4/18/13 7:11 AM, John Fabiani wrote:
> I have started moving my code to Dabo 0.9.9 and discovered a very pleasant
> performance increase. Not to look a gift horse in the mouth but where is
> this coming
> from? I know it is not the access to the data because the logs have very
> similar
> re
Hi,
I have started moving my code to Dabo 0.9.9 and discovered a very
pleasant performance increase. Not to look a gift horse in the mouth
but where is this coming from? I know it is not the access to the data
because the logs have very similar return times. So it is in the Dabo code.
I h