Re: [dabo-users] Sorting in the grid

2009-09-10 Thread Ricardo Aráoz
Paul McNett wrote: Ed Leafe wrote: On Sep 9, 2009, at 10:38 PM, Paul McNett wrote: Draconian that a new developer's bizobj will work as expected? It is reasonable for a developer to assume that setting KeyField would be sufficient. And we could log a message to the effect of

Re: [dabo-users] Sorting in the grid

2009-09-10 Thread Ricardo Aráoz
Ed Leafe wrote: On Sep 9, 2009, at 10:30 PM, Paul McNett wrote: I was thinking that at the time of requery, if biz.KeyField isn't present in the sql fields clause, we could add it automatically. We could, but that would be a little draconian, don't ya think? After all,

[dabo-users] Springboard EOF Error

2009-09-10 Thread shell2
Hello Everyone, I've been working with Dabo for a small application I'm developing using a linux server and a windows client. I had everything working but occasionally, maybe once every 2 weeks, my program would crash during the springboard start-up sequence. I did some serious digging and I

Re: [dabo-users] Springboard EOF Error

2009-09-10 Thread John
On Thursday 10 September 2009 05:31:13 am she...@umbc.edu wrote: I modified the Remote Connect file to write and read the server manifest as binary files and the problem appears fixed. Just wanted to let you all know. Thanks. How about posting the fix? Johnf

Re: [dabo-users] Sorting in the grid

2009-09-10 Thread Ed Leafe
On Sep 9, 2009, at 10:53 PM, Paul McNett wrote: I guess I see the difference as between the case where the developer uses a wizard, which he/she trusts to do the right thing, and when they decide to do it all themselves. They may have started with a wizard, and then modified the

Re: [dabo-users] Sorting in the grid

2009-09-10 Thread John
On Thursday 10 September 2009 07:08:29 am Ed Leafe wrote:   I think that this falls under the header of silently failing. They   broke something, but it doesn't manifest itself right away. When it   does, a question is posted, an answer is found, and the developer now   understands better how

Re: [dabo-users] Sorting in the grid

2009-09-10 Thread Paul McNett
Ed Leafe wrote: On Sep 9, 2009, at 10:53 PM, Paul McNett wrote: I guess I see the difference as between the case where the developer uses a wizard, which he/she trusts to do the right thing, and when they decide to do it all themselves. They may have started with a wizard, and then

[dabo-users] MDI configuration

2009-09-10 Thread JpoorRandP
Dabo people: I'm having trouble establishing MDI behavior in my application. Here's the main program: #!/usr/bin/env python # -*- coding: utf-8 -*- import sys import os import dabo dabo.ui.loadUI(wx) if sys.platform[:3] == win: dabo.settings.mdi=True app = dabo.dApp() # IMPORTANT!