Re: Selecting Multiple Buttons in iOS

2011-12-02 Thread J. Landman Gay
On 12/2/11 12:35 PM, Randy Hengst wrote: I have a variable set as a marker… it's made "true" in the mouseDown. However, a mouseEnter does not seem to be sent while a dragging with the mouse (or your finger in iOS) down… neither does the mouseLoc() get updated… Interesting. You're right. This

Re: Selecting Multiple Buttons in iOS

2011-12-02 Thread Randy Hengst
Hi Jaque, I've continued to play with this idea. I've moved my handlers to the card script. I have a variable set as a marker… it's made "true" in the mouseDown. However, a mouseEnter does not seem to be sent while a dragging with the mouse (or your finger in iOS) down… neither does the mouseL

Re: Selecting Multiple Buttons in iOS

2011-11-28 Thread Randy Hengst
Hi Jacque, Thank you… that's basically what I was doing with a global… but working only button scripts. I'll put handlers in the card and try again. be well, randy -- On Nov 28, 2011, at 5:53 PM, J. Landman Gay wrote: > On 11/27/11 8:28 PM, Randy Hengst wrote: > >> I thought it would be ni

Re: Selecting Multiple Buttons in iOS

2011-11-28 Thread J. Landman Gay
On 11/27/11 8:28 PM, Randy Hengst wrote: I thought it would be nice to allow the user to select a button with a tap and then slide(swipe) to the right or left to select other buttons. Create a script local variable to serve as a flag, and initialize it to false. When the first button gets a m

Selecting Multiple Buttons in iOS

2011-11-27 Thread Randy Hengst
Hi All, I have 10 buttons in a horizontal row… users may select any combination of the 10 buttons. All works well tapping a button one at a time to select/deselect. I thought it would be nice to allow the user to select a button with a tap and then slide(swipe) to the right or left to select o