Thread Rating:
  • 340 Vote(s) - 2.73 Average
  • 1
  • 2
  • 3
  • 4
  • 5
拡張クラスのローカルオプションについて
12-06-2012, 05:05 PM,
#5
RE: 拡張クラスのローカルオプションについて
なんか小難しいことを考えているようですが単に↓のようにするだけではない?
Code:
{define-class MyTextField {inherits TextField}
  
  {nonlocal-option public enabled?:bool
    {if not enabled? then
        set self.value = "無効"
    }
  }
  
}



Messages In This Thread
RE: 拡張クラスのローカルオプションについて - by fukuta - 12-06-2012, 05:05 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('183')