Freebie: IPScanner
So these days I’m experimenting with AIR P2P apps through the recently introduced ServerSocket class (which I think is still in beta by the way). Since the AIR API does not provide any network client/server/peer discovery tools, I decided to [...]
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 [...]
BindLite 0.9.2 adds previous value retrieval
Just updated BindLite to version 0.9.2 (build 24). It adds the following: Added BindLite.retrieveLast which lets you read the previous value of any bound property. Added public property autoDisposeBindings. Setting this to true will make BindLite dispose a binding if [...]