11-09-2015, 05:28 PM,
|
|||||
|
|||||
RE: セルをマウスクリックした時の値の選択状態制御
ご回答ありがとうございます。
PointerRelease なんですね・・・。 おかげさまで、期待通りの動作を実現できました。 最終的に、少し手を加えて次のようになりました。 Code: || マウスクリック時に全選択状態にする {self.add-event-handler {on e:PointerEnvelopeEvent do {type-switch e.contents case pp:PointerRelease do {if self.current-editor != null then || 選択状態でクリックした時は選択解除する {if self.current-editor.selection.empty? then {after 0s do {self.current-editor.select-all} } } } } } } ありがとうございました! |
|||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
セルをマウスクリックした時の値の選択状態制御 - by kay - 11-09-2015, 01:01 PM
RE: セルをマウスクリックした時の値の選択状態制御 - by dankom - 11-09-2015, 05:02 PM
RE: セルをマウスクリックした時の値の選択状態制御 - by kay - 11-09-2015, 05:28 PM
|
Users browsing this thread:
2 Guest(s)
2 Guest(s)