dacat / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

Drag and Drop using doFlexDragTo(id:String, pos:String) is not working #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the Flex project, have 2 lists (srcList, destList) where drag and 
drop enabled in source. Manually it is possible to drag and drop
2. In the flex code, the call the following api
   String destPos = flexTest.getPosition("destList");
   System.out.println("Dragging to:" + destPos);
   flexTest.dragTo("srcList", destPos);

3. There is no error in the RC Server response. Got OK.
4. But the dragging is not happening inthe application.

What is the expected output? What do you see instead?
From the srcList, the selected item should have been dragged and dropped 
to destList. But it is not happening and there are no error messages. Got 
OK as response which looks to me success. But functionality is not 
happening in the application.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by sar...@gmail.com on 10 Dec 2009 at 8:13

GoogleCodeExporter commented 9 years ago
Sorry I forgot to see the following:
What version of the product are you using? On what operating system?
I am using sfapi2.6 (Downloaded the latest one) for windows.

Original comment by sar...@gmail.com on 10 Dec 2009 at 8:15

GoogleCodeExporter commented 9 years ago
I have gotten this to work w/ boxes that have a drag bar at the top.  I used 
the id
in the drag bar (not the box) to get it to move.  I tried this on another sample
where you drag an item from one side of a selection table to another, and this 
did
not work.

Original comment by bkur...@gmail.com on 14 Dec 2009 at 9:26

GoogleCodeExporter commented 9 years ago
I am facing same problem ..With Flex monkey I am able to drag and drop  but 
while 
trying with script functionality is not happening in application . I am using 
sfapi2.6 

Original comment by siddh...@gmail.com on 27 Jan 2010 at 10:10

GoogleCodeExporter commented 9 years ago
I want to automate drag and drop in my flex application and iam  trying to use 
function doFlexDragTo.

Please can any one help me to understand how to use it 

Original comment by sushmac1...@gmail.com on 7 Jun 2013 at 3:30

GoogleCodeExporter commented 9 years ago
any update on this issue

Original comment by sushmac1...@gmail.com on 23 Aug 2013 at 4:35

GoogleCodeExporter commented 9 years ago
Can you please share your work around 

Original comment by sushmac1...@gmail.com on 5 Sep 2013 at 9:34