This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi,
This time I want to drag and drop flex container on Kony.
I used onTouchMove on Kony but why it display like on this drive's link?
https://drive.google.com/open?id=1cn__TYHUlaww1A_X_SXzD3Gc3VO51yHU
https://drive.google.com/open?id=1yrde6YzYiPCJkDG_zrvb_sv3DkVKNOkW
Label on top is X coordinate and label below is Y coordinate.
My code (onTouchMove) like this :
AS_FlexContainer_c2b1752fde1141b49f7e25d015d18d27(eventobject, x, y) {
frmMain.flxCont1.centerX = x;
frmMain.flxCont1.centerY = y;
frmMain.flxCont1.forceLayout();
}
Please correct my code if I was wrong.
Sorry before if my English is bad.
Thank you.