Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Drag & Drop between 2 axtiveX controls (Read 2343 times)
reneh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jan 19th, 2006
Drag & Drop between 2 axtiveX controls
Jan 19th, 2006 at 9:14am
Print Post  
I've 2 activeX controls. 1 which contains the shapes (AxtiveXcontrol1) and one where I make my diagram (ActiveXcontrol2).

On the first one I created a set of 4 boxes with the possible shapes that can be on my diagram.

I want to drag and drop 1 of those shapes from AxtiveXcontrol1 to ActiveXcontrol2 (from the shapes to the diagram section)

How do I select a box so it is "draggable" Normally when I start dragging it moves the box within the activeX control, but I want to move it outside the activeX control to the other axtiveX control?

Thanks for your reply!

Rene
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Drag & Drop between 2 axtiveX controls
Reply #1 - Jan 19th, 2006 at 9:20am
Print Post  
Hello Rene,

Look at the Palette sample - it demonstrates exactly what you need. One FlowChartX instance lists all available shapes and the other one is the drawing area where shapes can be dropped. To enables one instance to be a drag-and-drop source, set its ExtrnDragDrop property to true.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint