[flexcoders] Hi everyone

2008-01-18 Thread volatile_puppy
My name is Shawn and I am a .Net and Flex Developer from North Carolina.

[flexcoders] IViewCursor and nested XMLListCollections (sorting, filtering, searching)

2008-01-17 Thread volatile_puppy
Hi all, Recently Ive been working with an XML document that has a structure similar to the following: Members Member id=1 name=John color=blue Member id=2 name=sally color=blue Member id=3 name=Moe color=red/ Member id=61 name=Elliot color=green Member id=123

[flexcoders] Re: Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread volatile_puppy
There is no mx component TextField. Your choices are TextArea, Text, and TextInput. If you have created a custom control then it is not going to have the mx: namespace. Thats what the component implementation error is referencing.