House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / Adobe Integrated Runtime (AIR)

RemoteObject Troubles on Windows

Author:
Scott McAllister
12/08/2008 09:57 PM

Sorry for the duplicates posts, I always forget there is a hesitation on houseoffusion before posts are presented.   @Dana, The CF server resides on campus. The funny part is that when I test the RemoteObject at home (off campus) it works on my MacBookPro while it's running XP, but not on a Dell laptop running XP from the same location.  I've tried from various locations (and with various hardware configs) off campus and the only consistent behavior is that the RemoteObject always works from a Mac and not from XP.  I have yet to find a test machine that runs Vista (off campus), so I'm not sure if the latest version of Windows would change anything. @Steve, I'm using RemoteObject inside of an AS Class.  The code I use to set up the RO looks something like this: import mx.rpc.remoting.mxml.RemoteObject; private var updateRO:RemoteObject; updateRO = new RemoteObject(); updateRO.destination = "ColdFusion"; updateRO.endpoint = "http://myserver/flex2gateway/"; updateRO.source = "path.to.remoteObject.UpdateRO"; updateRO.requestTimeout = 120; I then have around 11 eventListeners that prepare for corresponding function calls in the updateRO. They look like the following: updateRO.checkForNew.addEventListener("result",checkForNewHandler); updateRO.checkForNew.addEventListener("fault",newErrorHandler); And then I initiate the process by calling the functions in the updateRO like so: updateRO.checkDBUpdates( updateDate ); This is all very new to me, so any tips would be awesome.  Thanks for your replies, and offering up your help! -Scott


Search adobe-integrated-runtime

February 12, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29