I dont know what to call it but lets just say theres a BAR or UNDERLINE when you drag something in a tree in actionscript. I just want that bar not to appear, anyone knows how to do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to :
override public function showDropFeedback(evt:DragEvent):void
or you change the dropIndicatorSkin (style)
see :
http://www.flexer.info/2008/02/08/how-to-remove-the-black-line-from-a-tree-control-drag-and-drop-enabled/