Thread Rating:
  • 279 Vote(s) - 2.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ComboBoxのPointerイベントについて
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
}


Messages In This Thread
RE: ComboBoxのPointerイベントについて - by c-s - 06-14-2012, 06:02 PM
ご回答をありがとう - by zrllch - 06-21-2012, 11:56 AM
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')