Flex УÑé Îı¾¿ò
<mx:TextInput id="userName" maxChars="4" restrict="a-zA-Z" />
restrictÊôÐÔȷʵ¿ÉÒÔÊäÈëÕýÔò±í´ïʽ£¬½øÐÐÊäÈëµÄÑéÖ¤¡£
µ«ÊÇÔÚ³ÌÐòÖ´ÐеÄʱºòÈç¹ûΪuserName.text = "999"»¹ÊÇ¿ÉÒԳɹ¦µÄ¡£
´ýÐø¡£¡£¡£¡£Ñ§Ï°ÖС£¡£¡£
Ïà¹ØÎĵµ£º
Are you running your Flex Application and continually getting the error below?
"Flex Builder cannot locate the required version of the Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder. Do you want to try to run your application with the current version?"
Description ......
<?xml version="1.0"?>
<!-- Simple example to demonstrate the ColumnChart and BarChart controls. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
creationComplete="initApp()"
backgroundColor="#FFFFFF" width="350" height="125"
layout="absolute">
<!- ......
½ñÌìÔÚÐÞ¸ÄÒ»¸öÓÎÏ·bugÎÊÌâµÄʱºòÓöµ½µÄ
ÕâÓÎÏ·±¾À´ÊÇÖÐÎİæµÄ£¬ºóÀ´±»·Òë³ÉÓ¢ÎÄÁË£¬Ó¢ÎĵÄ×Ö·û´®µÄ³¤¶ÈÒ»°ã¶¼»á±ÈÖÐÎĵÄ×Ö·û¶àµÄ£¬ËùÒԺܶàÇé¿öÏÂÒª¼Ó¹ö¶¯ÌõÁË
½ñÌìÓÖÓиöÏÔʾÎÄ×Ö²»È«µÄ£¬Ô±¾ÓõÄÊÇtext±êÇ©µÄÄǸö²»ÄÜÏÔʾ¹ö¶¯ÌõËùÒÔÓÃtextareaÌæ»»µôÁË£¬¿ÉÊǾ¹È»Ã»Óз´Ó¦²»ÏÔʾ¹ö¶¯Ìõ
ÓôÃÆ£¡£¡£¡£¡
ÎÒÌí¼ÓÁË ......
ÔÚ±¾ÏµÁÐÇ°Ãæ¼¸ÆªÎÄÕÂÖзֱð½éÉÜÁËͨ¹ýWebService¡¢HTTPService¡¢URLLoaderÒÔ¼°FielReferenceµÈ×é¼þ
»òÀàÀ´Íê³ÉFlexÓë.NET·þÎñ¶ËµÄͨÐŵÄÏà¹ØÖªÊ¶µã¡£Í¨¹ýÕâЩ·½Ê½À´Íê³ÉÓë·þÎñ¶ËµÄͨÐÅÊǷdz£·½±ãºÍ¼òµ¥µÄ£¬µ«ÓÐËûµÄȱµã¾ÍÊÇͨÐÅÊý¾ÝÁ¿½ÏС£¬ÈçÒª´«
Êä´óÁ¿µÄÊý¾Ý»òÊÇʵÏÖ²»Í¬¶ÔÏóµÄÐòÁл¯´«Ê䣬ËüÃÇÔòÂú×ã²»ÁËÎÒÃǵ ......
¹ÙÍøÐÅÏ¢£º(API:http://flexlib.googlecode.com/svn/trunk/docs/index.html)
HowToContribute
How you can contribute code to FlexLib
IntroductionLicenseBefore you submit codeFlexBuilderProject page to learn how to check out the project into Flex Builder. Read HowToBuild to learn how to compile ......