Click to See Complete Forum and Search --> : Event order


Elmoster
02-09-2003, 03:13 PM
Does anyone know how I would make a mouseover event occur before a dragleave event? or how to tell in the dragleave function if there is a mouseover even waiting to happen?


My code is as of now being written for IE only if that matters.

khalidali63
02-09-2003, 03:41 PM
The MS .net specs about DragLeave event.
"Occurs when an object is dragged out of the control's bounds."

here is the link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsControlClassDragLeaveTopic.asp

BTW
The above method query would have been well suited for a .NET forum, since this forum is JavaScript not JScript forum

:-:

cheers

Khalid

Elmoster
02-09-2003, 05:31 PM
Thanks for the link, I was trying to use javascript stuff to give a web site some drag and drop capabilities, I guess I may need to rethink my approach.

linnie
02-09-2003, 05:50 PM
Originally posted by khalidali63
...since this forum is JavaScript not JScript forum
This distinction is only appropriate in terms of browser compatibility. It is not appropriate in reference to this forum.

Lin