• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

DoubleClick not working on Playbook Simulator?

Participant ,
Mar 30, 2011 Mar 30, 2011

Copy link to clipboard

Copied

I have a spark list with this ActionScript referencing it:

choicesList.doubleClickEnabled = true;        
choicesList.addEventListener(ItemClickEvent.ITEM_CLICK, choiceDown);

It works fine in the Android emulator and on a Tablet but it does not work on the BlackBerry Playbook Simulator.

I don't see a doubleTap event to try so just wondering if anyone has advice before I kludge a timed two click event work around.

The rest of the app works amazingly perfect ;-).

Dan

PS - here is the Android Market link:

https://market.android.com/details?id=air.com.danzen.tada

Views

705

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 31, 2011 Mar 31, 2011

Copy link to clipboard

Copied

I did a simple test on the double click  issue and took the short example from RIM and changed the button click  to a double click:

closeButton.doubleClickEnabled = true;

closeButton.addEventListener(MouseEvent.DOUBLE_CLICK, closeWindow);
//closeButton.addEventListener(MouseEvent.CLICK, closeWindow);

And  it does not work in the Playbook simulator whereas the click does.

I can make a custom handler to figure out when a click is a doubleclick - but just wondering if there is any news on this. I will post in the blackberry forum too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 31, 2011 Mar 31, 2011

Copy link to clipboard

Copied

LATEST

Just found the answer on the RIM forum:  Yes, it's still a problem in 0.9.3.  In the issue tracker, RIM has acknowledged this.  It was supposed to be fixed but, not quite yet and it is an issue with the Simulator only, I believe.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines