Hi all,

Sorry if this isn't the place, but I couldn't log these as faults on the
online tracker


The issues I found were all with dabodemo. I'm using an Acer laptop at
1680x1050 resolution, which could be part of the problem. Also Win XP Pro
Service Pack 3 and WinPython (Python 2.5)

(1) dDateTextBox demo doesn't display promised tooltip
(2) dSpinner-- top spinner not displayed (hidden behind intro text,
occasionally appears when switching between windows)
(3) dTreeView not responding to changes in state of its buttons

Don't know if Dabo Overview should contain some text, but for me there's
only "Dabo Demonstration" printed at the top underneath an icon that looks
like it's marking a missing image.

Best wishes,

Nick




        
        



    * This could be a problem with the server's configuration, or it could
be someone trying to impersonate the server.


    * If you have connected to this server successfully in the past, the
error may be temporary, and you can try again later.

Alexander Technique-Learning to Be Free of Pain
www.back-pain-self-help.com

Nick Mellor MA, MSTAT
Metcalfe, Victoria, Australia
(03) 5423 4292



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
> Behalf Of Paul McNett
> Sent: Tuesday, 28 October 2008 2:28 PM
> To: Dabo Users list
> Subject: Re: [dabo-users] Cxn Editor - New Connection file: Not available
in
> Gtk
> 
> Ed Leafe wrote:
> > On Oct 29, 2008, at 7:52 PM, Bob Mathias - Sysero llc Dev wrote:
> >
> >> I am still having problems with
> >>
> >> 'Add from Data Environment' and in the Select Data Connection window
> >> the
> >> New Connection File: Button is grayed out and has
> >>    'Not available in Gtk'.
> >
> >     This is a fundamental limitation of Gtk. You cannot have a modal
> > window creating another modal window.
> 
> I haven't found this to be the case:
> 
>   1 import dabo
>   2 app = dabo.dApp(MainFormClass=None)
>   3 app.setup()
>   4
>   5 class D1(dabo.ui.dDialog):
>   6   def afterInit(self):
>   7     but = dabo.ui.dButton(self, Caption="Launch",
> OnHit=self.onButtonHit)
>   8     self.Sizer.append(but)
>   9
>  10   def onButtonHit(self, evt):
>  11     d2 = dabo.ui.dDialog(self, Caption="hey")
>  12     d2.show()
>  13
>  14 d1 = D1()
>  15 d1.show()
> 
> Indeed, some early versions of my commercial app had modal dialogs at
least
> 2 deep, although I don't believe I do that anywhere anymore.
> 
> Paul
> 
> 
> 
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to