AIR NativeDragDrop gotcha
While performing some refactorings to LazyFallback, I came across a small gotcha with the sequence of the drag and drop implementation in Adobe AIR. It seems that dropping files will trigger a NativeDragEvent.NATIVE_DRAG_EXIT just before the NativeDragEvent.NATIVE_DRAG_DROP fires. This might not be [...]
Introducing BindLite
BindLite is a lightweight, flex-less data binding alternative for AS3 applications. The reason I created it is to avoid including the flex.swc in my applications and to get a cleaner, more efficient syntax for data binding with better performance than the [...]
LazyFallback 1.1
Two things turned out to be incomplete about LazyFallback when I released it yesterday: All fallbacks were rendered on a white background. After some fumbling with the bits, the app now reads the background color specified at compile time. The [...]