I think my title explains my problem quite clearly. When I change my workspace I copy my .settings folder to the new .metadata folder:
I want to use Log4Fx to log button clicks from开发者_StackOverflow a state as i have a state based application with transitions. So on each button click I want to log which state was the user in while
Im using Flash Builder 4 on the Mac and I have a worrisome problem: The compiler is sometimes not detecting my code changes.
I have a flex application that uses PHP to access a database (MySQL, stored on an external server). The application compiles fine on my local machine (mac) using flash builder 4, and it can connect t
I am using Flash Builder 4 Burrito Preview - builing a Mobile Application.I have a custom component called footer.mxml.That footer has 4 buttons, and one of them has a lable that is bound to cartValue
When working on several AS3 projects that share a common code base, FlashBuilder seems to be losing workspace data when switching from one project to the next. I will often get a message that such cla
Specifically,开发者_Go百科 I want to know what the commands are... all the flags it produces and passes to mxmlc.There must be a way, but I just can\'t figure it out. Ultimate method - locate mxmlc ex
I need to embed my graphic assets into a swc. I created a diretrory structure reflecting my packages开发者_如何学Python
When I build my project I get a bunch开发者_如何学Python of swz files in the release/debug directory.
I have a FLEX 4 application and I am having some trouble adding UI controls dynamically. Mostly with radio buttons.