Flex 關於 Label 如何變成 Button

2010/07/26

在Flex 中 ,如何讓 Label 物件像是Button 一樣..


滑鼠移過去有手的符號..

必須要增加幾個屬性...






 <mx:Label useHandCursor="true" buttonMode="true"
          mouseChildren="false" />



必須增加三個屬性


useHandCursor="true"



buttonMode="true"



mouseChildren="false"



如果是其他物件像是Image 只要 useHandCursor , buttonMode 有設定就可以了..

就唯獨Label 比較特別... 要多設定一個 mouseChidren="false" 才會有反應

筆記一下...



讚一下:



0 意見:

程式 . 生活 . D小調.@2010 | Binary Design: One Winged Angel.