473,770 Members | 2,519 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

most natural behavior on mouse wheel

This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom

Jun 6 '06 #1
7 1878
I would expect the image to come closer to me (zoom in, scroll DOWN) when I
scroll the mouse wheel towards me and zoom out when I scroll away from me
(UP)

That's my "natural" feeling

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

<to************ **@uniroma1.it> schreef in bericht
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom

Jun 6 '06 #2
RMT


I think the method you have indicated is the most natural. More than likely
the method used in PhotoShop complies with some Mac user guidelines that are
different, at least it's UI has some items in non-standard places (for a
windows application at least).

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom

Jun 6 '06 #3
RMT
When I think about it, in terms of 3D motion, I would equate "going
forwards" with coming closer to something, hence it getting larger (in
perspective) and going backwards with moving away from something. But then
I'm basically using the mouse to describe my position - if you were thinking
the other way, i.e. that the object is being pulled towards or away from
you, rather than you moving towards or away from it, then of course it's
inverted.

Perhaps the solution is to let the user decide?
"RMT" <no****@nospam. com> wrote in message
news:e6******** ***********@new s.demon.co.uk.. .


I think the method you have indicated is the most natural. More than
likely the method used in PhotoShop complies with some Mac user guidelines
that are different, at least it's UI has some items in non-standard places
(for a windows application at least).

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom


Jun 6 '06 #4
Maybe you can make it with user preferences :-) so they can use what they
like. But if your user haven't got any experience with photoshop or other
software that uses the scroll down to zoom in and scroll up to zoom out,
they'll get accustomed to your method real quick.

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"RMT" <no****@nospam. com> schreef in bericht
news:e6******** ***********@new s.demon.co.uk.. .
When I think about it, in terms of 3D motion, I would equate "going
forwards" with coming closer to something, hence it getting larger (in
perspective) and going backwards with moving away from something. But then I'm basically using the mouse to describe my position - if you were thinking the other way, i.e. that the object is being pulled towards or away from
you, rather than you moving towards or away from it, then of course it's
inverted.

Perhaps the solution is to let the user decide?
"RMT" <no****@nospam. com> wrote in message
news:e6******** ***********@new s.demon.co.uk.. .


I think the method you have indicated is the most natural. More than
likely the method used in PhotoShop complies with some Mac user guidelines that are different, at least it's UI has some items in non-standard places (for a windows application at least).

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom



Jun 7 '06 #5
Thank you for your thoughts.

Actually, if there is not a standard, it probably depends also on other
items that are on the GUI. For instance, I noticed that on my interface
I also have a numeric up down (NUD) which can control the size (besides
mousewheel). When occasionally the focus is on the NumericUpDown if the
users scroll it will change the value in the NUD. It would be
appropriate if there is consistence with the case where the focus is
not on the NUD...

-tom

Peter Proost ha scritto:
Maybe you can make it with user preferences :-) so they can use what they
like. But if your user haven't got any experience with photoshop or other
software that uses the scroll down to zoom in and scroll up to zoom out,
they'll get accustomed to your method real quick.

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"RMT" <no****@nospam. com> schreef in bericht
news:e6******** ***********@new s.demon.co.uk.. .
When I think about it, in terms of 3D motion, I would equate "going
forwards" with coming closer to something, hence it getting larger (in
perspective) and going backwards with moving away from something. But

then
I'm basically using the mouse to describe my position - if you were

thinking
the other way, i.e. that the object is being pulled towards or away from
you, rather than you moving towards or away from it, then of course it's
inverted.

Perhaps the solution is to let the user decide?
"RMT" <no****@nospam. com> wrote in message
news:e6******** ***********@new s.demon.co.uk.. .


I think the method you have indicated is the most natural. More than
likely the method used in PhotoShop complies with some Mac user guidelines that are different, at least it's UI has some items in non-standard places (for a windows application at least).

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
> This is a curious question. I'd like to know your opinion.
>
> I am attaching a drawing resize to a mouse wheel event.
>
> Frankly, to me was most natural that, if I mouse wheel UP, the shape
> gets bigger, while it gets smaller when mouse wheel DOWN.
>
> I just noticed that Photoshop does the opposite.
>
> Any though about the most natural way (or perhaps are both "natural") ?
>
> -tom
>



