Terry, I just posted a link to another thread for a very crude example of mixing both horizontal and separate vertical scrolling that may give you some ideas. It is crude but works. also via script a button could scroll left right to exact horizontal scrolling coordinates and then at each 'page' the table could scroll vertical. The popover part may be ignored and instead just focus on the left right and separate vertical scrolling.
Have a look. https://www.dropbox.com/s/ds1lpbhfctyvuji/NestedPopOver.livecode Thomas J McGrath III 3mcgr...@comcast.net Lazy River Software http://lazyriver.on-rev.com On Aug 19, 2012, at 2:07 AM, Terry Judd <terry.j...@unimelb.edu.au> wrote: > I have a vertically scrolling group (weekly timetable) and I like to be able > to navigate backwards and forwards a week by swiping left or right within it. > I can do this with a pair of touchstart/end scripts but unless the swipe is > very horizontal the object scrolls and no touchstart or end messages are sent. > > I've tried trapping the scrollerBeginDrag and scrollerEndDrag messages but > there doesn't seem to be a reliable way to capture the 'mouse' coordinates > within these messages so I can determine whether to count it is a horizontal > swipe. The mouseH sometimes gives sensible values within a scrollerBeginDrag > message and other times not - it never seems to return a sensible value in > the scrollerEndDrag message. > > Any ideas on a better way of tackling this? > > Terry... > > Dr Terry Judd > Senior Lecturer in Medical Education > Medical Eduction Unit > Faculty of Medicine, Dentistry & Health Sciences > The University of Melbourne > > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode