[flexcoders] SWC not getting updated everytime

2010-03-07 Thread akhter.fahim
Hi, Whenever I compile my SWC it doesn't get compiled with the project itself. In project Properties I delete the swc and then add it again only then it compiles again. How do I get flex to get the changes automatically?

[flexcoders] somethind wrong with air2.0

2010-03-07 Thread zhang_yi19850...@yahoo.cn
I use air2.0 communicate with nativeProcess when i read something from nativeProcess the right value is 2 but i get the value is Invalid keyboard code specified 2, Invalid keyboard code specified is not i hope. i don't know what happed ?help me please! c code #include stdio.h int

[flexcoders] AIR mx:HTML htmlText problem

2010-03-07 Thread plucka70
Im using a mx:HTML component in an AIR application. Its working fine, however. If I manually set the html content using htmlPage.htmlText = '' The page renders, but it doesn't style it using the included CSS link A flat html page of the same content works, has anyone seen this or

[flexcoders] Importing fla and transiitions from flash?

2010-03-07 Thread Dan Pride
I am taking over a client who has a .fla site with several fancy Ribbon,Bubbles, and Stripes transitions I want to import. Is it easier to just edit it in Flash or to Bring it into Flash builder? I would like to at least bring in the original parts into Flash Builder beta 2. Working in Flash

Re: [flexcoders] SWC not getting updated everytime

2010-03-07 Thread Peeyush Tuli
are you compiling a library project and then unable to get the updated swc? - must be an access problem in the output directory or is your flex project dependent one of your library projects? - why did you add the swc as a reference, if you are also coding the lib project. A better practice would

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-07 Thread Michael
Hey there, I've successfully integrated FlexUnit tests into my continuous integration environment (in my case, CruiseControl.rb). I did things a little differently than most people: 1) I don't use Ant to drive the tests. We have our own build scripts in Ruby, and don't make much use of Ant.

Re: [flexcoders] SWC not getting updated everytime

2010-03-07 Thread Fahim Akhter
My swf has sprites (classes) which are used to extend other classes in my project e.g BodyView is a movieclip in my swc BodyModel is a class in my main project extended through BodyView When I was using flash develop everytime I compiled the swc it automatically got updated in the project on