Jun 7 '06 #6
PJ6
Probably not a good idea to use Photoshop as a reference since it's both Mac
and Adobe; neither software set is exactly known for adhering to intuitive
or standard conventions as far as PC applications go.

Paul

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom

Jun 7 '06 #7
Yes
nevertheless, must admit. ... I wish I were the author of Photoshop
:)

PJ6 ha scritto:
Probably not a good idea to use Photoshop as a reference since it's both Mac
and Adobe; neither software set is exactly known for adhering to intuitive
or standard conventions as far as PC applications go.

Paul

<to************ **@uniroma1.it> wrote in message
news:11******** ************@u7 2g2000cwu.googl egroups.com...
This is a curious question. I'd like to know your opinion.

I am attaching a drawing resize to a mouse wheel event.

Frankly, to me was most natural that, if I mouse wheel UP, the shape
gets bigger, while it gets smaller when mouse wheel DOWN.

I just noticed that Photoshop does the opposite.

Any though about the most natural way (or perhaps are both "natural") ?

-tom


Jun 7 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6207
by: AccessWhiz | last post by:
I have been trying desperately for the past few days to figure out why the MouseWheel solution that I retrieved from the Lebans website won't work. The access database included with the solution responds to the the wheel regardless of the button. In my application I get an error message when I try to set the class. I'm hoping that I can get some help (cause I feel really stupid right now). Before we go too much further, I am using a...
5
3853
by: Ima Lostsoul | last post by:
Anyone have a simple way to disbale the wheel on a wheel mouse in Access Apps? I have tried the Lebans code and it does not work for my application.
1
3433
by: jv | last post by:
I have quite a few of continuous form and subform where I do allow scroll bars. I run into problems with the mouse wheel whenever the data on the form does not take up the whole page. In this instance, whenever a user uses the mouse wheel to scroll down, the first record disappears off the screen and they can't get it back unless they click on the Refresh button or Page Up. The mouse wheel never scroll back up to the first record. ...
6
2749
by: Susan Bricker | last post by:
Hi. Does anyone have a clue why my mouse wheel stopped working while I was working on the VB behind a form in MS/Access? I would swear that the mouse wheel was working a short time ago. I've checked that it isn't a malfunction of the mouse by going to other applications and trying the wheel. It works just fine. This is very frustrating. It's bad enough that I have a logic problem, but now my mouse is not working while trying to...
13
2310
by: James Bond | last post by:
Hello. My 80+ year old father has recently decided to get his first computer. Due to his age (and I suspect lack of playing pong as a child like I did) he lacks the manual dexterity to use a mouse well. He is frequently missing the left mouse button and hitting the right, or less often the middle (wheel) buttons. While he is very slowly getting better with practice, the frustration level is high for him as a result of this (he gets very...
13
2808
by: Nathan | last post by:
Hi, Can someone lead me to info on detecting and using the mouse button? All I can find in the MSDN docs is that you use e.Delta, but it doesn't explain in how. I tried detecting the roll of the wheel in the frm.MouseDown, but it didn't detect it. Thank for the help.
4
2733
by: ML | last post by:
I am trying to use the mouse wheel event on a numeric input box to allow the use to scroll to inc/dec the value by 1. The issue I am having is that the delta value returned seems to be off. From my understanding the delta is the number of detents the mouse has moved. The standard detent is supposedly 120 for one notch of the wheel, however when I turn the wheel 1 click I get 240. Is there someway to determine the actual detent setting...
3
3049
by: killbill123 | last post by:
Hi, I want to count the mouse wheel rotations in javascript. I searched on google and only found that how to track delta -1 and +1 base on the up mouse wheel and down mouse wheel. I want how can i correctly count the wheel rotation in one mouse wheel or how to count wheel rotation. Need help please urgently.........??
3
1878
by: West55 | last post by:
I have an Access 2003 database I developed for one of my departments. I have been using Stephen Lebans' MouseWheelOnOff system to turn off the Mouse Wheel without any issues since I developed the database. Recently my IT department replaced all the PCs and now I am having issues with the Mouse Wheel Off. If one of the radio buttons has focus, the mouse wheel works and scrolls to the next record. If one of the text boxes has focus, the mouse...
0
9592
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10058
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10004
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9870
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8886
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.