Thread Rating:
  • 279 Vote(s) - 2.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ComboBoxのPointerイベントについて
06-11-2012, 07:01 PM, (This post was last modified: 06-12-2012, 11:32 AM by zrllch.)
#1
ComboBoxのPointerイベントについて
コンボボックスComboBoxには入力した文字を選択した後、

再選択して、選択範囲を変更したいですが、Pointerイベントはどうやってするについて、

(PointerPressは動き行けない?)

だれかいくつか教えていただけませんか。

06-14-2012, 06:02 PM,
#2
RE: ComboBoxのPointerイベントについて
したい事ちょっと理解していないかもしれないが、
選択範囲は以下の様に変えられます。

{value
def cb =
{ComboBox
"Antelope", "Llama", "Horse",
value = "Antelope"
}
{after 1s do
{cb.become-active}
set cb.string-selected-range.anchor = 1
set cb.string-selected-range.point = 2
}
cb
}
06-21-2012, 11:56 AM, (This post was last modified: 06-21-2012, 11:57 AM by zrllch.)
#3
ご回答をありがとう
ありがとうございました。

Forum Jump:


Users browsing this thread:
1 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('528')