What to commit and what to ignore when adding a flex project to github? Keep in mind that I want to share it with others and开发者_如何学运维 accept pull requests.I don\'t use flex, but here are some
I\'m using flex4 for creating an editor. There I need to get word开发者_如何学运维 under current cursor position. say for example, this is the text in textarea, \"Hi, this is a sample\" and cursor und
The Timer in my class does not seem to fire any TIMER events at all when the interval is more than 5 seconds or after it has measured 5 seconds. I need to measure 30 seconds.
I have a class called S3Uploader which extends Sprite, which has a private function init, which looks sometihng like this:
So basically I have a component with my event dispatched: <components:MyComp id=\"Id\" myDispatchedEvent(event)/>
I\'m using Flex 4.0, with the Halo theme, and a custom component that I have the source of. I want to call the component with a parameter to hide or show some items. The parameter is dynamic, meaning
I\'m trying to connect to MySql database in flex4. I wrote a php class like this, public function getNames() {
I build a simple Flex view state based video application on Flash Builder 4.5. There are 4 states. Everytime I go from State1->State2->State3 or State1->State2->State4, the memory in internet explorer
The use I have for it is for storing user credentials, and calling a transfer object that functions as a sort of \"cache\" for the current session in all of the flex modules.
Following is the flex code to import a csv data file via c# webservice. private function Import():void{