I'd like to echo what Jeff said - and add that drag and drop functionality is an awesome _highly contextual_ feature. Are you dragging and dropping data? .or are you moving objects around? The mix of data and UI movement can make for some interesting challenges - especially if the context doesn't expose native support for drag and drop. However! There is good news - with a little elbow grease you can add drag and drop functionality for just about any UIComponent.
http://www.quilix.com/node/3 So - can you add some sweet drag and drop capability into Flex book (bows to Ely)?? Of course - but it will require you (the developer) to programmatically bridge any gaps that Flex can't handle natively. Rick Winscot From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffry Houser Sent: Friday, March 28, 2008 9:07 PM To: [email protected] Subject: Re: [flexcoders] Re: Ely's FlexBook - drag and drop A Canvas is a container. I wouldn't have expected it to allow for items to be dropped into it. slee_usa wrote: > > > For the simplicity, for now my page is just Canvas. Maybe, if it > works, I'll add photobox to hold the photo dropped into this box. > > Thanks! > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com>, > Jeffry Houser <[EMAIL PROTECTED]> wrote: > > > > > > Is your page element something that supports dragging and > dropping, > > such as a list or data grid? > > > > slee_usa wrote: > > > > > > > > > I am working with Ely's fantastic FlexBook component. What I am > trying > > > to do is: drag photo from outside FlexBook and drop into the > Book. Is > > > this possible? Anybody ever tried this? I created a new Page, > which > > > has event handlers for dragEnter/dragDrop, but they are never > invoked. > > > This page works fine as not part of FlexBook, but it doesn't if > I add > > > it to FlexBook. > > > > > > Please advise me if anyone know how to do this. It would be very > > > appreciated!! > > > > > > Thanks. > > > Sean > > > > > > > > > > -- > > Jeffry Houser > > Flex, ColdFusion, AIR > > AIM: Reboog711 | Phone: 1-203-379-0773 > > -- > > Adobe Community Expert > > > <http://www.adobe.com/communities/experts/members/JeffryHouser.html > <http://www.adobe.com/communities/experts/members/JeffryHouser.html>> > > My Company: <http://www.dot-com-it.com <http://www.dot-com-it.com>> > > My Podcast: <http://www.theflexshow.com <http://www.theflexshow.com>> > > My Blog: <http://www.jeffryhouser.com <http://www.jeffryhouser.com>> > > > > -- Jeffry Houser Flex, ColdFusion, AIR AIM: Reboog711 | Phone: 1-203-379-0773 -- Adobe Community Expert <http://www.adobe.com/communities/experts/members/JeffryHouser.html> My Company: <http://www.dot-com-it.com> My Podcast: <http://www.theflexshow.com> My Blog: <http://www.jeffryhouser.com>
<<image001.jpg>>
<<image002.jpg>>

