Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

Flex ListÐб³¾°É«

 ¹ýÈ¥ÔÚ¶ÔDataGridÉèÖÃÐб³¾°É«Ê±£¬¸Ð¾õ»¹ÊÇͦ·½±ãµÄ£¬Ö»ÒªÖØÐ´DataGridµÄ£¬ÈçÏÂ
private var _rowColorFunction:Function;
public function set rowColorFunction(f:Function):void
{
this._rowColorFunction = f;
}
public function get rowColorFunction():Function
{
return this._rowColorFunction;
}
override protected function drawRowBackground(s:Sprite, rowIndex:int, y:Number, height:Number, color:uint, dataIndex:int):void
{
if (this.rowColorFunction != null) {
if (dataIndex < this.dataProvider.length) {
var item:Object = this.dataProvider.getItemAt(dataIndex);
color = this.rowColorFunction.call(this, item, color);
}
}
super.drawRowBackground(s, rowIndex, y, height, color, dataIndex);
}

Èç¹ûÄ㻹ÊDz»ÊǺÜÃ÷°×¿ÉÒԲο¼ÎÒÒÔǰµÄ²©¿Íhttp://blog.csdn.net/terryzero/archive/2009/10/12/4657277.aspx
½ñÌìÎÒÅöµ½¸öÐèÇóÊÇÒª¶ÔListÐбäÉ«£¬ÓÉÓÚÎÒÏëDataGridºÍList¶¼ÊǼ̳ÐÓëListBase,¶¼ÓÐ override protected function drawRowBackground(s:Sprite, rowIndex:int, y:Number, height:Number, color:uint, dataIndex:int):void
Õâ¸ö·½·¨£¬ËùÒÔÎÒ¾ÍÏ뵱Ȼ£¬ÕÕºù«»­Æ°£¬Ò²ÖØÐ´ÁËÕâ¸ö·½·¨£¬µ«¾­¹ýµ÷ÊÔÔõôҲµ÷Óò»µ½Õâ¸ö·½·¨¡£¸ãµÄÎҷdz£·Ñ½â£¬ÄѵÀÕâ¸ö·½·¨Ã»Óõİ¡£¿ÍøÉϲéÁ˺þ㬹úÄÚûɶÕâ·½ÃæµÄºÃÎÄÕ£¬Í»È»Ò»Æª¹úÍâµÄÎÄÕÂÆô·¢ÁËÎÒ¡£ÈçÏÂ
All the listy components in Flex (List, Datagrid, Tree, etc.) have a protected method called drawRowBackground which is in charge of drawing the background for a given row. You typically use it to color a given row based on some facet of the data the row represents (e.g. red background for rows with a negative bank balance).
With DataGrid, it's easy to use, just subclass DataGrid and override the method, parameterized so you can pass in a function to compute the color for each row based on the row index/data/original color/etc. With List (and since ComboBox uses a


Ïà¹ØÎĵµ£º

ΪÄãµÄFlexÓ¦ÓóÌÐò´´½¨Ò»¸ö×Ô¶¨Ò嶯»­¹â±ê

ÔÚ±¾´ÎFlexÖ¸ÄÏÖУ¬ÈÃÎÒÃÇ¿´¿´ÈçºÎÔÚFlashÖÐʹÓÃCursorManagerÀà´´½¨Ò»¸ö¶¯»­¹â±êÀ´Ì滻ĬÈϵļýÍ·¹â±ê¡£
1
. ´´½¨Ò»¸öеÄFlexÏîÄ¿ÃûΪAnimatedCursor£¬ÉèÖÃÖ÷MXMLÓ¦ÓóÌÐòÃûΪMain.mxml¡£
2
.
ÎÒÃǵÄ×Ô¶¨Òå¹â±êÊÇÒ»¸öswfÎļþ£¬Òò´ËÇë´ò¿ªFlashÀ´´´½¨×Ô¼ºµÄ×Ô¶¨Òå¹â±ê¡£Ö¡ÂÊÉèÖÃΪÊÊÓ¦FlexÖ¡ÂʵÄ24ÔÚÕâÀÎÒÃÇÖ»ÊÇ ......

FlexµÄHttpServiceµÄд·¨


     flexºÍºǫ́½»»¥Êý¾Ý×îÖØÒªÊÇͨ¹ýÒì¹¹´«ÊäµÄhttpserivceµÄxml½á¹¹¡£¶ø¸ßЧÂʺÏÀíµÄÒì²½´«ÊäÊý¾ÝÊÇflexµÄ¿ª·¢ÖеĺËÐÄ¡£ÎҾ͹«¿ªÒ»ÏÂ×Ô¼ºÃæÏò½Ó¿ÚµÄhttpserviceµÄд·¨¡£Ï£ÍûÓÐÈË¿ÉÒÔÖ¸Õý¡£
   Ê×ÏȵÚÒ»¸ö½Ó¿ÚÊǾö¶¨Í¨¹ý»ñÈ¡xmlµÄ½Ó¿Ú£º
   package com.sunshine.framework. ......

Flex ±àÒë²ÎÊý

ÏÂÃæÊÇһЩ³£¼ûµÄ±àÒëÆ÷²ÎÊý£º
1£¬¡¾verbose-stacktraces¡¿
Ö¸¶¨SWFÔÚÔËÐÐʱÒì³£ÐÅÏ¢Öаüº¬ÐкźÍÎļþÃû£¬Õ⽫ʹ²úÉúµÄSWFÎļþ¸ü´óЩ£¬´ø
verbose-stacktracesµÄSWF»¹ÊǺ͵÷ÊÔ°æ±¾µÄSWFÓÐÇø±ðµÄ¡£
2£¬¡¾source-path path-element¡¿
Ìí¼ÓÆäËûÔ´´úÂëĿ¼»òÎļþ£¬¿ÉÒÔʹÓÃͨÅä·ûÀ´Ìí¼ÓĿ¼ÖÐËùÓÐÎļþ»ò×ÓĿ¼£¬Ò²¿ÉÊ ......

Flex RadarChart À×´ïͼ


Flex RadarChart À×´ïͼ
ÍÆ¼ö½â¾ö·½°¸£º
²Î¿¼ÍøÕ¾
http://lab.kapit.fr/display/radarchart/Download
Èí¼þÐí¿ÉЭÒé¿ÉÒÔʹÓÃÉçÇøÃâ·Ñ°æ
±¾:http://lab.kapit.fr/display/Store/Free+License
ÏÂÔØ×îеÄRadarChartDemo-
Community-1.X.zip
ÏÂÔØ°üÀïRadarChartDemo-Community-1.5.2Óиö
Readme_Application.pdfÀïà ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