vote up 0 vote down star
1

Is it possible to enable users to drag and drop a Table from the Visual Studio Server Explorer onto my own DSL Diagram?

I can drop custom Domain Classes I have created but want to make use of the build in funcationality.

I am working in Visual Studio 2010.

flag

77% accept rate

1 Answer

vote up 0 vote down

I suppose you could override the CreateDiagramView method in your DocView class, and call CreateDiagramView to get to the diagram. From there, you could listen to the DragDrop event. If you can understand what was dropped on you, you could do something with it.

Note: I haven't tested any of this - just happened to have a DSL open and played a bit.

link|flag
It is something to go on... I will update the results here. Thanks for your time – Phill Duffy Jul 24 at 17:03
I tried it briefly, didn't work. Tried attaching the events to the Control returned from the base.Windows property - hasn't worked yet. – John Saunders Jul 24 at 17:33
I have created a partial class with the diagram class and overridden the drag drop, I am getting there but not all the way - ActiveWriter is a fantastic open source example of it in action - I am trying to learn from it – Phill Duffy Jul 27 at 7:06
Thanks. Hadn't heard of that one. Try NORMA (ormfoundation.org/files/folders/…) also. Sources are up on SourceForge. Very, very sophisticated use of DSL Toolkit. And to really blow your mind about the toolkit, see codeplex.com/servicefactory, which is able to tie three separate DSLs together. – John Saunders Jul 27 at 11:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.