From manderson at drillinginfo.com Fri Sep 19 14:39:02 2008 From: manderson at drillinginfo.com (Mark Anderson) Date: Fri, 19 Sep 2008 13:39:02 -0500 Subject: [Funfx-user] Script hangs, gives `method_missing': unknown property or method `item' error Message-ID: <614845664CF345F68B13F789BEA7C5A2@drillinginfo.com> I am trying to write a funFX script. When I try to obtain or do anything with anything (button, canvas) inside the Flex application, my script hangs. When I close the browser, I get the following error message. Has anyone else seen this? C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:40:in `method_missing': unknown property or method `item' (WIN32OLERuntimeError) HRESULT error code:0x800706ba The RPC server is unavailable. from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:40:in `flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/funfx.rb:52:in `get_flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:87:in `flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:106:in `is_sync' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:28:in `method_missing' from C:/Documents and Settings/manderson/workspace/flexTests/DIflexTest.rb:39 -------------- next part -------------- An HTML attachment was scrubbed... URL: From wenjunxu at gmail.com Sun Sep 28 04:06:12 2008 From: wenjunxu at gmail.com (XU WENJUN) Date: Sun, 28 Sep 2008 16:06:12 +0800 Subject: [Funfx-user] encounter error when compiling flex application using FunfxAdapter.swc Message-ID: <6c07dd510809280106i69ce2bafg3ac8a53c0de0353f@mail.gmail.com> Hi , Has anyone met this problem when compiling flex with FunfxAdapter.swc TypeError: Error #1009: Cannot access a property or method of a null object reference. at src.main::FunFX/xmlLoaded()[C:\Documents and Settings\xuw4\My Documents\Flex Builder 3\FunfxAdapter\src\src\main\FunFX.as:136] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete() I even downloaded the source code and compile FunfxAdapter.swc myself. After the debug, I found it stops here: private function xmlLoaded(evtObj:Event):void { var source:XML = XML(myLoader.data); // CustomEnvironment class implements IAutomationEnvironment interface automationManager.automationEnvironment = new CustomEnvironment(new XML(source)); } protected function get automationManager():IAutomationManager { return Automation.automationManager ; } but the Automation.automationManager is null, my flex sdk version is 3.1.0 It really confuse me. who initialize Automation.automationManager? -------------- next part -------------- An HTML attachment was scrubbed... URL: From manderson at drillinginfo.com Tue Sep 30 18:55:19 2008 From: manderson at drillinginfo.com (Mark Anderson) Date: Tue, 30 Sep 2008 17:55:19 -0500 Subject: [Funfx-user] Script hangs, gives `method_missing': unknown property or method `item' error In-Reply-To: <614845664CF345F68B13F789BEA7C5A2@drillinginfo.com> References: <614845664CF345F68B13F789BEA7C5A2@drillinginfo.com> Message-ID: <7C3D81BBE2104D68986CB8A859487D7B@drillinginfo.com> Does anyone have any thoughts or suggestions on debugging this error? _____ From: funfx-user-bounces at rubyforge.org [mailto:funfx-user-bounces at rubyforge.org] On Behalf Of Mark Anderson Sent: Friday, September 19, 2008 1:39 PM To: funfx-user at rubyforge.org Subject: [Funfx-user] Script hangs,gives `method_missing': unknown property or method `item' error I am trying to write a funFX script. When I try to obtain or do anything with anything (button, canvas) inside the Flex application, my script hangs. When I close the browser, I get the following error message. Has anyone else seen this? C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:40:in `method_missing': unknown property or method `item' (WIN32OLERuntimeError) HRESULT error code:0x800706ba The RPC server is unavailable. from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:40:in `flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/funfx.rb:52:in `get_flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:87:in `flex_object' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:106:in `is_sync' from C:/ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/flex.rb:28:in `method_missing' from C:/Documents and Settings/manderson/workspace/flexTests/DIflexTest.rb:39 -------------- next part -------------- An HTML attachment was scrubbed... URL: