the mxml code is here: com.cfgenerated.controllers. look in the cfgenerated directory for more directories as well.
On 2/23/07, Robert Shaw <[EMAIL PROTECTED]> wrote:
OK I guess I am an idiot. My boss finally decided for us to adapt to Adobe products starting with Flex. I installed the Flex 2.0.1 version and used the Coldfusion application wizard to create a list grid detail page. Worked fine. Created the CFC and displayed the grid. But for the life of me I can't find the page that contains all of the code. I opened the Main.mxml page and here is all the code. <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" xmlns:controllers="com.cfgenerated.controllers.*" layout="absolute" currentState="mainApplication"> <mx:Style source="application.css" /> <mx:states> <mx:State name="mainApplication"> <mx:AddChild position="lastChild"> <controllers:windowedApplication top="0" left="0" right="0" bottom="0"/> </mx:AddChild> </mx:State> </mx:states> </mx:Application> How do I manipulate the Grid that was created? Lost and no books. I am a pretty good Java programmer and this looks straight forward. Just a little lost. Robert Shaw 972-463-3515
-- http://indeegrumpee.spaces.live.com/

