I'm very new to shoes. (today). And I'm not english speaker, so be
polite please.
I want make little dashboard with shoes. Monitoring free space on disc, etc...
I found animate, but I dont want check free space every second.
I need loop with modification of para inside.
I try simple counting:
Shoes.app {
l = para "0"
citac = 0
while true
citac = citac + 1
l.replace "#{citac}"
end
}
It is lame i know. Little basic style. :-)
This program never draw anything, because it spend his life inside loop.
Any hint?