Skip to main content
Participant
March 29, 2011
Question

Air 2.6 MouseEvent.DOUBLE_CLICK bug

  • March 29, 2011
  • 4 replies
  • 1166 views

This used to work with PFI packager, but not after upgrading to Air 2.6

addEventListener(MouseEvent.DOUBLE_CLICK, DOUBLEClickToREMOVE, false, 0, true);

Can someone verify?

Build using ADT (swf to iOS's ipa)

Works fine in Flash CS5

Thanks,

Alfred

This topic has been closed for replies.

4 replies

September 2, 2013

Work for me

_object.doubleClickEnabled = true;  

_object.addEventListener(MouseEvent.DOUBLE_CLICK, function_name);
public function function_name(e:Event){

     // do something.........

}

Participant
August 29, 2011

same for me. Worked fine when compiled IPA in CS5 but it doesn't work when compiled in CS5.5.

Participating Frequently
August 30, 2011

Hi,

This bug is fixed in AIR 2.7. Please download the SDK from http://www.adobe.com/products/air/sdk/.

Thanks,

Sanika

May 24, 2011

Are you solute it?

Participant
March 30, 2011

same for me...