Example of itemRenderer which update data automatically within a DataGrid:

Source codeClick with the right button to obtain source code.

  • Share/Bookmark
Aug
27
Arcadio No comments
/**
 * Checks and returns Boolean whether given String is numeric or not.
 *
 * @param String String contains numeric data
 * @return Boolean.
**/
public static function IsNumeric( inputStr : String ) : Boolean {
	var obj:RegExp = /^(0|[1-9][0-9]*)$/;
	return obj.test(inputStr);
}
  • Share/Bookmark

Integration example of Spring and BlazeDS with Maven2.

Multiproject EAR:
- Flex 4
- Spring 3
- BlazeDS 3




  • Share/Bookmark
Aug
8
Arcadio 1 comment

Component update of ComboCheck 1.3 adapted to version of Flex 4:

Source codeClick with the right button to obtain source code.

  • Share/Bookmark

Version 1.1.5 of PhotoInBlog, el plug-in para Wordpress plug-in and Joomla which show user’s picture in your blog.

This version fix the problem with camera in computers without webcam.

  • Share/Bookmark
Creative Commons License
This blog is under Creative Commons licence, unless indicated otherwise.
Special thanks to Mark James for the icon set used in this blog.