Still looking for an answer to this if anyone has one. Also postedo n the Macromedia forums. Seems like it should be doable with DragDrop, but again, I'm a bit confused as to what's talking to what when using the built-in drag-drop implementation.
- Chris --- In [email protected], "qnotemedia" <[EMAIL PROTECTED]> wrote: > > I have implemented a very simplistic drag/drop with a single Tree > component (dragEnabled="true" dropEnabled="true") and would like to > keep it as simple as possible. > > But is there any way to limit items within the component that can or > can not drag or be dragged to? > > i.e. in my case, my tree will always consist of three levels (Root > Folder:Collection of folders:Collection of files), and files will only > exist in the last level. > > I want to be able to limit: > 1) Can not start dragging any item except for a file > 2) Can not drop a file to anywhere except another last-level folder > (i.e. can't drop to the root). > > Should be simple, but I'm a bit confused by the drag examples given at > the livedocs... > > - Chris > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

