Sponsored Content
Full Discussion: Sun Ray Mouse Scroll Wheel
Top Forums UNIX for Dummies Questions & Answers Sun Ray Mouse Scroll Wheel Post 302919027 by nite2viper on Friday 26th of September 2014 10:19:21 PM
Old 09-26-2014
Sun Ray Mouse Scroll Wheel

Have a user on a Solaris 10 sunray CDE environment her mouse wheel will not scroll up or down in windows it will paste but not scroll. Other users logged into sunray have no issues with mouse wheel. Any ideas on what the fix could be?

ThanksSmilie

---------- Post updated at 08:19 PM ---------- Previous update was at 07:29 PM ----------

I found fix

vi $HOME/.dt/sessions/current/dt.settings

change ButtonMap 1,2,3,0,0 to 1,2,3,4,5 Smilie

could also be in $HOME/.dt/sessions/home/dt.settings
This User Gave Thanks to nite2viper For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

wheel Mouse

Hi Everyone, Just a short question. I have SuSe linux 7.1 and need configure my logitech wheel mouse. My left and right mouse button works but not the wheel. Does anyone have any Ideas??? Thanks Peter (1 Reply)
Discussion started by: Peterh
1 Replies

2. UNIX for Dummies Questions & Answers

Mouse wheel...

Hello. I've got round to installing RedHat 7.1, and i have this slight problem. I'm not able to use my mouse wheel. Is this just not possible in RedHat or is there a way to configure my mouse so i can use my mouse wheel. Thank you. (1 Reply)
Discussion started by: Mr-Pixie
1 Replies

3. UNIX for Dummies Questions & Answers

How to get the mouse wheel to work without root privilege

Hi, I use a nomachine terminal to access KDE desktop(redhat linux enterprise) on a server. Is there any way to get the mouse wheel to work without root privilege ? I have a usb mouse connected to a nomachine terminal,most likely the mouse wheel problem is not the problem of nomachine, but... (1 Reply)
Discussion started by: grossgermany
1 Replies

4. Solaris

Sun Ray 3

Hi All, I going to install Sun Ray 3 and X4170 with sol 10 and VDI 3.2. I don't know how to do it because I don't have any idea on VDI and Sun Ray 3. Can all the guru here provide some info or theory on the whole idea for this kind of installation and maybe some steps. I now have 2 servers... (1 Reply)
Discussion started by: mailbox80
1 Replies

5. Solaris

Sun Ray Smart Cards

