Posted 6 years ago by Daisuke Nakada
Version: 17.2.0664
Avatar

Hi,

When dragging something into the syntax editor, the mouse cursor always turns into the icon which indicates "dropping is available here" near the border of the text area even though the object being dragged cannot be dropped on the editor.

It occurs both on the SDI Code Editor (Inline) and on my application.

Is it possible to cancel this behivior?

I'm using Ver. 17.2.664.0

 

Thank you.

Comments (2)

Answer - Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

Thanks for letting us know about this.  We have added code for the next 2018.1 build to prevent that icon from showing in those areas.  It should only show when over the main text area.

You might be able to work around it for now by handling the SyntaxEditor.DragEnter, DragOver, etc. events and setting e.Effects to None and e.Handled to true.


Actipro Software Support

Posted 6 years ago by Daisuke Nakada
Avatar

Thank you!

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.