[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread csewhiff
--- In flexcoders@yahoogroups.com, "jeff tapper" <[EMAIL PROTECTED]> wrote: > > I had this issue recently as well. Try dropping this into the AS > file for your TitleWindow component: > override public function localToContent(point:Point):Point { > return point; > } > Thanks, t

[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread jeff tapper
While I would love to take credit for the fix, it was really Jason Szeto at Adobe who figured it out. Thanks Jason! --- In flexcoders@yahoogroups.com, "gotgoose09" <[EMAIL PROTECTED]> wrote: > > I had this same problem as well. > http://groups.yahoo.com/group/flexcoders/post? act=reply&messageN

[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread gotgoose09
I had this same problem as well. http://groups.yahoo.com/group/flexcoders/post?act=reply&messageNum=44103 Jeff your solution works! --- In flexcoders@yahoogroups.com, "csewhiff" <[EMAIL PROTECTED]> wrote: > > > I'm having a problem getting the dragEnter event to fire properly on > a TitleWindow

[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread jeff tapper
I had this issue recently as well. Try dropping this into the AS file for your TitleWindow component: override public function localToContent(point:Point):Point { return point; } --- In flexcoders@yahoogroups.com, "csewhiff" <[EMAIL PROTECTED]> wrote: > > > I'm having a problem getting