Thread Rating:
  • 555 Vote(s) - 2.71 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListBoxのエラーについて
01-20-2012, 09:36 AM,
#3
RE: ListBoxのエラーについて
これは7.0.xのバグでした。
8.0に直っています。

直っていない7.0の回避策として、try/catchで無視すればいいです。
たとえば:

Code:
{curl 7.0 applet}

{define-class public MySkinnedListBoxFeel {inherits SkinnedListBoxFeel}
  {method protected open {handle-listbox-pointer-event e:PointerEvent}: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 asa SkinnableListBoxUI).control-feel =
        {MySkinnedListBoxFeel}
    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')