handycam
09-24-2007, 08:33 PM
Can someone please explain or direct me to a resource explaining how to make "hybrid" MXML/Actionscript objects?
I'm not sure that's the correct term... for example I've got a reusable MXML component of 1 datagrids designed to work together. They utilize an ActionScript class for managing their day and validation methods.
How would this be "encapulated" into one item I can use throughout my application, combining the UI elements of the grids AND the proeprties and methods of the List class I made?
Many thanks. I'm trying to get more into the OOP way of thinking.
I'm not sure that's the correct term... for example I've got a reusable MXML component of 1 datagrids designed to work together. They utilize an ActionScript class for managing their day and validation methods.
How would this be "encapulated" into one item I can use throughout my application, combining the UI elements of the grids AND the proeprties and methods of the List class I made?
Many thanks. I'm trying to get more into the OOP way of thinking.