[dabo-users] afterInitAll()

2010-10-17 Thread Fraser Burns
I tried your simple code example, but couldn't get it to display the text on the form until I changed it to afterInitAll() It seemed so straightforward that I couldn't understand why we might have a timing issue at this level. Is it a typical situation with slightly older hardware or something?

[dabo-users] afterInitAll steps

2010-10-17 Thread Fraser Burns
So carrying on the pycon tutorial... I then tried the command window. Everything works as instructed except the getMouseObject() The button was created but didn't move etc I asked it to show btn and it showed: edtCode (baseclass dabo.ui.dEditor, id:-223) This doesn't look like a button object so

Re: [dabo-users] afterInitAll()

2010-10-17 Thread Sibylle Koczian
Hello, Am 17.10.2010 12:10, schrieb Fraser Burns: I tried your simple code example, but couldn't get it to display the text on the form until I changed it to afterInitAll() It seemed so straightforward that I couldn't understand why we might have a timing issue at this level. Is it a typical

[dabo-users] Tutorial: control with integer-valued Alignment property?

2010-10-17 Thread Sibylle Koczian
Hello, I'm working through the AppWizard part of the PyCon2010 tutorial. When I try to produce a QuickReport in expanded format from the application I wrote myself, following the text of the tutorial, then I get this error: s...@gespenst-xubuntu:~/bin/dabotut/recipes_aw$ ./recipes_aw.py

Re: [dabo-users] dLabel with multiline caption (was: Demo)

2010-10-17 Thread Ed Leafe
On Oct 16, 2010, at 7:55 AM, Henning Hraban Ramm wrote: In addition to the dBitmapButton demo not working correctly, the label explaining the behavior doesn't wordwrap on Windows or Mac, so there are multiple issues to address. I just found out that/how dLabel fails on OSX with multi

Re: [dabo-users] ClassDesigner

2010-10-17 Thread Ed Leafe
On Oct 16, 2010, at 7:33 PM, Paul McNett wrote: Would it be difficult to start writing out the new name but still allowing reads of the old? Yes, as it would require hacking into the code that reconstructs the class definition from the cdxml file. Since that name is deprecated and

Re: [dabo-users] afterInitAll steps

2010-10-17 Thread Ed Leafe
On Oct 17, 2010, at 6:48 AM, Fraser Burns wrote: So carrying on the pycon tutorial... I then tried the command window. Everything works as instructed except the getMouseObject() The button was created but didn't move etc I asked it to show btn and it showed: edtCode (baseclass

Re: [dabo-users] Tutorial: control with integer-valued Alignment property?

2010-10-17 Thread Paul McNett
On 10/17/10 4:00 AM, Sibylle Koczian wrote: Hello, I'm working through the AppWizard part of the PyCon2010 tutorial. When I try to produce a QuickReport in expanded format from the application I wrote myself, following the text of the tutorial, then I get this error:

Re: [dabo-users] afterInitAll()

2010-10-17 Thread Paul McNett
On 10/17/10 6:21 AM, Ed Leafe wrote: On Oct 17, 2010, at 6:10 AM, Fraser Burns wrote: I tried your simple code example, but couldn't get it to display the text on the form until I changed it to afterInitAll() It seemed so straightforward that I couldn't understand why we might have a timing

Re: [dabo-users] dLabel with multiline caption (was: Demo)

2010-10-17 Thread Henning Hraban Ramm
Am 2010-10-17 um 14:52 schrieb Ed Leafe: On Oct 16, 2010, at 7:55 AM, Henning Hraban Ramm wrote: In addition to the dBitmapButton demo not working correctly, the label explaining the behavior doesn't wordwrap on Windows or Mac, so there are multiple issues to address. I just found out

Re: [dabo-users] afterInitAll()

2010-10-17 Thread Fraser Burns
Sibylle Koczian wrote: Hello, Am 17.10.2010 12:10, schrieb Fraser Burns: I tried your simple code example, but couldn't get it to display the text on the form until I changed it to afterInitAll() It seemed so straightforward that I couldn't understand why we might have a timing issue

[dabo-users] afterInitAll()

2010-10-17 Thread Fraser Burns
I tried your simple code example, but couldn't get it to display the text on the form until I changed it to afterInitAll() It seemed so straightforward that I couldn't understand why we might have a timing issue at this level. Is it a typical situation with slightly older hardware or

[dabo-users] AppWizard

2010-10-17 Thread Fraser Burns
Running the AppWizard produces the following message in the terminal when exiting the Wizard. (python:12151): Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed So does this come under the heading of just a warning? - - Fraser Burns

Re: [dabo-users] AppWizard

2010-10-17 Thread Ed Leafe
On Oct 17, 2010, at 5:49 PM, Fraser Burns wrote: Running the AppWizard produces the following message in the terminal when exiting the Wizard. (python:12151): Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed So does this come under the heading of just a