Thread Rating:
  • 298 Vote(s) - 2.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HBoxに定義した要素のオブジェクトを判別する
07-27-2012, 09:59 AM,
#3
RE: HBoxに定義した要素のオブジェクトを判別する
いや、child-arrayをお使いだからこうでしょうか
Code:
    {for i=0 below hb.child-array.size do
        {type-switch hb.child-array[i]
        case tf:TextField do
            set tf.value = "text-field"
        }
    }


Messages In This Thread
RE: HBoxに定義した要素のオブジェクトを判別する - by ashimo - 07-27-2012, 09:59 AM
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')