Re: [dabo-users] performance increase

2013-04-20 Thread OKB (not okblacke)
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,

Re: [dabo-users] performance increase

2013-04-20 Thread Ed Leafe
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

Re: [dabo-users] performance increase

2013-04-20 Thread Sibylle Koczian
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

Re: [dabo-users] performance increase

2013-04-18 Thread John Fabiani
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

Re: [dabo-users] performance increase

2013-04-18 Thread Paul McNett
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

[dabo-users] performance increase

2013-04-18 Thread John Fabiani
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