Thread Rating:
  • 326 Vote(s) - 2.72 Average
  • 1
  • 2
  • 3
  • 4
  • 5
オプションの監視について
12-04-2012, 02:16 PM,
#3
RE: オプションの監視について
とりあえず、option-changed を使って、こんな感じでできました。



Code:
{define-class public CustomCB {inherits CommandButton}
  {method public {option-changed key:String, value:any}:void
    {super.option-changed key, value }
    || enabled? と visible? を連動させる
    {if key == "enabled?" then
        set self.visible? = value asa bool
    }
  }
}

{let ccb:CustomCB = {CustomCB}}
{value ccb}
オプション enabled? の値に応じて visible? も設定される
{CheckButton
    label = "enabled? 切り替え",
    value = true,
    {on ValueChanged at chkb:CheckButton do
        set ccb.enabled? = chkb.value
    }
}


Messages In This Thread
オプションの監視について - by umemura - 01-17-2012, 08:00 PM
RE: オプションの監視について - by c-s - 01-18-2012, 11:10 AM
RE: オプションの監視について - by umemura - 12-04-2012, 02:16 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('391')