This is a discussion on "selecting a TextInput from within a symbol" within the Flash & Multimedia Forum section. This forum, and the thread "selecting a TextInput from within a symbol are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
selecting a TextInput from within a symbol
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
selecting a TextInput from within a symbol
I can't access my TextInput...
I have a symbol, inside contains the following code: createClassObject(mx.controls.TextInput, "subscribeInput", 1, {text:""}); subscribeInput.setSize(198, 27); subscribeInput.move(18,9); This produces an input field in my movie symbol. Problem: I can't set focus on the TextInput, as though I can't access the elements inside the symbol. what am I missing? how can I make that TextInput able to be interacted with while its inside that clip? Last edited by cosmicbdog; May 22nd, 2007 at 12:33. Reason: ease of reading |
|
|
|
|||
|
Re: selecting a TextInput from within a symbol
I've tried:
subscribeInput.onRollOver = function() { subscribeInput.setFocus(); } And: createChildAtDepth("subscribeInput", DepthManager.kTop); No cigar! It seems to work when I don't try this inside a symbol and just print the input from the first frame above everything else. this just isn't convenience for how I envisage my form that can move around, not just appear. |
|
|||
|
Re: selecting a TextInput from within a symbol
my subscribe widget is like the search link on this forum. only its like going to click on that input field and it doesn't start blinking with the typing curser *sad face*
|
|
|||
|
Re: selecting a TextInput from within a symbol
Link or a file you could show us?
|
|
|||
|
Re: selecting a TextInput from within a symbol
[link sent in private]
|
![]() |
| Tags |
| textinput, unselectable |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copyright symbol displayed as junk character | ahujadeep | Web Page Design | 12 | Jan 8th, 2008 18:49 |
| symbol vs. button | beginneratbest | Flash & Multimedia Forum | 2 | Nov 14th, 2007 11:10 |
| Selecting certain XML elements | fogofogo | Other Programming Languages | 3 | Dec 5th, 2005 12:49 |
| symbol | accessman | Databases | 2 | Sep 27th, 2005 12:27 |
| Symbol | accessman | Databases | 1 | Sep 20th, 2005 03:21 |