MergExt mergDataGridScroller and MouseMove
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
MergExt mergDataGridScroller and MouseMove
I have a mergDataGridScroller that behave correctly on IDE and desktop App, but NOT on mobile iOS simulator:
Each line(group) has a button that allows, using MouseMove, to drag the group (line) to a different position in the list of groups.
On mobile, after a 10 pixel drag on either direction of a group(line), the entire grid start scrolling.
Is there something I should be aware, about mergDataGridScroller?
Thanks
Trevix
Each line(group) has a button that allows, using MouseMove, to drag the group (line) to a different position in the list of groups.
On mobile, after a 10 pixel drag on either direction of a group(line), the entire grid start scrolling.
Is there something I should be aware, about mergDataGridScroller?
Thanks
Trevix
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
Re: MergExt mergDataGridScroller and MouseMove
Trevix,
Please try the following:
1) Drag quickly
2) Drag slowly
See if there is a difference in how far you get.
Please try the following:
1) Drag quickly
2) Drag slowly
See if there is a difference in how far you get.
Re: MergExt mergDataGridScroller and MouseMove
Thanks for answering.
If i drag fast the entire grid scroll.
If I drag slow, the group/line start moving but, after around 10 pixel in either direction, the entire grid start scrolling.
Any clue?
If i drag fast the entire grid scroll.
If I drag slow, the group/line start moving but, after around 10 pixel in either direction, the entire grid start scrolling.
Any clue?
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
Re: MergExt mergDataGridScroller and MouseMove
If you don't mind sending me a sample, I'm curious, so I'd like to have a look. I have messed with the code in MDGS, so I'd like to see what your sample is doing for myself, and then start playing with it to see what I can do.
Re: MergExt mergDataGridScroller and MouseMove
Sorry. Cannot share my stack and I tried to extract the grid from my stack (way to big) but I couldn't: too many dependencies...
I will keep digging and see if I find something.
I will keep digging and see if I find something.
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
Re: MergExt mergDataGridScroller and MouseMove
Did not find the reason but I solved with a
before dragging a group/line.
Code: Select all
mobileControlSet "DateScroll", "scrollingEnabled", pVisible --disable or enable
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>