On Friday, October 29, 2010 09:21:43 am John Fabiani wrote:
> Hi,
> None of my spinners are working any longer.  I'm trying to revert to
> earlier copies of dabo without success.  Is there anything wrong with SVN?
> 
> On windows and linux SVN just hangs - no errors nothing?
> 
> As far as the spinners:
> 1. dSpinners works fine.
> 2. My spinners are on page tabs.
> 3. They worked just fine in the past.
> 
> There is nothing special I'm doing with the spinners.  Below is sample code
> of what I'm doing.
> hs = dabo.ui.dSizer('h')
> gs = dabo.ui.dGridSizer(....)
> 
>  hs.append(dabo.ui.dLabel(self, Caption = 'DNA Charge'))
>  hs.appendSpacer(3)
>   hs.append(dabo.ui.dSpinner(self, Width = 150, Max = 999.00, Min = 0.0,
>       Increment = 0.01, DataSource = 'public.escourts', DataField =
>      'special_charge'))
> gs.append(hs)
> 
> Johnf

SVN just started working????????????????

Johnf

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

Reply via email to