Page 1 of 1

Dragging and dropping elements from one frame to another

PostPosted: Thu Mar 16, 2017 2:39 pm
by KBrunk
Hello.

Sorry if I'm posting this question on the wrong thread, but here goes:

I have a situation where i need to drag an element from one frame and drop it to another frame.

I don't know how to proceed with this type of scenario and need some insight.

Kindly help me out.

Thanks

Re: Dragging and dropping elements from one frame to another

PostPosted: Fri Mar 17, 2017 1:34 pm
by eValid
KBrunk wrote:Hello.

Sorry if I'm posting this question on the wrong thread, but here goes:

I have a situation where i need to drag an element from one frame and drop it to another frame.

I don't know how to proceed with this type of scenario and need some insight.

Kindly help me out.

Thanks


Thanks for posting KBrunk.

Actually, eValid can do this but it is not a "pure" DOM-based (browser-internal) solution.

The reason for this is, that drag/drop is a windows desktop function because it needs to know screen addresses for the copy from and the copy to locations.

So in eValid you have to do this in Application Mode:

http://e-valid.com/Products/Documentati ... .mode.html

This is the only way you can assure that the from/to addresses are consistent, and the proviso is that you have to agree NOT to move the windows around...

-- eValid Support