Re: [flexcoders] Detecing AIR Network Timeout - Best Practices

2009-09-23 Thread b_productiv2000
You've got an example in Tour de Flex named detecting user presence, it is place in the menu AIR capabilities coding technique. I don't know if it will serve you but when i read your message i remember this demo. Alban Battershall, Jeff a écrit : In the AIR app I’m building, if the

Re: [flexcoders] Can we command an ole2 (COM) via AIR

2009-09-03 Thread b_productiv2000
. Alban Tom Chiverton a écrit : On Wednesday 02 Sep 2009, b_productiv2000 wrote: we are having trouble in our developpement of an air application. We are supposed to merge document with word (data from one side and template from the other side) via our AIR application. Why are you

[flexcoders] Can we command an ole2 (COM) via AIR

2009-09-02 Thread b_productiv2000
Hello, we are having trouble in our developpement of an air application. We are supposed to merge document with word (data from one side and template from the other side) via our AIR application. But it seem that for security reason, air cannot command word directly. So is anybody know how we

Re: [flexcoders] Re: PDF-ActionScript communication in AIR app

2009-08-27 Thread b_productiv2000
Baiges Camprubí --- In flexcoders@yahoogroups.com, inudor mar...@... wrote: looks exactly as what I was looking for... can't wait to try it!!! thanks! Marc Baiges Camprubí --- In flexcoders@yahoogroups.com, b_productiv2000 b_productiv2000@ wrote: I've found this article today : http

Re: [flexcoders] Re: PDF-ActionScript communication in AIR app

2009-08-18 Thread b_productiv2000
I've found this article today : http://gonzalo.huerta.cl/?p=13 inudor a écrit : No ideas I guess... and maybe something like manipulating the PDF file when the users loads it, like injecting those handler functions that should be added by Adobe Acrobat? Do you know if this would be

Re: [flexcoders] Application in Full Screen

2009-06-15 Thread b_productiv2000
Hello Richard, this what i use to make my air application run in full screen as you expected : i ran a function Resize on startup - addedToStage=Resize() private function Resize():void{ /* this.stage.nativeWindow.width = Capabilities.screenResolutionX;

Re: [flexcoders] Re: Cannot unmarshall

2008-09-25 Thread b_productiv2000
Ok i see that this problem doesn't inspire you (like me). So i come back with one more question : has anybody got a model of schema wsdl for a dataset that work correctly ? Any documentation helping me to understand what i've got to do ? Thanks a lot Alban Alban a écrit : Sorry for the delay