Użytkownik John Fabiani napisał:
> 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)
>    

Hi.

I'm using spinners on Windows and Linux without any issue.
Could you add event support like
     OnHit=self.some_action_here
?

-- 
Regards
Jacek Kałucki


_______________________________________________
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