Skip navigation
digieyeztsl
Currently Being Moderated

Drag drop from bridge to InDesign.

Jul 7, 2011 7:12 AM

I am having problems with getting drag drop to work from bridge to InDesign. I have made an extension that reads information from ouer dam and shows it in bridge. I wont to bee able to drag a node from that data from bridge(It shows fine in bridge with thumbs) to InDesign. I have enabled:

 

 

               if(infosetName == "item" || infosetName == "all")

                {
                    infoset.cacheData.status = "good";

 

                        if(!currentNode.isContainer())
                        {
                            infoset.canBeDragSource  = true;
                            infoset.canBeDropTarget  = true;
                        }
                }

in

        dbiModel.refreshInfoset = function(infosetName)

 

And made

        dbiModel.addToDrag = function(pointerToOsDragObject)
        {
            return true;
        }
   
        dbiModel.wouldAcceptDrop = function(type, sources, osDragRef)
        {
            return false;
        }

 

And are able to drag the node but other applications dosent accept it as valid.

 

Whot am i missing?

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points