Hi,You can pass in an array of dialog elements, so if you can build that
up an array before the execDialog object. Something like;var o1 =
[];o1.push({ item_id: "box1", type: "check_box", //char_width: 30,
height: 15, multiline: true, }, { item_id: "text1", type: "static_text",
name: "Item 1", font: "dialog", char_width: 30, height: 100,
});o1.push({ item_id: "box2", type: "check_box", //char_width: 30,
height: 15, multiline: true, }, { item_id: "text2", type: "static_text",
name: "Item 2", font...