[Flashcoders] Tabbing in SWF Vanished! Bug?

2010-03-16 Thread Jer Brand
I have some streaming .flv videos online using the default FLVPlayer skins that have been up for months -- long enough for me to forget about the projects. This week I pulled one up to show someone on the team and noticed I could not tab to the controls in the swf, nor activate the swf itself via t

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Matthias Dittgen
t;[EMAIL PROTECTED]>: thanks. apparently one has to treat it as skinning a component. On 2/12/07, Muzak <[EMAIL PROTECTED]> wrote: > docs: _focusrect > > Muzak > > - Original Message - > From: "Jah" <[EMAIL PROTECTED]> > To: > Sent: Monday, F

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Jah
thanks. apparently one has to treat it as skinning a component. On 2/12/07, Muzak <[EMAIL PROTECTED]> wrote: docs: _focusrect Muzak - Original Message - From: "Jah" <[EMAIL PROTECTED]> To: Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders] tabbing i

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Muzak
docs: _focusrect Muzak - Original Message - From: "Jah" <[EMAIL PROTECTED]> To: Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders] tabbing in flash > hello list, simple question for youis there anyway to modify the > yellow bounding box aro

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Peter Kaptein
; To: Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders] tabbing in flash > hello list, simple question for youis there anyway to modify the > yellow bounding box around "form" fields when tabbing through them? > I've tried searching the livedocs for something

[Flashcoders] tabbing in flash

2007-02-12 Thread Jah
hello list, simple question for youis there anyway to modify the yellow bounding box around "form" fields when tabbing through them? I've tried searching the livedocs for something on the subject, but apparently i'm not using the right keyword here as nothing is coming up to help. thanks in ad

Re: [Flashcoders] Tabbing and Components (again) ...

2006-08-25 Thread John VanHorn
i had this problem a while back and was able to solve it...but i cant remeber exactly what i did. i think i had to set focusManger to false on every onKillFocus event. so if you had 1 combo box and two input text fields, you would need to write, for every component and text field: instanceName.o

[Flashcoders] Tabbing and Components (again) ...

2006-08-24 Thread Stephen Ford
Hi, I have a flash application that has a couple of combo box components and a couple of text fields. Trying to tab between my text fields doesn't work, even though they are all tab enabled and have tab indexes. The reason for this, I have recently found out, is due to the combo box compon

[Flashcoders] Tabbing

2005-12-07 Thread Mike Boutin
I a user login but the input fields do not all sit in the same movieclip. The structure is as such: userMovie.user_input.inputText.text, passMovie.pass_input.inputText.text How do I set the fields so I can tab through them? And also will doing this cause the onFocus function for each textfie

Re: [Flashcoders] Tabbing inside AS2 UIComponent

2005-11-21 Thread Christian Giordano
I think you might need to disable tabbing to the external component (containing). Actually it makes a lot sense. I'll tell that to the developer that has now the project in the hands. Thanks a lot, chr -- ___ { Christian Giordan

Re: [Flashcoders] Tabbing inside AS2 UIComponent

2005-11-17 Thread Manuel Saint-Victor
If you're having the problem that I think it is it is mentioned in Jesse's component tutorial - I think you might need to disable tabbing to the external component (containing). Mani On 11/17/05, Christian Giordano <[EMAIL PROTECTED]> wrote:

[Flashcoders] Tabbing inside AS2 UIComponent

2005-11-17 Thread Christian Giordano
In a project I'm supporting a form has been build inside a class that extends UIComponent (so in AS2, in Flash8, but I had the same problem in Flash7). I tried in very different ways on implementing the tabbing inside (using tabIndex, setFocus on killFocus, also with a delay) but everytime I ta