Re: [dabo-users] What am I missing?

2007-12-12 Thread Nate Lowrie
On Dec 12, 2007 1:05 PM, [EMAIL PROTECTED] wrote: In the dTextBoxMixinBase code below, why is the method recursed? super(dTextBoxMixinBase, self).flushValue() It looks like nothing ever will happen as a result of the call because _inFlush is always set to true and it simple

[dabo-users] What am I missing?

2007-12-12 Thread lalong1
In the dTextBoxMixinBase code below, why is the method recursed? super(dTextBoxMixinBase, self).flushValue() It looks like nothing ever will happen as a result of the call because _inFlush is always set to true and it simple returns when true. Since we are already in

Re: [dabo-users] What am I missing?

2007-12-12 Thread lalong1
Gotcha...thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Lowrie Sent: Wednesday, December 12, 2007 3:30 PM To: Dabo Users list Subject: Re: [dabo-users] What am I missing? On Dec 12, 2007 1:05 PM, [EMAIL PROTECTED] wrote