Skip to main content
Lion_J
Inspiring
December 5, 2009
Question

[idcs4] flexui can support drag and drop ?

  • December 5, 2009
  • 2 replies
  • 5884 views

Hello, Everyone.

I'd like to implement treeview and drag and drop function.

I know that flex doesn't support drag and drop from flex to another application.

so, Indesign's flexui can support this funtion?

If that is possible, could you let me know.

thank you

Best regared,

Lion, J

This topic has been closed for replies.

2 replies

Lion_J
Lion_JAuthor
Inspiring
January 23, 2010

Hello,

I have solved this problem.

in sdk, call drag & drop.

As a result, D & D has to be implemented.
Of course, between the two areas do not go very smoothly.

in flex, use drag & drop,

Thank you.

Inspiring
December 5, 2009

I have no experience yet with Flash, beyond writing an own SWF generator ages ago.

Anyway, you can first find out how far the AIR runtime is covered by ID's Flash container, then follow the pointers here:

http://help.adobe.com/en_US/AIR/1.1/devappshtml/WSC982AEFA-D020-41aa-8C3D-37AAEB7C132C.html

http://help.adobe.com/en_US/AIR/1.1/devappshtml/WS2B0094A2-89AF-4a26-A3A9-BABDA0F1798B.html

Dirk

Lion_J
Lion_JAuthor
Inspiring
December 8, 2009

Thank you, Dirk.

Thank you for your advice.

Lion_J
Lion_JAuthor
Inspiring
December 14, 2009

I found  flex/ui has some limitaton.

ADOBE INDESIGN CS4 SOLUTIONS

  •    You cannot drag/drop from the Flash user interface to InDesign
  • Flex widgets do not have the same conversion routines and input limiters built-in as InDesign
    widgets.
  • ScriptUI solutions can respond to only a limited number of events, and they cannot implement
    an observer on the model.

Thank you.