コードでフィールドのグループを作成したいと思います。
create group
set the name of it to "myGroup"
create field
set the name of it to "myField"
set the top of field "myField" to 10
set the width of field "myField" to 100
set the left of field "myField" to 20
-- add myField to myGroup
-- ??
set the backgroundBehavior of group "myGroup" to true
質問
- フィールド「myField」をグループ「myGroup」に追加するにはどうすればよいですか?
- グループを現在のカードに追加するにはどうすればよいですか?
- カードにグループ「myGroup」が含まれているかどうかをテストするにはどうすればよいですか?