Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'mouse': 0.07; 'overridden': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.10; 'count.': 0.16; 'wxpython': 0.16; 'settings': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'driver': 0.17; 'url:article': 0.17; 'cc:2**0': 0.23; 'monday,': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'options': 0.27; 'fine': 0.28; 'maybe': 0.29; 'resolution': 0.30; 'url:home': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'july': 0.60; 'jul': 0.65; 'believe': 0.69; 'counts': 0.81; 'wheel': 0.84; 'dennis': 0.91 Newsgroups: comp.lang.python Date: Tue, 3 Jul 2012 05:49:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.205.52.2; posting-account=_dIAQQoAAAB7Yieol6fmkK_HviJUbJt3 References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 65.205.52.2 MIME-Version: 1.0 Subject: Re: WxSlider Mouse Wheel Resolution From: Wanderer To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341319778 news.xs4all.nl 6853 [2001:888:2000:d::a6]:33364 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24817 On Monday, July 2, 2012 6:53:36 PM UTC-4, Dennis Lee Bieber wrote: > On Mon, 2 Jul 2012 08:45:49 -0700 (PDT), Wanderer > declaimed the following in > gmane.comp.python.general: > > > Is there a way to set the mouse wheel resolution for the wxPython > > wx.Slider? I would like to use the graphic slider for coarse control > > and the mouse wheel for fine control. Right now the mouse wheel makes > > the slider jump ten counts and I would like it to be a single count. > > > Isn't that a condition of the OS Mouse driver? > > My LogiTech driver (WinXP) has "scroller: 1, 3, 6 lines" > > -- > Wulfraed Dennis Lee Bieber AF6VN > wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/ Maybe there are some system settings but I believe they can be overridden by the application. Check out the Firefox options for the mouse wheel. http://www.pcworld.com/article/163639/change_the_speed_of_mousewheel_scrolling_in_firefox.html