[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-27 Thread gotgoose09
I found a workaround for this by Jeff Tapper: Add this to your TitleWindow. override public function localToContent(point:Point):Point { return point; } From: http://groups.yahoo.com/group/flexcoders/message/45117;_ylc=X3oDMTM3bHA0a3YyBF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTYwMDAwNzIw

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-21 Thread joan_lynn
We got the bugs from Todd and Jeff and are looking at the issue now. You will run into the problem with any Drag and Drop operation in PopUps. I'll report back if we come up with a workaround. Thanks, Joan --- In flexcoders@yahoogroups.com, "gotgoose09" <[EMAIL PROTECTED]> wrote: > > I've submit

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-21 Thread gotgoose09
I've submitted a bug report now. --- In flexcoders@yahoogroups.com, "jeff tapper" <[EMAIL PROTECTED]> wrote: > > I'm running into a similar issue. I can tell you that the height of > the dead space is directly related to the header height of the Panel > (or title window in your case). To prove th

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-21 Thread jeff tapper
I'm running into a similar issue. I can tell you that the height of the dead space is directly related to the header height of the Panel (or title window in your case). To prove this out, try adding headerHeight="100" to the root titleWindow tag. --- In flexcoders@yahoogroups.com, "Pan Troglo

Re: [flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread Pan Troglodytes
Well, I can certainly confirm what you're seeing.  It's not just a dead area at the top, it seems it's thinking you're still in the box when you're actually below it.  So it seems like there's something screwed up in its detection of where the mouse is that only comes out in popups. I'd say you

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread gotgoose09
I'm beginning to think that this is a bug. Is there something I'm missing here? --- In flexcoders@yahoogroups.com, "gotgoose09" <[EMAIL PROTECTED]> 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

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread gotgoose09
; > 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 Sou

RE: [flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread Dimitrios Gianninas
    Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09Sent: Thursday, July 20, 2006 4:43 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Strange issue with drag and drop between Lists

[flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread gotgoose09
I added a "View Source" option to the swf. --- In flexcoders@yahoogroups.com, "gotgoose09" <[EMAIL PROTECTED]> 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 othe