Ticket #1054 (new defect)

Opened 1 year ago

Last modified 1 year ago

ddemo dSlider disuses

Reported by: carl Assigned to: somebody
Priority: minor Milestone: 0.8.3
Component: ui Version:
Keywords: Cc:

Description

When I run the dSlider demo:

without Continuous Update checked:

Hit: Value=42 Hit: Value=42

before I touch the slider,

then when I move it

Hit: Value=46 Hit: Value=46 Hit: Value=46 Hit: Value=46

I get the 4 lines for each move.

now I check Continuous Update:

Hit: Value=43 Hit: Value=43 Hit: Value=44 Hit: Value=44 Hit: Value=47 Hit: Value=47 Hit: Value=51 Hit: Value=51 Hit: Value=53 Hit: Value=53 Hit: Value=53 Hit: Value=53

2 for each "generated continuously" hit and 2 more when I release the mouse.

Change History

04/19/07 17:52:06 changed by paul

Confirmed on Mac in DaboDemo? but not with running dabo/ui/uiwx/dSlider.py. Double event binding?