main logo
Subject: Re: [dabo-dev] [DaboDemo Ticket] #1005: simpleDemo2 and 3 - "slidervalue" doesn't update till form looses focus
Author: Carl Karsten
Posted: 2007/03/31 23:58:58
 
View Entire Thread
New Search


Dabo Demo wrote:
> #1005: simpleDemo2 and 3 - "slider value" doesn't update till form looses focus
> ------------------------+---------------------------------------------------
> Reporter: anonymous | Owner: ed
> Type: defect | Status: assigned
> Priority: minor | Milestone: 1.0
> Component: demos | Version:
> Resolution: | Keywords:
> ------------------------+---------------------------------------------------
> Changes (by ed):
>
> * owner: somebody => ed
> * status: new => assigned
>
> Comment:
>
> Does the recent change to dSlider fix this?
>

Nope.

and now when I click the mouse, I get:

carl AT asus17:~/src/projects/dabodemo$ python simpleDemo2 .DOT py
'/usr/local/lib/python2.4/site-packages/dabo' not versioned, and not exported
Dabo Info Log: Sat Mar 31 23:56:22 2007: PyOpenGL not present, so dGlWindow is
not loaded.
Dabo Info Log: Sat Mar 31 23:56:22 2007: 0 database connection definition(s) loaded.
Dabo Info Log: Sat Mar 31 23:56:22 2007: User interface already set to 'wx', so
dApp didn't touch it.
Dabo Info Log: Sat Mar 31 23:56:22 2007: wxPython Version: 2.6.1.2pre wxGTK
(unicode) (gtk2)
Dabo Info Log: Sat Mar 31 23:56:22 2007: WARNING: No BasePrefKey has been set
for this application.
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dSlider.py", line
34, in _onWxHit
if self._continuous or not dabo.ui.isMouseLeftDown():
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/__init__.py", line
549, in isMouseLeftDown
return wx.GetMouseState().leftDown
AttributeError: 'module' object has no attribute 'GetMouseState'
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dSlider.py", line
34, in _onWxHit
if self._continuous or not dabo.ui.isMouseLeftDown():
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/__init__.py", line
549, in isMouseLeftDown
return wx.GetMouseState().leftDown
AttributeError: 'module' object has no attribute 'GetMouseState'
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/dSlider.py", line
34, in _onWxHit
if self._continuous or not dabo.ui.isMouseLeftDown():
File "/usr/local/lib/python2.4/site-packages/dabo/ui/uiwx/__init__.py", line
549, in isMouseLeftDown
return wx.GetMouseState().leftDown
AttributeError: 'module' object has no attribute 'GetMouseState'

Carl K


 
©2007 Carl Karsten
<-- Prior Message New Search Next Message -->