Hi,
sorry it took me so long to respond.

I was (am) looking for an alternative way to set the ViewCursor to the position where the DropCursor has been. If I could somehow get the coordinates or position of the DropCursor an apply that to the ViewCursor ... But I guess the DropTargetDropEvents LocationX/Y are the Cursor (Mouse Pointer) an not the DropCursor coordinates.

So there is probably no way to either insert content at the DropCursor or set the ViewCursor to the appropriate position.

Or is there somebody out there with an idea ;)

thanks and best regards
Sascha

Zbigniew Banach schrieb:
Hi Sascha,

Is there any way to set the ViewCursor to a specified position?

It's a TextCursor, so you can use gotoRange() on it, passing some other
cursor as the target position.

HTH

Zbigniew Banach

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to