Live, constantly-running EC2 instance.
Sure, our AMI needs more fine-tuning. Sure, we have a lot of work to do. But an ec2 instance is running with one of the new elastic ip addresses that amazon very recently released.
« February 2008 | Main | April 2008 »
Sure, our AMI needs more fine-tuning. Sure, we have a lot of work to do. But an ec2 instance is running with one of the new elastic ip addresses that amazon very recently released.

Fort Collins, Co. 11:13 AM
Or Capturing All Events, Or Routing All Events.
This kind of reminds me of that phrase in Super Troopers where the guy is licking the window in the cop car and says “The snauzeberries taste like snauzeberries” which is to say, I literally and figuratively did the Homer “Doh” when this just dawned on me. I needed to listen for all events that come through a specific component. And I had tried a series of half steps and misdirections before I just simply overrode the dispatchEvent method in my component and it just simply worked.
public function dispatchEvent(event:Event):Booleanoverride
{
trace("I hate my life");
trace(event.type);
return super.dispatchEvent(event);
}
If you are using Flex Builder with the Teamprise plugin to connect to Microsoft Team Foundation for source control and you recently upgraded to Flex Builder 3 or Eclipse 3.3 and are unable to connect to Team Foundation Server anymore, and are getting a loader constraint error in your .log file, add the following code to your eclipse.ini or flexbuilder.ini file
-vmargs
-Dorg.osgi.framework.bootdelegation=*
Don’t add the -vmargs if it’s already there obviously. You can read more about this problem on the teamprise support site.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Recent Comments