[flexcoders] New to Flex

2007-02-23 Thread Robert Shaw
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

[flexcoders] HTML in Flex

2007-02-08 Thread Robert Shaw
I already think I know the answer, but I will ask anyway. We buy medical 
knowledge from a company in HTML page format. Question is, using Flex, is their 
any way I can read these HTML pages into Flex and display.  I know I can do 
this in Java, but it would take forever and my boss wants to get away from the 
page refresh.


Robert Shaw
972-463-3515