[flexcoders] Re: Help needed working with backgroundImage

2007-05-11 Thread alanmorehead79
--- In flexcoders@yahoogroups.com, paulwelling [EMAIL PROTECTED] wrote: Hello, I need a little help from the Flexperts on this list... This seems like it should be easy, so I'm feeling that I've missed something... I have a .jpg that I want to use as our backgroundImage, 600x800, for

[flexcoders] Re: Binding to Microphone

2007-04-19 Thread alanmorehead79
. --- In flexcoders@yahoogroups.com, alanmorehead79 [EMAIL PROTECTED] wrote: Is it possible to bind to the properties on a Microphone object? The following code is not working for me: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script

[flexcoders] Binding to Microphone

2007-04-17 Thread alanmorehead79
Is it possible to bind to the properties on a Microphone object? The following code is not working for me: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[

[flexcoders] RemoteObject - request timeout

2007-02-22 Thread alanmorehead79
Does anyone have an example of how to handle a request timeout for a remote data service? I have a RemoteObject in my app and it has a requestTimeout property. Does this dispatch an event when the timeout occurs? mx:RemoteObject id=myService requestTimeout=10 endpoint=http://localhost;

[flexcoders] State changes w/ unloaded viewstack content

2007-02-19 Thread alanmorehead79
I am having trouble with trying to change the state of a panel that is inside of one of my viewstack pages. I have a details page that changes when the user logs in. If the user does not visit that details page before logging in, then I get errors. I know it is because the components that I am

[flexcoders] Re: State changes w/ unloaded viewstack content

2007-02-19 Thread alanmorehead79
. On 2/19/07, alanmorehead79 [EMAIL PROTECTED] wrote: I am having trouble with trying to change the state of a panel that is inside of one of my viewstack pages. I have a details page that changes when the user logs in. If the user does not visit that details page before