[flexcoders] Remote Debugging Air Application with FlexBuilder?

2008-11-05 Thread Scott Delap
In Java you can startup an application in debug mode and then connect to it. I need to do the same for FlexBuilder. I have an external process that startups up an Air application (it has to do this for a number of reasons that I won't go into). I then would like to attach the FlexBuilder

[flexcoders] Pros and Cons of Writing Air UI's in Pure Flash

2009-04-06 Thread Scott Delap
I have a question for the list. We are currently doing rapid UI changes to our Air application. Our UI designers that have experience with Flash have not been happy with the iteration turn around time of "skinning" our UI's. Complains range from issues with compilation time to being able

Re: [flexcoders] Pros and Cons of Writing Air UI's in Pure Flash

2009-04-07 Thread Scott Delap
work without the technical risk inherent in building using the WIP Gumbo toolchain. Enough ranting and suggestions from me, I think - time to yield the floor! :) -Josh 2009/4/7 Scott Delap I have a question for the list. We are currently doing rapid UI changes to our Air appli

[flexcoders] Optimizing Allocated Memory versus Used Memory in Flex/Air Applications

2009-02-20 Thread Scott Delap
I've searched Google on this topic for a few hours with no success so I wanted to throw this out for the list to comment on. I'm working on an Air application that loads 20+ large png files. For some extreme cases we are seeing our application spike up to 800-1200m of operating system mem

Re: [flexcoders] Optimizing Allocated Memory versus Used Memory in Flex/Air Applications

2009-02-20 Thread Scott Delap
I think Alex said that size was not impossible and you read it as possible. So I think he's agreeing with you. I figured that a compressed PNG would be far larger in a bitmap data format. Scott