Re: [Flashcoders] Selection class makes me want to kick someone in the face

2006-10-02 Thread Josh Santangelo
Could you use MovieClip.onSetFocus instead of MovieClip.onPress or does that only fire when a clip is tabbed to? Just a thought, haven't tried it. -josh On Oct 2, 2006, at 4:12a, Andreas Rønning wrote: ...which is, i gather, somewhat of a general consensus. I'm working on a tablet pc appl

Re: [Flashcoders] Selection class makes me want to kick someone in the face

2006-10-02 Thread Adrian Ionut Beschea
I don't know if I understood your problem but here's a thought. The setFocus event gives you oldFocus and newFocus as argument. If oldfocus is you button, you can code around it in your setfocus handler. Andreas Rønning <[EMAIL PROTECTED]> wrote: ...which is, i gather, somewhat of a gener

Re: [Flashcoders] Selection class makes me want to kick someone in the face

2006-10-02 Thread Mike Cobb
- You could use onSetFocus to update a variable with the 'lastFocused'. This could then be used in your button code. Andreas Rønning wrote: ...which is, i gather, somewhat of a general consensus. I'm working on a tablet pc application that requires the user to be able to select text and

[Flashcoders] Selection class makes me want to kick someone in the face

2006-10-02 Thread Andreas Rønning
...which is, i gather, somewhat of a general consensus. I'm working on a tablet pc application that requires the user to be able to select text and transfer this text to other parts of the application. The ideal way is as such: 1. The user makes a selection from *any selectable text field* 2. A