8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
sub init()
|
|
m.tracker=m.top.createChild("TrackerTask")
|
|
m.top.overhangTitle = "Home"
|
|
end sub
|
|
|
|
function refresh()
|
|
m.top.findNode("homeRows").callFunc("updateHomeRows")
|
|
end function |