Archive for April, 2009
The best architectures for java with flex collaboration spring – with – hibernate http://www.ibm.com/developerworks/java/library/j-genericdao.html spring -with – blaze http://coenraets.org/blog/2009/03/springblazeds-integration-test-drive-m2-update-available/ maven – with – spring – flex http://docs.codehaus.org/display/ENUNCIATE/Architecture+Guide[ READ MORE ]
Utility for Color functions, like RGB to CMYK, RGB to HSV, HSV to RGB, ColorTransformation, int color value to RGB and Color Calculations. Gist Link package { import flash.geom.ColorTransform; public class ColorUtil { /** * RGBColorTransform Create an instance of the information. * @ Param rgb RGB integer value that indicates (0×000000 – 0xFFFFFF) * [ READ MORE ]
To pass parameter in addEventListener addEventListener(MouseEvent.CLICK, function(e:MouseEvent){onClickEvent(e,”Argument”)})[ READ MORE ]
The code file contains functions for managing SQL Lite Table and Database[ READ MORE ]
Save the below code as a Class file and refer the class name as import mx.preloaders.*; import flash.events.ProgressEvent; public class Bar extends DownloadProgressBar { public function Bar() { super(); // Set the download label. downloadingLabel=”Downloading…” // Set the initialization label. initializingLabel=”Initializing book…” // Set the minimum display time to 2 seconds. MINIMUM_DISPLAY_TIME=2000; } // Override [ READ MORE ]
Get every new post delivered to your Inbox.
Join 398 other followers