Is it possible to specify a base directory, such as system.TemporaryDirectory, for Widgets?
For example, the following does not work:
[lua] local list = widget.newTableView{
left = 0,
top = 0,
width = 240,
height = 366,
maskFile = “mask-240x366.png”,
baseDirectory = system.TemporaryDirectory
}[/lua] [import]uid: 8271 topic_id: 28435 reply_id: 328435[/import]