メモ。
Using the CellRenderer API
CellRendererって便利。
comboboxコンポーネントを配置していったんクリックすると、他の普通のボタンのクリックイベントが発生しなくなったりするのはなぜ。常識?
setFocusすれば直ったけど。
btn.onPress=function(){
Selection.setFocus(this);
//以下クリック時の処理
}
メモ。
Using the CellRenderer API
CellRendererって便利。
comboboxコンポーネントを配置していったんクリックすると、他の普通のボタンのクリックイベントが発生しなくなったりするのはなぜ。常識?
setFocusすれば直ったけど。
btn.onPress=function(){
Selection.setFocus(this);
//以下クリック時の処理
}
トラックバックURL: http://www.kyucon.com/cgi-bin/blog/mt-tb.cgi/289
コメントする