Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let w = new ListWidget()
- let st1 = w.addStack()
- let st2 = w.addStack()
- st1.addText("this is a text")
- st2.addText(new Date().toLocaleDateString())
- st1.borderColor=Color.red()
- st2.borderColor=Color.blue()
- st1.borderWidth=2
- st2.borderWidth=3
- Script.setWidget(w)
- Script.complete()
- w.presentMedium()
Advertisement
Add Comment
Please, Sign In to add comment