I put a break point where the next button is pushed and I went thru the list of variable but I could not find anything that is in a form variable. It might be in there somewhere but therea re so many its hard to fathom. Is there any way to pay people to answer my questions ? I've been trying to fugure out how to make a simple multiple choice test for 2 months and I'm having a nervous breakdown.
[EMAIL PROTECTED] wrote: > > I seem to remember some way to access all the variables in a debugging > environment, but I can't figure out how to do that anymore. How can I > see the variables as they are present at runtime ? > > [EMAIL PROTECTED] <mailto:info1%40reenie.org> wrote: > > > > > > I got this example from "Programming Flex 2" > > > > http://www.geotonics.com/examples/DynamicStates/DynamicStates.html > <http://www.geotonics.com/examples/DynamicStates/DynamicStates.html> > > <http://www.geotonics.com/examples/DynamicStates/DynamicStates.html > <http://www.geotonics.com/examples/DynamicStates/DynamicStates.html>> > > > > There is a "view source" > > It has dynamic states, each with its own form, but as far as I can tell, > > it does not deal with the data in the form at all. When you hit the next > > just sends you to the next form. > > > > How do I figure out what has been input in the form ? > > > > > >