Thread Rating:
  • 555 Vote(s) - 2.71 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListBoxのエラーについて
01-23-2012, 05:17 PM,
#10
RE: ListBoxのエラーについて
c-sさんが言ってる事はこーゆーことだと思います。


{curl 7.0 applet}

{install-standard-look-and-feel}

{define-class public MyStandardListBoxUI {inherits StandardListBoxUI}
{method protected open {handle-listbox-pointer-event eTongueointerEvent}:void
{try
{super.handle-listbox-pointer-event e}
catch e:NullDereferenceException do
}
}
}

{value
let lb:ListBox =
{ListBox
height = 0.7in,
"red", "green", "blue"
}
set lb.ui-object = {MyStandardListBoxUI}
lb
}


Messages In This Thread
ListBoxのエラーについて - by alphard - 01-19-2012, 04:45 PM
RE: ListBoxのエラーについて - by alphard - 01-20-2012, 09:45 AM
RE: ListBoxのエラーについて - by c-s - 01-20-2012, 09:36 AM
RE: ListBoxのエラーについて - by alphard - 01-20-2012, 09:51 AM
RE: ListBoxのエラーについて - by alphard - 01-23-2012, 01:44 PM
RE: ListBoxのエラーについて - by c-s - 01-23-2012, 02:59 PM
RE: ListBoxのエラーについて - by alphard - 01-23-2012, 04:16 PM
RE: ListBoxのエラーについて - by dankom - 01-23-2012, 05:17 PM
RE: ListBoxのエラーについて - by alphard - 01-23-2012, 05:26 PM
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('394')