RE: [flexcoders] Drop Target indicator visibility issue

2010-09-03 Thread Philip Smith
Still experiencing the drop indicator visibility issue. This method handles the 'dragOver event (and is executing): private function onDragOver(de:DragEvent):void { de.preventDefault(); var owner:List = this.owner as List;

Re: [flexcoders] Drop Target indicator visibility issue

2010-09-03 Thread Alex Harui
I think the dropIndicator gets its width/height in showDropIndicator. I think there is default drag/drop code in List. Compare your override against that code. On 9/3/10 9:33 AM, Philip Smith loudj...@hotmail.com wrote: Still experiencing the drop indicator visibility issue. This