On 19.02.2008, at 01:49, Yuri D'Elia wrote: > In article <[EMAIL PROTECTED]>, > matthiasm <[EMAIL PROTECTED]> wrote: > >> Well, he used no mouse but a teblet with a pen and absolute >> positioning. As a result, my wonderful new widget was completely >> unusable for him. And since he deleted the older version of my >> software, he could not use my app at all (and nearly missed his >> deadline). > > I'm intrigued by that. How did you reposition the pointer in order to > break the gesture? > > The two common cases (besides these "fancy" ones) where I used warping > was for linear scrollers (like the unbounded roller) and visual > panning. > If the object being manipulated was a widget, users preferred the > mouse > to be repositioned on one end of the widget itself.
One widget worked like those force sticks in the middle of the laptop keyboard: the user clicks and holds, the mouse pointer "becomes" the stick. Now the further the user moves the mouse to the right, the faster the video would run. If the widget is on the right edge of the screen, you could not fast forward, so I repositioned the invisible pointer after each drag event, counting only the deltas. With a pen, the deltas become huge, so the video "runs away" quickly. Another solution was the roller, again with a hiden pointer. Repositioning the pointer would create thise endless rolls. The last attempt was basically a Dial, but one could rotate it by simply making circular motions with the mouse. The ide was, that you would not have to make sure that the mouse stayed inside the Dial. You only had to hit a tiny dial to start the motion and then do the gesture. Again, with a pen in absolute position mode, that does not fly well (it could be solved though). >> I stopped assuming that everyone uses a three button mouse with a >> scrollwheel. I actually bought a tiny tablet and started checking my >> apps for usability with a pen... . > > I like tablets for drawing, but not much else. > I'm using a trackball most of the times, to reduce shoulder stress, > but, > to be perfectly honest, the mouse is still the winner. Yes, some for me. This particular person draws with a pen *and* even does 3D modelling with it. Amazing. For CAD, I prefer the 16-button "puck" ;-) <http://gis.esri.com/library/userconf/proc01/professional/papers/pap894/p08943.jpg > ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

