Thread Rating:
  • 304 Vote(s) - 2.65 Average
  • 1
  • 2
  • 3
  • 4
  • 5
セルをマウスクリックした時の値の選択状態制御
11-09-2015, 05:28 PM,
#3
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}                        }                    }                }            }        }    }


ありがとうございました!


Messages In This Thread
RE: セルをマウスクリックした時の値の選択状態制御 - by kay - 11-09-2015, 05:28 PM
Forum Jump:


Users browsing this thread:
2 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('1274')