itemrenderer

    0熱度

    2回答

    我有一個數據網格,我想要使用AS3(而不是mxml)添加一列單選按鈕。我能夠用自定義itemRenderer來做到這一點。 var dgc:DataGridColumn = new DataGridColumn(); dgc.itemRenderer = new ClassFactory(com.mypackage.RadioBtnColumnItemRenderer); 在我RadioBt

    0熱度

    1回答

    我有一個自定義標籤itemrenderer的數據網格(基本上它使標籤看起來像一個傳統的HTML超鏈接)。 <mx:DataGridColumn id="itemId"> <mx:itemRenderer> <mx:Component> <controls3:HyperlinkLabel text="{data.doc}" /> </mx:Component

    2熱度

    3回答

    我正在處理一個小圖片庫。我創建一個xml文件,並嘗試使用itemrenderer將其鏈接到我的List控件。但是,當我試圖保存文件時,我得到了未定義屬性「數據」錯誤的訪問權限。我認爲我們假設使用「數據」來引用數據對象的當前行。這是我的代碼...並且非常感謝! <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http:

    3熱度

    2回答

    Flex傢伙的問題。 如何在mx:Tree中使用多個項目渲染器,具體取決於樹中項目的深度/級別?例如, 。對於第一級項目,我想使用按鈕標籤和第二級項目組合框。 這是不是有可能?

    0熱度

    2回答

    這是一個Flex 4應用程序: 我已經創建的列表如下所示: <s:List id="previewList" horizontalCenter="14" verticalCenter="-112" itemRendererFunction="listItemRendererFunction" click="controller.previewList

    1熱度

    1回答

    我已經在Flex中創建了一個用於創建簡單時間表的程序,類似於MS Project或Vico Control。我有一個問題想要解決。 (你可以在這裏看到:OnTime Project Scheduling tool made in Flex 時間表的任務被表示爲甘特圖,爲此我在DataGrid的一行中創建了一個itemRenderer,任務顯示爲甘特圖,但我也會喜歡顯示任務之間的連通性 請看看下面的

    2熱度

    2回答

    嗨,當我有一個MX失去的BitmapData。該數據提供者是一個的ArrayCollection如果FotoItems public class FotoItem extends EventDispatcher { [Bindable] public var data:Bitmap; [Bindable] public var id:int; [

    1熱度

    1回答

    我想Flex 4中 這裏創建一個自定義的ItemRenderer的TileList的我的渲染器: <?xml version="1.0" encoding="utf-8"?> <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"

    0熱度

    1回答

    我已經創建了一個AdvancedDataGrid,其中大部分單元格基於一個ItemRenderer。自定義ItemRenderer(SoundBox)擴展VBox。此自定義組件允許基於用戶單擊單元格對背景顏色進行簡單更改。 這裏是在AdvancedDataGrid(沒有什麼太先進)的片段: <mx:AdvancedDataGrid id="fsfw" dataProvider="{fsfWordL

    0熱度

    1回答

    在我的AdvancedDataGrid中, 我通過將單元格值拖動到其他單元格來向單元格添加動態值。在複製時,我將值設置爲listData,並將紅色設置爲ItemRenderer中的值。一切工作正常,但是當我向下/向上滾動時,值仍然在應該是這樣的單元格中(因爲我設置爲listData),但着色行爲很奇怪(因爲我試圖在ItemRenderer中設置顏色) 。 我不想存儲值的顏色,但我應該能夠看到以紅色