IIRC Qt for nokia supported gesture but it seemed not working else where. Jqt supports view port, does it help? On Nov 12, 2014 12:02 PM, "Henry Rich" <[email protected]> wrote:
> I think what Greg is saying is that he would like to swipe the screen and > have it scroll. gl2 does not have events to reports such swipes to the J > application. Perhaps it should have? > > Henry Rich > > On 11/11/2014 10:32 PM, bill lam wrote: > >> I think isigraph mouse events do not require input focus, but >> keyboard events do require strongfocus. Try override it using >> >> wd'set id focuspolicy no' >> >> (untested) >> >> >> Вт, 11 ноя 2014, Henry Rich написал(а): >> >>> dissect is implemented in J's gl2. Does gl2 need more events to indicate >>> such placeless scrolling? >>> >>> Henry Rich >>> >>> On 11/11/2014 9:27 PM, greg heil wrote: >>> >>>> Henry >>>> >>>> It does seem that your dragging method does cover that well enough. >>>>> What is lacking though is more the "placeless" scroll which is available >>>>> through extension of scrolling by mechanisms on mobile, touch pads etc. >>>>> The >>>>> ability to scroll, w/o setting focus, i do find really convenient in >>>>> browsing large documents. >>>>> >>>> >>>> greg >>>> ~krsnadas.org >>>> >>>> -- >>>> >>>> from: Henry Rich <[email protected]> >>>> to: [email protected] >>>> date: 11 November 2014 18:04 >>>> subject: Re: [Jprogramming] dissect could use a scrollbar >>>> >>>> I am waiting for user input to settle on the best way to scroll. One >>>>> thing I have considered is allowing a click in the sentence to cause the >>>>> clicked-on result to be scrolled to the center of the display. What do >>>>> you >>>>> think of that? >>>>> >>>> >>>> Henry Rich >>>> ---------------------------------------------------------------------- >>>> For information about J forums see http://www.jsoftware.com/forums.htm >>>> >>>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >>> >> >> ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
