Re: [flexcoders] Selecting xml nodes in a tree

2009-12-31 Thread Jeroen Beckers
I fine-tuned it to the following (some lines are commented, just to give a complete example for future google-visitors) private function displayTreeNode(node:XML):void { var t:Number = getTimer(); //expand all the parents expandToTop(node.parent());

[flexcoders] Getting Channel Ping Failed Error after disabling Browser cookies using Blazeds.

2009-12-31 Thread ragini
Hello All, I am using Flex 3.3 , Blazeds 3.3.0.9520 in my application.When I disable the browser cookies I got the errors in fault handler of the Remote Object. Errors in Detail : 1] [FaultEvent fault=[RPC Fault faultString=Detected duplicate HTTP-based FlexSessions, generally due to the

[flexcoders] Re: Creation Complete flag?

2009-12-31 Thread Amy
--- In flexcoders@yahoogroups.com, dfalling dfall...@... wrote: Is there a publicly-exposed property on components that can be inspected to determine if they have finished creation yet? I know I can listen for creationComplete, but what can I do if it may have already been fired? Check

Re: [flexcoders] Local Windows services calls from Air

2009-12-31 Thread Sam Lai
Using the ability to call operating-system specific apps in AIR 2.0 (currently in Beta), you can do that either by writing your own Windows app, or using VBScript/PowerShell. 2009/12/31 method_air loudj...@hotmail.com: Is there a way to call out to a local Windows service (ie COM etc) from