Archive for the ‘flex’ Category

Small GeoFeeder Updates

After quite some time, i managed to add some updates to GeoFeeder. All of this “just in time” for the code signing certificate to run out end of next month. I’m still struggling to find good reasons to get a new certidicate. Donations anyone?


GeoFeeder now officially signed

With the new, official certificate from Chosen Security, i created a new version of GeoFeeder (with only an increased version number) with my new certificate. Then used ..\sdks\3.2.0\bin\adt -migrate -storetype pkcs12 -keystore self_signed_cert.p12 GeoFeeder_121.air GeoFeeder_121_certswitch.air to manually wrap it with the old, self-signed signature. This way an update can be verified by the installed version [...]


Facebook game to use maptech

Having fun with another not-so-standard project: Pet Dragons 2, a Facebook game. And guess what, it’s the map that i’m working on. It integrates the maptech engine with some AJAX methodology. Right now it is in beta testing (will report when live!). See Pet Dragons 1, the running game. Read Pet Dragons 2 group on [...]


flex: Making a percentage-sized VBox scroll

If you’re using a VBox with a pixel height, it will scroll as expected. If you’re using a percentage sized VBox, it won’t scroll when it’s content grows in size: the scrollbars will be “pushed somewhere up the component hierarchy”. To make it scroll, set it’s minHeight=0. Found this here.


GeoRSS Viewer/Reader in AIR

Just did a quick wrapper around the GeoRSS reader classes, got GeoFeeder; then simply couldn’t stop to improve it. Try any GeoRSS feed you know of, but be aware: every feed sucessfully parsed will be “recorded” for all other users to see. See the GeoFeeder page for details. Please upgrade your Flash Player This is [...]