Re: [dabo-users] Dabo error

2009-08-17 Thread Kevin Long
Ed, I am trying to run through the tutorial on line called The Step-By-Step Guide to Dabo Programming. That is the message I get when I try to run option from the menu. Kevin Ed Leafe wrote: On Aug 14, 2009, at 3:40 PM, Kevin Long wrote: I have been trying to write an app using Dabo

[dabo-users] Event processing runtime error

2009-08-17 Thread Nate Lowrie
I am having a curious issue. I am using a dTreeView to display a bizobj output in a tree parent form. I also have a an editbox set to the same bizobj as a DataSource. I have two events set. The first is a lost focus event on the edit box, in which the Form.save method is called. The second is

Re: [dabo-users] Dabo error

2009-08-17 Thread Ed Leafe
On Aug 17, 2009, at 8:56 AM, Kevin Long wrote: I am trying to run through the tutorial on line called The Step-By- Step Guide to Dabo Programming. That is the message I get when I try to run option from the menu. I think you may have mis-typed; do you mean it happens when you try

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread Ed Leafe
On Aug 17, 2009, at 10:32 AM, Nate Lowrie wrote: I am having a curious issue. I am using a dTreeView to display a bizobj output in a tree parent form. I also have a an editbox set to the same bizobj as a DataSource. I have two events set. The first is a lost focus event on the edit box,

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread Nate Lowrie
On Mon, Aug 17, 2009 at 10:37, Ed Leafee...@leafe.com wrote:        That sounds like correct behavior to me. Something else has to get focus before a control can lose focus. I guess that makes sense. I was thinking that the event firing would go like GotFocus, LostFocus, other events on

Re: [dabo-users] Dabo error

2009-08-17 Thread Ed Leafe
On Aug 17, 2009, at 11:59 AM, Kevin Long wrote: Ubuntu 8.04 Python 2.5.2 Dell Precision T5400 16G ram, dual quad core AMD. Please read the request below. This will be the third time I have asked you for this specific information, and without it I cannot help you. Also, please

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread John
On Monday 17 August 2009 09:13:23 am Nate Lowrie wrote: On Mon, Aug 17, 2009 at 10:37, Ed Leafee...@leafe.com wrote:        That sounds like correct behavior to me. Something else has to get focus before a control can lose focus. I guess that makes sense. I was thinking that the event

Re: [dabo-users] Dabo error

2009-08-17 Thread Kevin Long
'file_revision': '5308', 'version': '0.9.2', 'revision': '~5308'} '2.8.7.1 (gtk2-unicode)' Platform: GTK Python Version: 2.5.2 on linux2 Dabo Version: Version 0.9.2; Revision ~5308 UI Version 2.8.7.1 on wxGTK (gtk2) How is that? Ed Leafe wrote: On Aug 17, 2009, at 11:59 AM, Kevin Long wrote:

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread Ed Leafe
On Aug 17, 2009, at 12:30 PM, John wrote: I don't recall what it is called but is there an order that events fire? IOW is there a list of the order. I don't know about a formal list, but the names GotFocus and LostFocus are past tense, implying that the change in focus has

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread John
On Monday 17 August 2009 09:43:21 am Ed Leafe wrote: On Aug 17, 2009, at 12:30 PM, John wrote: I don't recall what it is called but is there an order that events fire? IOW is there a list of the order. I don't know about a formal list, but the names GotFocus and LostFocus are past

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread Ed Leafe
On Aug 17, 2009, at 12:51 PM, John wrote: Yes I recall the discussion. I was hoping there might be something I could count on some order. The other day I ran across an instance where I wanted to bind two events to a click. But it became apparent that I could not count on the order

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread John
On Monday 17 August 2009 10:49:48 am Ed Leafe wrote: On Aug 17, 2009, at 12:51 PM, John wrote: Yes I recall the discussion. I was hoping there might be something I could count on some order. The other day I ran across an instance where I wanted to bind two events to a click. But it

Re: [dabo-users] Event processing runtime error

2009-08-17 Thread Paul McNett
Ed Leafe wrote: On Aug 17, 2009, at 12:30 PM, John wrote: I don't recall what it is called but is there an order that events fire? IOW is there a list of the order. I don't know about a formal list, but the names GotFocus and LostFocus are past tense, implying that the