I had instructions on linking 2 smart cards to one user, Does anyone remember any website on this or have instructions I lost mine :( it was basically used for leaving one card at work and one at home so they can use both to pull up same session. (1 Reply)
Discussion started by: nite2viper
1 Replies

6. Solaris

Sun Ray Install 5.4.5 on Solaris 11.3

I had an issue installing Sun Ray Server 5.4.5 on Solaris 11.3, and was unable to find an answer. However, I was able to noodle through it and got things running. So, for the benefit of the few that might be interested, here are the issues regarding installation of Sun Ray Server 5.4.5 on... (0 Replies)
Discussion started by: apljavaman
0 Replies

7. Hardware

Sun Ray 1g thin client Software?

Hello! I acquired a Sun Ray 1g thin client and i want to connect it to my Linux machine but i m having some difficulty finding software for it (sun ray server). After some recearch i fount that the software can be downloaded from Oracle ,but only if i have support for it ,which i dont :p.Also i... (2 Replies)
Discussion started by: kotseman
2 Replies
QwtMagnifier(3) 						 Qwt User's Guide						   QwtMagnifier(3)

NAME
QwtMagnifier - QwtMagnifier provides zooming, by magnifying in steps. SYNOPSIS
#include <qwt_magnifier.h> Inherited by QwtPlotMagnifier. Public Member Functions virtual bool eventFilter (QObject *, QEvent *) void getMouseButton (int &button, int &buttonState) const void getZoomInKey (int &key, int &modifiers) const void getZoomOutKey (int &key, int &modifiers) const bool isEnabled () const double keyFactor () const double mouseFactor () const const QWidget * parentWidget () const QWidget * parentWidget () QwtMagnifier (QWidget *) void setEnabled (bool) void setKeyFactor (double) void setMouseButton (int button, int buttonState=Qt::NoButton) void setMouseFactor (double) void setWheelButtonState (int buttonState) void setWheelFactor (double) void setZoomInKey (int key, int modifiers) void setZoomOutKey (int key, int modifiers) int wheelButtonState () const double wheelFactor () const virtual ~QwtMagnifier () Protected Member Functions virtual void rescale (double factor)=0 virtual void widgetKeyPressEvent (QKeyEvent *) virtual void widgetKeyReleaseEvent (QKeyEvent *) virtual void widgetMouseMoveEvent (QMouseEvent *) virtual void widgetMousePressEvent (QMouseEvent *) virtual void widgetMouseReleaseEvent (QMouseEvent *) virtual void widgetWheelEvent (QWheelEvent *) Detailed Description QwtMagnifier provides zooming, by magnifying in steps. Using QwtMagnifier a plot can be zoomed in/out in steps using keys, the mouse wheel or moving a mouse button in vertical direction. Constructor &; Destructor Documentation QwtMagnifier::QwtMagnifier (QWidget *parent) [explicit] Constructor Parameters: parent Widget to be magnified QwtMagnifier::~QwtMagnifier () [virtual] Destructor. Member Function Documentation bool QwtMagnifier::eventFilter (QObject *o, QEvent *e) [virtual] Event filter. When isEnabled() the mouse events of the observed widget are filtered. See also: widgetMousePressEvent(), widgetMouseReleaseEvent(), widgetMouseMoveEvent(), widgetWheelEvent(), widgetKeyPressEvent() widgetKeyReleaseEvent() void QwtMagnifier::getMouseButton (int &button, int &buttonState) const See also: setMouseButton() void QwtMagnifier::getZoomInKey (int &key, int &modifiers) const See also: setZoomInKey() void QwtMagnifier::getZoomOutKey (int &key, int &modifiers) const See also: setZoomOutKey() bool QwtMagnifier::isEnabled () const Returns: true when enabled, false otherwise See also: setEnabled(), eventFilter() double QwtMagnifier::keyFactor () const Returns: Key factor See also: setKeyFactor() double QwtMagnifier::mouseFactor () const Returns: Mouse factor See also: setMouseFactor() QWidget * QwtMagnifier::parentWidget () Returns: Parent widget, where the rescaling happens const QWidget * QwtMagnifier::parentWidget () const Returns: Parent widget, where the rescaling happens virtual void QwtMagnifier::rescale (doublefactor) [protected, pure virtual] Rescale the parent widget Parameters: factor Scale factor Implemented in QwtPlotMagnifier. void QwtMagnifier::setEnabled (boolon) En/disable the magnifier. When enabled is true an event filter is installed for the observed widget, otherwise the event filter is removed. Parameters: on true or false See also: isEnabled(), eventFilter() void QwtMagnifier::setKeyFactor (doublefactor) Change the key factor. The key factor defines the ratio between the current range on the parent widget and the zoomed range for each key press of the zoom in/out keys. The default value is 0.9. Parameters: factor Key factor See also: keyFactor(), setZoomInKey(), setZoomOutKey(), setWheelFactor, setMouseFactor() void QwtMagnifier::setMouseButton (intbutton, intbuttonState = Qt::NoButton) Assign the mouse button, that is used for zooming in/out. The default value is Qt::RightButton. Parameters: button Button buttonState Button state See also: getMouseButton() void QwtMagnifier::setMouseFactor (doublefactor) Change the mouse factor. The mouse factor defines the ratio between the current range on the parent widget and the zoomed range for each vertical mouse movement. The default value is 0.95. Parameters: factor Wheel factor See also: mouseFactor(), setMouseButton(), setWheelFactor(), setKeyFactor() void QwtMagnifier::setWheelButtonState (intbuttonState) Assign a mandatory button state for zooming in/out using the wheel. The default button state is Qt::NoButton. Parameters: buttonState Button state See also: wheelButtonState() void QwtMagnifier::setWheelFactor (doublefactor) Change the wheel factor. The wheel factor defines the ratio between the current range on the parent widget and the zoomed range for each step of the wheel. The default value is 0.9. Parameters: factor Wheel factor See also: wheelFactor(), setWheelButtonState(), setMouseFactor(), setKeyFactor() void QwtMagnifier::setZoomInKey (intkey, intmodifiers) Assign the key, that is used for zooming in. The default combination is Qt::Key_Plus + Qt::NoModifier. Parameters: key modifiers See also: getZoomInKey(), setZoomOutKey() void QwtMagnifier::setZoomOutKey (intkey, intmodifiers) Assign the key, that is used for zooming out. The default combination is Qt::Key_Minus + Qt::NoModifier. Parameters: key modifiers See also: getZoomOutKey(), setZoomOutKey() int QwtMagnifier::wheelButtonState () const Returns: Wheel button state See also: setWheelButtonState() double QwtMagnifier::wheelFactor () const Returns: Wheel factor See also: setWheelFactor() void QwtMagnifier::widgetKeyPressEvent (QKeyEvent *ke) [protected, virtual] Handle a key press event for the observed widget. Parameters: ke Key event See also: eventFilter(), widgetKeyReleaseEvent() void QwtMagnifier::widgetKeyReleaseEvent (QKeyEvent *) [protected, virtual] Handle a key release event for the observed widget. Parameters: ke Key event See also: eventFilter(), widgetKeyReleaseEvent() void QwtMagnifier::widgetMouseMoveEvent (QMouseEvent *me) [protected, virtual] Handle a mouse move event for the observed widget. Parameters: me Mouse event See also: eventFilter(), widgetMousePressEvent(), widgetMouseReleaseEvent(), void QwtMagnifier::widgetMousePressEvent (QMouseEvent *me) [protected, virtual] Handle a mouse press event for the observed widget. Parameters: me Mouse event See also: eventFilter(), widgetMouseReleaseEvent(), widgetMouseMoveEvent() void QwtMagnifier::widgetMouseReleaseEvent (QMouseEvent *) [protected, virtual] Handle a mouse release event for the observed widget. See also: eventFilter(), widgetMousePressEvent(), widgetMouseMoveEvent(), void QwtMagnifier::widgetWheelEvent (QWheelEvent *we) [protected, virtual] Handle a wheel event for the observed widget. Parameters: we Wheel event See also: eventFilter() Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtMagnifier(3)
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy