similar to: wheel mouse

Displaying 20 results from an estimated 20000 matches similar to: "wheel mouse"

2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
This is only a minor annoyance, but mouse wheel zooming on LNT graphs is pretty broken on at least OSX. It does not work correctly on Chrome, Safari or Firefox. On Safari and Chrome the zoom is way to sensitive, on Firefox, the page scrolls while mouse wheel zooming. This appears to be a limitation of the flot graphing package we use. Does LNT’s mouse wheel zooming work better for people Linux
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
On 9 May 2014 05:47, Bob Wilson <bob.wilson at apple.com> wrote: >> I think mouse wheel zoom should be turned off, in favor of traditional double click to zoom, and zoom in/out buttons. > > Yes, please! +1
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
On 9 May 2014 11:55, Yi Kong <kongydev at gmail.com> wrote: > That's odd. Zooming works great on my machine using Chrome and Firefox on both > Windows and Linux. Works as in "it zooms", but I personally hate it zooming on mouse wheel, since it changes the behaviour of the browser depending where the cursor is, which for me is just bad design. I'd rather it worked
2005 Dec 22
1
FxTopWindow problem
I have an fxRuby GUI app that I am having problems with. I want to bring up a help window from the main window when someone selects a help/help from the help menu. I have created a helpWindow that inherits from FXDialogBox. It has an FXMenuBar, FXStatusBar, and an FXtext which gets filled with help text from a file. When the help/help menu is selected from the main window, I make a new helpWindow,
2003 Aug 05
1
A USB mouse, a scroll wheel, moused and moused_flags
In previous cases where I set up X to use a wheel mouse I told it to use moused and then had XFree do the wheel translation with the ZAxisMapping option. After looking at the FAQ again I decided to try doing the translation with moused on my new 5.1-R desktop box. So I did a ps ax | grep moused and got what I expected... /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid so as root I
2005 Dec 01
1
Can''t add text to FXCanvas
I have a ruby program that uses a FXCanvas, and I have attached a FXDCWindow to control it. It lets me draw lines, rectangles and ellipses, but not text. If I attempt to draw text, I get the following error This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. >Exit code: 3 I also get this
2010 Jun 27
5
Wine and mouse wheel tilts
I'm not happy with the way that Wine interpretes mouse wheel tilts (remaps them to scrolls) I want to change this to keyboard input. I want to do this because I use the wheel tilt to change target in World of Warcraft when I play in Windows, and I want to carry this over to Linux. I'm a bit of a n00b, but does anyone have any idea how I'd go about doing this? I know how to apply
2005 Aug 12
5
ANN: Interactive Fiction Mapper v0.5
Okay, I may have some questions about fxruby and probably the easiest way to ask them is by after I show a program. Plus I am eager to show how much fun I''ve been having... this is still not fully done to call it a v1.0 release, but it is already tons of fun. Please visit the download section of: http://rubyforge.org/projects/ifmapper/ There you will find the following: IFMapper by
2005 Dec 07
1
O.T. Wheel mouse
Slightly off topic, but wanted to ask. Is there any first source/seconds or third source application that can be used to speed up the movement of the wheel mouse? It's painfully slow compared to my "normal" usage on a windows box. Or, are there any quick hacks that can be made to speed up the wheel in the Xconfig? Snowman -------------- next part -------------- An HTML
2008 Aug 20
0
FXTable scrolling problem
Hi, I''m trying to accomplish the following task: 1) Query database for records 2) Populate FXTable with first 50 records from cursor 3) Populate more rows as the table scrolls down To accomplish this I subclassed FXTable (class Table < FXTable) and defined the initialize method as shown below: def initialize(parent) super(parent,
2011 May 07
7
Mouse wheel does not work anymore
I've upgraded mine Ubuntu distribution and mouse wheel does not work anymore (just in Wine), any suggestions?
2011 Jun 07
2
mouse scroll-wheel side-click configuration?
Still googling, no joy so far (though I'm not giving up yet). Can anyone point me to a resource that may help me figure out how to make the side-clicks of the scroll wheel on a logitech mouse do something useful? thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
2005 Sep 03
3
Re: FXRuby issues
On Sep 3, 2005, at 3:58 AM, Gonzalo Garramuno wrote: > Sorry to bother you personally, but after working with FXRuby for the > first time on a relatively medium-sized project, I collected a list of > things that seem to be broken in fxruby (or fox), and I thought it > would be good for you guys to be aware of. > Some of these things I consider them somewhat serious in term of
2006 Oct 26
0
Question about events and addInput
I am very new to FXruby so this may be a simple question (I hope). I have a ruby script I wrote to do system maintenance (backup, clean files, etc) on Windows. I wanted to add a small popup FXruby window to show what was happening and perhaps warn before rebooting, etc. Q1: I hit on the idea of having my main script start the FXruby program as a separate process and use stdout/stdin to tell the
2008 Feb 28
5
FXColorDialog slow UI update
Hi Lyle, I have noticed a very small problem with the FXColorDialog class: when changing the color with the color wheel, it takes quite a long time (until 4 seconds, sometimes less) for the other panels of the dialog to synchronize. The opposite is also true: when changing the color with the sliders, it may take sometimes until 4 seconds for the color wheel to reflect the change.
2008 Mar 27
1
EZoom and system freeze
Hi I used the enhanced zoom functionality quite often. However, recently I have run into a somewhat annoying bug (I suppose it's a bug somewhere). If I zoom out to the level of no zoom using the mouse wheel, my system sort of hangs. I can move the pointer, but there's no interaction with anything (i.e. the mouse pointer does not change) and my only option is to turn of my laptop by
2003 Jun 03
1
Wheel Mouse on FreeBSD
FreeBSD 4.8, Logitek optical mouse, /etc/XF86Config: Section "Pointer" Protocol "SysMouse" Device "/dev/mouse" Buttons 5 ZAxisMapping 4 5 EndSection ...works for Mozilla, Opera, StarOffice, but not for XFmail.....Dan. Dan Albers computing@kpfa.org (510)848-6767 x211 === Measure twice, cut once. ===
2011 Sep 21
0
flushing - stops when app window is moved
I''m trying to get an FXRuby app to keep its window in sync with the application -- in particular the progress bar freezes until the loop is done. Following instructions in the FAQ at... http://www.fox-toolkit.org/faq.html#CLIENTSERVER ... I put in an app.flush to make sure the screen stayed in sync with the actual updates. I know that is expensive, but I wanted to make sure. I also
2011 Jan 21
0
How to install the RI doc into FXRI ?
Hi T. Turtle, Did you ever get a response from this? Old Geek Son OGS ----- Original Message ----- From: Turd Turtle To: fxruby-users at rubyforge.org Sent: Saturday, August 29, 2009 6:30 PM Subject: [fxruby-users] How to install the RI doc into FXRI ? Hi, Man, this is ironic. When I typed "gem update" or something like that, so that all my gems updated, my FXRI
2008 Aug 11
0
lost scroll wheel of Intellimouse Explorer 4.0 on 7.0-STABLE
Hello, Today I updated my desktop PC from FreeBSD 7.0R to 7-STABLE. After that, the scroll wheel of my Intellimouse Explorer 4.0 (USB wired) stopped working. I searched relevant information and found kern/123224 "[ums] Scroll wheel breakage w/ USB MS Wireless Intellimouse Explorer 2.0". The symptom is quite similar. ums0: <Microsoft Microsoft IntelliMouse Explorer, class 0/0, rev