[flexcoders] Using Python with Flex

2009-02-17 Thread rbross77
Hello,

I am look ing for some code example of using Python with Flex.
I would like to be able to retrieve data using RemoteObjects and call the 
Python file/program 
to return the results in AMF format and not XML.

Thank you,





[flexcoders] Re: Flex in a week tutorial problem

2009-01-27 Thread rbross77
I found the problem...

my events folder was named with a capital "E" and needed to be lower case e.

Went over exercise again and found it. Works as expected now


--- In flexcoders@yahoogroups.com, "Paul Andrews"  wrote:
>
> - Original Message - 
> From: "rbross77" 
> To: 
> Sent: Tuesday, January 27, 2009 2:49 PM
> Subject: [flexcoders] Flex in a week tutorial problem
> 
> > Hello,
> >
> > Working my way through this tutorial and I hit a wall.
> > I looked at the sample code and cannot figure out why this event is not 
> > available.
> >
> > Any Idea's, probably something simple I am just not seeing, thanks...
> 
> import events.OptionSelectEvent
> 
> > This is the error I am getting:
> > Event type 'events:OptionSelectEvent' is unavailable. AdobeODT/src 
> > AdobeODT.mxml
> > line 61
>





[flexcoders] Flex in a week tutorial problem

2009-01-27 Thread rbross77
Hello,

Working my way through this tutorial and I hit a wall.
I looked at the sample code and cannot figure out why this event is not 
available.

Any Idea's, probably something simple I am just not seeing, thanks...

This is the error I am getting:
Event type 'events:OptionSelectEvent' is unavailable.   AdobeODT/src
AdobeODT.mxml   
line 61

This is the code for the AdobeODT.mxml I have marked the post where the error 
is with 
the text ERROR LINE.
Below is also the code for the Options.mxml code:


http://www.adobe.com/2006/mxml"; 
layout="vertical" 
horizontalAlign="left" paddingTop="5" backgroundColor="#FF" 
creationComplete="init()" 
xmlns:Components="Components.*">











  









  





**END CODE*


***OPTIONS.MXML CODE*



http://www.adobe.com/2006/mxml"; width="840" height="80">






[Event(name="optionSelected", type="events.OptionSelectEvent")]