Flex Alert
<?xml version="1.0"?>
<!-- Simple example to demonstrate the Alert control. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
import mx.events.CloseEvent;
// Event handler function uses a static method to show
// a pop-up window with the title, message, and requested buttons.
private function clickHandler(event:Event):void {
Alert.show("Do you want to save your changes?", "Save Changes", 3, this, alertClickHandler);
}
// Event handler function for displaying the selected Alert button.
private function alertClickHandler(event:CloseEvent):void {
 
Ïà¹ØÎĵµ£º
ÔÚÓ¦ÓÃÖУ¬ºÜ¶à¶¼ÏëʵÏÖflexµÄ¿Ø¼þûÓйö¶¯ ¶øÊÇͨ¹ýÆäËûµÄ°´Å¥·½Ê½½øÐпؼþÄÚÈݵĹö¶¯£¬ÕâÑùʵÏֵĿªÊ¼µ±È»ÊÇÒªÉèÖÃhorizontalScrollPolicy="off" verticalScrollPolicy="off"ÁË£¬È»ºóͨ¹ýcontainerµÄhorizontalScrollPosition »òverticalScrollPositionµÄ¼Ó ¼õÀ´ÊµÏÖÄÚÈÝ×óÓÒ¡¢ÉÏϹö¶¯¡£Ë¼Â··½·¨ÍêÈ«ÕýÈ·£¬µ«ÊÇÔÚÕâÑùµÄÇ ......
Ò»¡¢×Ô¶¨ÒåPanel×é¼þ
package test
{
import mx.containers.Panel;
import mx.core.UIComponent;
/**
* ×Ô¶¨ÒåPanel
* **/
public class MyPanel extends Panel
......
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"
viewSourceURL="srcview/index.html" backgroundColor="0x000000" layout="absolute">
<mx:Script>
&nb ......
1¡¢¼ÙÈçÒ»¸ö×Ô¶¨Òå¿Ø¼þ±»ÓÃÔÚÒ»¸öÖ÷¿Ø¼þÀÔÚ×Ô¶¨Òå¿Ø¼þÀïµÄ·½·¨¿ÉÒÔת»»ÎªÖ÷¿Ø¼þµÄ·½·¨£¬Íê³Éµ÷Óá£
userRulesCanvas.mxml ºÍ editRulesCanvas.mxml
compent¿Ø¼þ´úÂëÈçÏ£º
private function submitClick():void
{
......
flex ×°ÔØ¶à¸ömodule³öÏÖ: Ç¿ÖÆ×ª»»ÀàÐÍʧ°Ü,³öÏÖijЩÀ಻ÄÜת»»
ÀýÈ磺
ÎÞ·¨½« mx.managers::PopUpManagerImpl@7155ac1 ת»»Îª mx.managers.IPopUpManager¡£
½â¾ö·½·¨ÊÇÔÚApplication¼ÓÈëÒýÓÃ
1.
import
mx.managers.DragManager;
private
var dragManager : DragManager;
2. ......