Flex Application for PlayBook Text Input Variable
Posted
by
user568128
on Stack Overflow
See other posts from Stack Overflow
or by user568128
Published on 2011-01-08T15:47:20Z
Indexed on
2011/01/08
15:53 UTC
Read the original article
Hit count: 157
I know this is probably a very simple question, but can someone please walk me through how to take what a user inputs into a s:TextInput and use that as a variable in a JSON data request?
Basically, I want to have a user enter a search term, like "math" and then have that placed into a variable so I can use it in a JSON request.
Something like public var q:String, except that my search box (and hence user input) is on another "view" of the application.
I've just started with Flex Mobile applications and I might be way out of my league. Does anyone know how to do this?
© Stack Overflow or respective owner