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 :
> Is there a way to call out to a local Windows service (ie COM etc) from
> within Air?
>
> Thanks
--- In flexcoders@yahoogroups.com, "dfalling" 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 out ht
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 remo
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());
4 matches
Mail list logo