flex tree Ìí¼ÓÓÒ¼ü²Ëµ¥
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="12">
<mx:Script>
<!--[CDATA[
import mx.controls.Alert;
public var newBuildMenuItem:ContextMenuItem;//²Ëµ¥Ïî±äÁ¿
private function init(): void//³õʼ»¯º¯Êý
{
createTreeMenuItem();
tree.contextMenu = getTreeContxtMenu();
}
public function createTreeMenuItem(): void//²Ëµ¥Ïî´´½¨º¯Êý£¬²¢Ìí¼Ó²Ëµ¥¼àÌýÆ÷
{
newBuildMenuItem = new ContextMenuItem("н¨");
newBuildMenuItem.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, newBuildHandler2);
}
private function getTreeContxtMenu(): ContextMenu//½«²Ëµ¥ÏîÄ¿Ìí¼Óµ½²Ëµ¥ÖÐ
{
var contextMenu: ContextMenu = new ContextMenu();
contextMenu.hideBuiltInItems();
contextMenu.customItems.push(newBuildMenuItem);
return contextMenu;
}
public function newBuildHandler2(event:Event):void//µã»÷²Ëµ¥Ö´Ðк¯Êý
{
Alert.show("ÕâÊÇн¨µÄ²Ëµ¥µã»÷ºóÖ´Ðеĺ¯Êý");
}
]]-->
</mx:Script>
<mx:Tree id="tree" x="31" y="10" creationComplete="init()"></mx:Tree>
</mx:Application>
ΪtreeÌí¼ÓÓÒ¼ü²Ëµ¥£¬Ò²¿ÉΪÆäËûÈκοؼþÌí¼Ó£¬µ«ÔÝʱû·¨È¥³ýÓÒ¼ü×Ô´øµÄ²Ëµ¥ÏËäÈ»ÍøÉÏÓа취ȥµô£¬µ«ÊǸоõÂé·³£¬´ó¼ÒÓֺð취Ìá³öÀ´°¡
Ïà¹ØÎĵµ£º
×î½ü½Ó´¥Á˺ܶණÎ÷£¬²»Í£µÄÅä»·¾³£¬Ã¿´Î°æ±¾ÎÊÌâ¶¼µÃÕÛÌÚÒ»·¬¡£
MicrostrategyÌṩÁËÒ»¸öFlex²å¼þ£¬ÓÃÀ´¿ª·¢ÏÔʾ±¨±íÊý¾ÝµÄFlashÄ£°å¡£
ÀûÓÃflex¿ª·¢¼òµ¥±¨±í¹ý³Ì£º
1.°²×°£ºMicrostrategy8.1
2.°²×°Flex Builder 2.2¡£
3.ÔÚFlex BuilderÖа²×°visualization builder²å¼þ
·½·¨£º½«\Microstrategy\SDK\t ......
ÏÖÔÚÓÐÒ»¸ö¹¤³ÌÊÇjava web project£¬»¹ÓÐÒ»¸ö¹¤³ÌÊÇflex¹¤³Ì£¬°²×°µÄÊÇflex builder 4Õýʽ°æ¡£·¢ÏÖÔÚÐÞ¸Äflex¹¤³ÌÊôÐԵĹ¹½¨Â·¾¶Ê±£¬Ð޸Ľá¹û²»Äܱ£´æ¡£ ½â¾ö°ì·¨£º ÔÚ.actionScriptPropertiesÎļþÖУ¬ÕÒµ½Â·¾¶Ö±½ÓÐ޸ġ£ ......
Ò»¡¢ÏÂÔØ eclpse 3.4
µØÖ·£ºhttp://archive.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-win32.zip
Íê³Éºó£¬È¥ eclipse Àï¸üÐÂÈí¼þ£¬²Ëµ¥£º Help --- Software Updates µã Ganymede Update Site £¬Ñ¡ÖÐ Java Development £¬´Ë¶¯×÷Ϊ°²×° eclipse 3.4 ÀïµÄ Web ¿ª·¢²å¼þ£»
¶þ¡¢Ï ......