メモ。
Using the CellRenderer API
CellRendererって便利。
comboboxコンポーネントを配置していったんクリックすると、他の普通のボタンのクリックイベントが発生しなくなったりするのはなぜ。常識?
setFocusすれば直ったけど。
btn.onPress=function(){
Selection.setFocus(this);
//以下クリック時の処理
}
FlashとUnityの実験や、日常について、メモ代わりに載せていきます。
メモ。
Using the CellRenderer API
CellRendererって便利。
comboboxコンポーネントを配置していったんクリックすると、他の普通のボタンのクリックイベントが発生しなくなったりするのはなぜ。常識?
setFocusすれば直ったけど。
btn.onPress=function(){
Selection.setFocus(this);
//以下クリック時の処理
}
コメント