Author Topic: Popup List with confirmation window with keys and mouse  (Read 1636 times)

KeithT

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 55
    • View Profile
Popup List with confirmation window with keys and mouse
« on: April 27, 2013, 11:32:28 AM »
We have a popup list which works fine with the mouse. You highlight the items from the list and then click. This then fires the target "on selection change function" which pops up a confirmation dialogue.

We now have to add support for everything to work off the keyboard and the mouse. Using UIButtonKeys solves most of this, but when you go through the popuplist with the keys the "on selection change function" fires and the popup appears, which makes it impossible to get past the first item. We would like the popup to appear when the using presses Return/OnSelect.

None of the examples cover this.

Anyone done this, know how to do it ?