RE: [flexcoders] RemoteObjects - ActionScript parameters

2006-07-19 Thread Peter Farland
You can just programmatically create a ChannelSet that contains one or more Channel implementations, such as mx.messaging.channels.AMFChannel, that are configured to contact your ColdFusion endpoint (that has the update). Or, if you want to use the MXML API, you can set a fully

RE: [flexcoders] remoteobjects

2005-09-28 Thread Husain Kitabi
For single page applications my remoteObjects work well.. My problems come when I use viewstacks. I am not sure if I am declaring my remoteservices in the right place. At the mo, i do it in the canvas where my form is. Regards Tracy Spratt [EMAIL PROTECTED] wrote: Perhaps this

RE: [flexcoders] remoteobjects

2005-09-28 Thread Tracy Spratt
, 2005 12:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] remoteobjects For single page applications my remoteObjects work well.. My problems come when I use viewstacks. I am not sure if I am declaring my remoteservices in the right place. At the mo, i do it in the canvas

RE: [flexcoders] remoteobjects

2005-09-27 Thread Tracy Spratt
Perhaps this example, based on the examples in Flex Explorer, will help. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=18 Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi Sent: Tuesday,

RE: [flexcoders] RemoteObjects and UI within UI problem

2005-03-18 Thread Mercer, Dustin
I had hit some of the same problems. A possible solution may be because you are referencing mx.core.Application.application from within your result handler of the remote object. When using a loader, if you reference mx.core.Application.application from within nighthawk.mxml (Child