Could you resubmit your message?  There's no content.
--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas"
<[EMAIL PROTECTED]> wrote:
>
>
>
> Dimitrios Gianninas
> RIA Developer
> Optimal Payments Inc.
>
>
> ________________________________
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of gotgoose09
> Sent: Thursday, July 20, 2006 4:43 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Strange issue with drag and drop between
Lists
>
>
>
> I added a "View Source" option to the swf.
>
> --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> , "gotgoose09" thegoosmans@ wrote:
> >
> > In one of my projects, I create a new TitleWindow that has two Lists
in
> > which can drag items from one to the other. However, when I try
> > dragging items from one to the other, there is a blank space at the
top
> > of each list that I can not drop items into - I have to drop the
items
> > in the bottom of the list. If I have the same two lists not in a
> > TitleWindow, dragging and dropping works fine, with no "barrier."
You
> > can view the problem at the link below, and recreate the problem
with
> > the steps below.
> >
> > http://www.thegoosmans.com/flexproblem/TitleWindowDragAndDrop.swf
<http://www.thegoosmans.com/flexproblem/TitleWindowDragAndDrop.swf>
> > <http://www.thegoosmans.com/flexproblem/TitleWindowDragAndDrop.swf
<http://www.thegoosmans.com/flexproblem/TitleWindowDragAndDrop.swf> >
> >
> > Hi, to recreate my problem:
> >
> > 1. Create a new project (basic)
> >
> > 2. In the application mxml file, paste this code in:
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> "
> > layout="vertical">
> > <mx:Script>
> > <![CDATA[
> > import mx.managers.PopUpManager;
> > private function makePopUp():void
> > {
> > PopUpManager.createPopUp(this, MyPopup, true);
> > }
> > ]]>
> > </mx:Script>
> > <mx:Button label="Make Popup" id="bPopup" click="makePopUp();" />
> > <mx:HBox>
> > <mx:List id="list1" dragEnabled="true" dragMoveEnabled="true"
> > dropEnabled="true" width="100" height="100">
> > <mx:dataProvider>
> > <mx:String>Item 1</mx:String>
> > <mx:String>Item 2</mx:String>
> > </mx:dataProvider>
> > </mx:List>
> > <mx:List id="list2" dragEnabled="true" dragMoveEnabled="true"
> > dropEnabled="true" width="100" height="100" />
> > </mx:HBox>
> > </mx:Application>
> >
> >
> > 3. Create a new MXML Component, base it off of TitleWindow, call it
> > MyPopup.mxml
> >
> > 4. Paste this code into that file:
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> "
> > layout="vertical">
> > <mx:HBox>
> > <mx:List id="list1" dragEnabled="true" dragMoveEnabled="true"
> > dropEnabled="true" width="100" height="100">
> > <mx:dataProvider>
> > <mx:String>Item 1</mx:String>
> > <mx:String>Item 2</mx:String>
> > </mx:dataProvider>
> > </mx:List>
> > <mx:List id="list2" dragEnabled="true" dragMoveEnabled="true"
> > dropEnabled="true" width="100" height="100" />
> > </mx:HBox>
> > </mx:TitleWindow>
> >
> > 5. Run the application.
> >
> > 6. Try dragging items from list to list on the main application.
Then,
> > click the button and try dragging and dropping, notice the
difference in
> > where you can drop items.
> >
>
>
>
>
>
> --
> WARNING
> -------
> This electronic message and its attachments may contain confidential,
proprietary or legally privileged information, which is solely for the
use of the intended recipient.  No privilege or other rights are waived
by any unintended transmission or unauthorized retransmission of this
message.  If you are not the intended recipient of this message, or if
you have received it in error, you should immediately stop reading this
message and delete it and all attachments from your system.  The
reading, distribution, copying or other use of this message or its
attachments by unintended recipients is unauthorized and may be
unlawful.  If you have received this e-mail in error, please notify the
sender.
>
> AVIS IMPORTANT
> --------------
> Ce message électronique et ses pièces jointes peuvent contenir
des renseignements confidentiels, exclusifs ou légalement
privilégiés destinés au seul usage du destinataire visé. 
L'expéditeur original ne renonce à aucun privilège ou à
aucun autre droit si le présent message a été transmis
involontairement ou s'il est retransmis sans son autorisation.  Si vous
n'êtes pas le destinataire visé du présent message ou si vous
l'avez reçu par erreur, veuillez cesser immédiatement de le lire
et le supprimer, ainsi que toutes ses pièces jointes, de votre
système.  La lecture, la distribution, la copie ou tout autre usage
du présent message ou de ses pièces jointes par des personnes
autres que le destinataire visé ne sont pas autorisés et
pourraient être illégaux.  Si vous avez reçu ce courrier
électronique par erreur, veuillez en aviser l'expéditeur.
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/

<*> 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/
 


Reply via email to