Thread Rating:
  • 298 Vote(s) - 2.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HBoxに定義した要素のオブジェクトを判別する
07-26-2012, 06:54 PM,
#1
HBoxに定義した要素のオブジェクトを判別する
次のコードのようにHBoxにオブジェクトを追加し、そのオブジェクトの要素を調べ
TextFieldの場合はそこに値をセットさせたいとき、どのように判定すればよいのでしょうか?

Code:
{value
    let hb:HBox = {HBox}
    {hb.add {CommandButton}}
    {hb.add {TextField}}
    {hb.add {ComboBox}}
    {for i=0 below hb.child-array.size do
        || TextFieldかどうかの判定
        {if ~ then
            || TextFieldにvalueをセット
        }
    }
    hb
}


Messages In This Thread
HBoxに定義した要素のオブジェクトを判別する - by usami - 07-26-2012, 06:54 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('577')